Searched refs:mCacheTexture (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h50 CacheTexture* mCacheTexture; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp129 if (!cacheTexture || cachedGlyph->mCacheTexture == cacheTexture) {
173 nPenX, nPenY - height, u1, v1, glyph->mCacheTexture);
203 p[3].x(), p[3].y(), u1, v1, glyph->mCacheTexture);
211 CacheTexture* cacheTexture = glyph->mCacheTexture;
274 glyph->mCacheTexture);
338 if (cachedGlyph->mIsValid && cachedGlyph->mCacheTexture) {
408 if (cachedGlyph->mIsValid && cachedGlyph->mCacheTexture) {
458 uint32_t cacheWidth = glyph->mCacheTexture->getWidth();
459 uint32_t cacheHeight = glyph->mCacheTexture->getHeight();
H A DFontCacheHistoryTracker.cpp66 entry.glyph.texture = glyphInfo->mCacheTexture;
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp216 cachedGlyph->mCacheTexture = nullptr;
268 cachedGlyph->mCacheTexture = cacheTexture;

Completed in 78 milliseconds