Searched refs:pathCache (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Caches.cpp | 294 pathCache.getSize(), pathCache.getMaxSize()); in dumpMemoryUsage() 316 total += pathCache.getSize(); in dumpMemoryUsage() 335 pathCache.clearGarbage(); in clearGarbage() 360 pathCache.clear(); in flush()
|
D | ResourceCache.cpp | 157 Caches::getInstance().pathCache.removeDeferred(resource); in destructorLocked() 278 Caches::getInstance().pathCache.removeDeferred(path); in deleteResourceReferenceLocked()
|
D | Caches.h | 338 PathCache pathCache; variable
|
D | OpenGLRenderer.cpp | 322 mCaches.pathCache.trim(); in finish() 2493 const PathTexture* texture = mCaches.pathCache.getRoundRect( 2511 const PathTexture* texture = mCaches.pathCache.getCircle(radius, p); 2534 const PathTexture* texture = mCaches.pathCache.getOval(right - left, bottom - top, p); 2558 const PathTexture* texture = mCaches.pathCache.getArc(right - left, bottom - top, 2596 mCaches.pathCache.getRect(right - left, bottom - top, p); 2876 const PathTexture* texture = mCaches.pathCache.get(path, paint);
|
D | DisplayListOp.h | 1238 renderer.getCaches().pathCache.precache(mPath, paint); in onDefer()
|