Searched refs:start_glyph (Results 1 – 8 of 8) sorted by relevance
59 hb_codepoint_t start_glyph; /* OUT */ member551 bitmap_size_context->start_glyph = new_gid; in build_lookup()654 bitmap_size_context.start_glyph = 1; in subset()664 bitmap_size_context.start_glyph > bitmap_size_context.end_glyph) in subset()669 out_table->startGlyphIndex = bitmap_size_context.start_glyph; in subset()
685 FT_UShort start_glyph; member
686 FT_UShort start_glyph; member
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()
1524 stbtt_uint32 start_glyph = ttULONG(data+index_map+16+mid*12+8); in stbtt_FindGlyphIndex() local1526 return start_glyph + unicode_codepoint-start_char; in stbtt_FindGlyphIndex()1528 return start_glyph; in stbtt_FindGlyphIndex()