Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.cpp105 rectShapeCache.getSize(), rectShapeCache.getMaxSize()); in dumpMemoryUsage()
129 total += rectShapeCache.getSize(); in dumpMemoryUsage()
179 rectShapeCache.clear(); in flush()
DCaches.h185 RectShapeCache rectShapeCache; variable
DOpenGLRenderer.cpp2022 const PathTexture* texture = mCaches.rectShapeCache.getRect(right - left, bottom - top, paint); in drawRectAsShape()