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

  /frameworks/rs/
rsFont.h 108 int32_t mGlyphIndex;
rsFont.cpp 239 FT_Error error = FT_Load_Glyph( mFace, glyph->mGlyphIndex, FT_LOAD_RENDER );
286 newGlyph->mGlyphIndex = FT_Get_Char_Index(mFace, glyph);
  /frameworks/base/libs/hwui/
FontRenderer.h 122 uint32_t mGlyphIndex;
FontRenderer.cpp 428 newGlyph->mGlyphIndex = skiaGlyph.fID;
    [all...]

Completed in 212 milliseconds