Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp43 , paints(stdAllocator) in DisplayList()
81 paints.clear(); in cleanupResources()
DDisplayList.h146 LsaVector<std::unique_ptr<const SkPaint>> paints; variable
DRecordingCanvas.h257 mDisplayList->paints.emplace_back(cachedPaint); in refPaint()