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

  /frameworks/base/libs/hwui/
DisplayList.cpp 42 , pathResources(stdAllocator)
68 for (size_t i = 0; i < pathResources.size(); i++) {
69 const SkPath* path = pathResources[i];
83 pathResources.clear();
DisplayList.h 192 LsaVector<const SkPath*> pathResources;
RecordingCanvas.h 234 mDisplayList->pathResources.push_back(cachedPath);
DisplayListCanvas.h 266 mDisplayList->pathResources.push_back(cachedPath);

Completed in 1543 milliseconds