HomeSort by relevance Sort by last modified time
    Searched defs:CachedGlyphInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 27 struct CachedGlyphInfo {
  /frameworks/rs/
rsFont.h 92 struct CachedGlyphInfo
128 DefaultKeyedVector<uint32_t, CachedGlyphInfo* > mCachedGlyphs;
129 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);
131 CachedGlyphInfo *cacheGlyph(uint32_t glyph);
132 void updateGlyphCache(CachedGlyphInfo *glyph);
133 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
134 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y);
135 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y,

Completed in 257 milliseconds