Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h644 int indexToLocFormat; // format needed to map from glyph index to glyph member
1074 info->indexToLocFormat = ttUSHORT(data+info->head + 50); in stbtt_InitFont()
1190 if (info->indexToLocFormat >= 2) return -1; // unknown index->glyph map format in stbtt__GetGlyfOffset()
1192 if (info->indexToLocFormat == 0) { in stbtt__GetGlyfOffset()