Searched defs:CachedGlyphInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h27 struct CachedGlyphInfo { struct in namespace:android::uirenderer
/frameworks/rs/
H A DrsFont.h91 struct CachedGlyphInfo struct in class:android::renderscript::Font
127 DefaultKeyedVector<uint32_t, CachedGlyphInfo* > mCachedGlyphs;
128 CachedGlyphInfo* getCachedUTFChar(int32_t utfChar);
130 CachedGlyphInfo *cacheGlyph(uint32_t glyph);
131 void updateGlyphCache(CachedGlyphInfo *glyph);
132 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
133 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y);
134 void drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y,

Completed in 67 milliseconds