Home
last modified time | relevance | path

Searched defs:cachedGlyph (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
DFont.cpp55 CachedGlyphInfo* cachedGlyph = mCachedGlyphs.valueAt(i); in invalidateTextureCache() local
169 CachedGlyphInfo* cachedGlyph = NULL; in getCachedGlyph() local
239 CachedGlyphInfo* cachedGlyph = getCachedGlyph(paint, glyph); in render() local
278 CachedGlyphInfo* cachedGlyph = getCachedGlyph(paint, glyph, true); in precache() local
315 CachedGlyphInfo* cachedGlyph = getCachedGlyph(paint, glyph); in render() local
341 CachedGlyphInfo* cachedGlyph = getCachedGlyph(paint, glyph); in render() local
/frameworks/rs/
DrsFont.cpp197 CachedGlyphInfo *cachedGlyph = getCachedUTFChar(utfChar); in renderUTF() local
225 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar); in getCachedUTFChar() local
/frameworks/base/libs/hwui/
DFontRenderer.cpp169 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, in cacheBitmap()