Home
last modified time | relevance | path

Searched refs:mHistoryTracker (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.h126 FontCacheHistoryTracker& historyTracker() { return mHistoryTracker; } in historyTracker()
199 FontCacheHistoryTracker mHistoryTracker; variable
DFontRenderer.cpp160 mHistoryTracker.glyphsCleared(mACacheTextures[i]); in flushAllAndInvalidate()
167 mHistoryTracker.glyphsCleared(mRGBACacheTextures[i]); in flushAllAndInvalidate()
181 mHistoryTracker.glyphsCleared(cacheTexture); in flushLargeCaches()
386 mHistoryTracker.glyphUploaded(cacheTexture, startX, startY, glyph.fWidth, glyph.fHeight); in cacheBitmap()