Home
last modified time | relevance | path

Searched defs:glyph_id (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh45 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
Dhb-ot-layout-gsubgpos-private.hh665 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/
DSkFontHost_FreeType.cpp382 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); in GetLetterCBox() local
/external/freetype/src/sfnt/
Dttcmap.c2361 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/
DSkFontHost_FreeType.cpp368 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); in GetLetterCBox() local