HomeSort by relevance Sort by last modified time
    Searched refs:mGlyphIndex (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 41 uint32_t mGlyphIndex;
Font.cpp 469 newGlyph->mGlyphIndex = skiaGlyph.fID;
  /frameworks/rs/
rsFont.h 107 int32_t mGlyphIndex;
rsFont.cpp 240 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER );
287 newGlyph->mGlyphIndex = FT_Get_Char_Index(mFace, glyph);

Completed in 85 milliseconds