Home
last modified time | relevance | path

Searched refs:encoding_record (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1052 stbtt_uint32 encoding_record = cmap + 4 + 8 * i; in stbtt_InitFont() local
1054 switch(ttUSHORT(data+encoding_record)) { in stbtt_InitFont()
1056 switch (ttUSHORT(data+encoding_record+2)) { in stbtt_InitFont()
1060 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()
1067 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()