Home
last modified time | relevance | path

Searched refs:mCacheTexture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
DFont.cpp129 if (!cacheTexture || cachedGlyph->mCacheTexture == cacheTexture) { in invalidateTextureCache()
173 nPenX, nPenY - height, u1, v1, glyph->mCacheTexture); in drawCachedGlyph()
203 p[3].x(), p[3].y(), u1, v1, glyph->mCacheTexture); in drawCachedGlyphTransformed()
211 CacheTexture* cacheTexture = glyph->mCacheTexture; in drawCachedGlyphBitmap()
274 glyph->mCacheTexture); in drawCachedGlyph()
338 if (cachedGlyph->mIsValid && cachedGlyph->mCacheTexture) { in render()
408 if (cachedGlyph->mIsValid && cachedGlyph->mCacheTexture) { in render()
452 uint32_t cacheWidth = glyph->mCacheTexture->getWidth(); in updateGlyphCache()
453 uint32_t cacheHeight = glyph->mCacheTexture->getHeight(); in updateGlyphCache()
DCachedGlyphInfo.h52 CacheTexture* mCacheTexture; member
/frameworks/base/libs/hwui/
DFontRenderer.cpp219 cachedGlyph->mCacheTexture = nullptr; in cacheBitmap()
271 cachedGlyph->mCacheTexture = cacheTexture; in cacheBitmap()