Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DMinikinFontFreeType.cpp42 FT_UInt glyph_index = FT_Get_Char_Index(mTypeface, codepoint); in GetGlyph() local
43 *glyph = glyph_index; in GetGlyph()
44 return !!glyph_index; in GetGlyph()