Searched defs:cachedGlyph (Results 1 – 3 of 3) sorted by relevance
128 CachedGlyphInfo* cachedGlyph = mCachedGlyphs.valueAt(i); in invalidateTextureCache() local278 CachedGlyphInfo* cachedGlyph = mCachedGlyphs.valueFor(textUnit); in getCachedGlyph() local334 CachedGlyphInfo* cachedGlyph = getCachedGlyph(paint, glyph); in render() local404 CachedGlyphInfo* cachedGlyph = getCachedGlyph(paint, glyph); in render() local
198 CachedGlyphInfo *cachedGlyph = getCachedUTFChar(utfChar); in renderUTF() local226 CachedGlyphInfo *cachedGlyph = mCachedGlyphs.valueFor((uint32_t)utfChar); in getCachedUTFChar() local
208 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, in cacheBitmap()