Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h43 uint32_t mGlyphIndex; member
DFont.cpp472 newGlyph->mGlyphIndex = skiaGlyph.fID; in cacheGlyph()
/frameworks/rs/
DrsFont.h107 int32_t mGlyphIndex; member
DrsFont.cpp241 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER ); in updateGlyphCache()
288 newGlyph->mGlyphIndex = FT_Get_Char_Index(mFace, glyph); in cacheGlyph()