Searched refs:start_glyph (Results 1 – 3 of 3) sorted by relevance
686 FT_UShort start_glyph; member
1157 stbtt_uint32 start_glyph = ttULONG(data+index_map+16+mid*12+8); in stbtt_FindGlyphIndex() local1159 return start_glyph + unicode_codepoint-start_char; in stbtt_FindGlyphIndex()1161 return start_glyph; in stbtt_FindGlyphIndex()
1540 stbtt_uint32 start_glyph = ttULONG(data+index_map+16+mid*12+8); in stbtt_FindGlyphIndex() local1542 return start_glyph + unicode_codepoint-start_char; in stbtt_FindGlyphIndex()1544 return start_glyph; in stbtt_FindGlyphIndex()