Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp65 for (size_t i = 0; i < paints.size(); i++) { in cleanupResources()
66 delete paints.itemAt(i); in cleanupResources()
81 paints.clear(); in cleanupResources()
DDisplayList.h142 Vector<const SkPaint*> paints; variable
DDisplayListRenderer.h251 mDisplayListData->paints.add(paintCopy); in copyPaint()