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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h43 uint32_t mGlyphIndex; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp483 newGlyph->mGlyphIndex = skiaGlyph.fID;
/frameworks/rs/
H A DrsFont.h107 int32_t mGlyphIndex; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp241 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER );
288 newGlyph->mGlyphIndex = FT_Get_Char_Index(mFace, glyph);

Completed in 42 milliseconds