Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp60 paints.clear(); in cleanupResources()
DDisplayList.h140 std::vector<std::unique_ptr<const SkPaint>> paints; variable
DDisplayListCanvas.h312 mDisplayListData->paints.push_back(std::move(copy)); in refPaint()
327 mDisplayListData->paints.push_back(std::move(copy)); in copyPaint()