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

/frameworks/base/libs/rs/
H A DrsFont.h109 int32_t mGlyphIndex; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp238 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 DFontRenderer.h120 uint32_t mGlyphIndex; member in struct:android::uirenderer::Font::CachedGlyphInfo
H A DFontRenderer.cpp278 newGlyph->mGlyphIndex = skiaGlyph.fID;

Completed in 9 milliseconds