HomeSort by relevance Sort by last modified time
    Searched refs:pathResources (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.cpp 41 , pathResources(stdAllocator)
65 for (size_t i = 0; i < pathResources.size(); i++) {
66 const SkPath* path = pathResources[i];
80 pathResources.clear();
DisplayList.h 144 LsaVector<const SkPath*> pathResources;
RecordingCanvas.h 230 mDisplayList->pathResources.push_back(cachedPath);

Completed in 57 milliseconds