Searched refs:paints (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.cpp44 , paints(stdAllocator)
84 paints.clear();
H A DDisplayList.h199 LsaVector<std::unique_ptr<const SkPaint>> paints; member in class:android::uirenderer::DisplayList
H A DDisplayListCanvas.h285 // In the unlikely event that 2 unique paints have the same hash we do a
290 mDisplayList->paints.push_back(std::move(copy));
H A DRecordingCanvas.h257 // In the unlikely event that 2 unique paints have the same hash we do a
261 mDisplayList->paints.emplace_back(cachedPaint);

Completed in 152 milliseconds