Searched refs:mGlyphIndex (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/libs/rs/ | ||
H A D | rsFont.h | 109 int32_t mGlyphIndex; member in struct:android::renderscript::Font::CachedGlyphInfo |
H A D | rsFont.cpp | 238 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER ); 285 newGlyph->mGlyphIndex = FT_Get_Char_Index(mFace, glyph); |
/frameworks/base/libs/hwui/ | ||
H A D | FontRenderer.h | 120 uint32_t mGlyphIndex; member in struct:android::uirenderer::Font::CachedGlyphInfo |
H A D | FontRenderer.cpp | 278 newGlyph->mGlyphIndex = skiaGlyph.fID; |
Completed in 9 milliseconds