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

  /external/skia/src/core/
SkPathHeap.h 25 int count() const { return fPaths.count(); }
27 return *fPaths[index];
36 SkTDArray<SkPath*> fPaths;
SkPathHeap.cpp 16 fPaths.setCount(count);
17 SkPath** ptr = fPaths.begin();
29 SkPath** iter = fPaths.begin();
30 SkPath** stop = fPaths.end();
40 *fPaths.append() = p;
41 return fPaths.count();
45 int count = fPaths.count();
48 SkPath** iter = fPaths.begin();
49 SkPath** stop = fPaths.end();
SkPictureRecord.cpp 664 int count = fPaths.count();
666 result += sizeof(fPaths[index]) + fPaths[index]->size();
726 int count = fPaths.count();
729 const SkFlatPath* path = fPaths[index];
SkPicturePlayback.cpp 795 const SkPath& path = fPaths[index];
846 fPaths = new SkPath[fPathCount];
850 fPaths[index].unflatten(local);
912 const SkPath& path = fPaths[index];
    [all...]

Completed in 2157 milliseconds