Searched defs:glyph_id (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 45 hb_codepoint_t glyph_id = iter.get_glyph (); in closure() local 56 hb_codepoint_t glyph_id = iter.get_glyph (); in collect_glyphs() local 76 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local 152 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local 477 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local 794 hb_codepoint_t glyph_id = c->buffer->cur().codepoint; in apply() local
|
D | hb-ot-layout-gsubgpos-private.hh | 665 static inline bool match_glyph (hb_codepoint_t glyph_id, const USHORT &value, const void *data HB_U… in match_glyph() 669 static inline bool match_class (hb_codepoint_t glyph_id, const USHORT &value, const void *data) in match_class() 674 static inline bool match_coverage (hb_codepoint_t glyph_id, const USHORT &value, const void *data) in match_coverage()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 382 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); in GetLetterCBox() local
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 2361 FT_ULong n, start, end, glyph_id, last = 0; in tt_cmap13_validate() local 2397 FT_ULong start, end, glyph_id, char_code; in tt_cmap13_next() local
|
/external/skia/legacy/src/ports/ |
D | SkFontHost_FreeType.cpp | 368 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); in GetLetterCBox() local
|