Searched defs:mSourcePaths (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h497 SortedVector<SkPath*> mSourcePaths; member in class:android::uirenderer::DisplayList
655 return mSourcePaths;
776 if (mSourcePaths.indexOf(path) < 0) {
778 mSourcePaths.add(path);
875 SortedVector<SkPath*> mSourcePaths; member in class:android::uirenderer::DisplayListRenderer

Completed in 118 milliseconds