Searched refs:fFoundPaths (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tools/viewer/ |
D | BisectSlide.cpp | 32 bisect->fFoundPaths.push_back() = {path, paint, matrix}; in Create() 48 swap(fFoundPaths, fTossedPaths); in onChar() 58 if (fFoundPaths.count() > 1) { in onChar() 59 int midpt = (fFoundPaths.count() + 1) / 2; in onChar() 60 fPathHistory.emplace(fFoundPaths, fTossedPaths); in onChar() 61 fTossedPaths.reset(fFoundPaths.begin() + midpt, fFoundPaths.count() - midpt); in onChar() 62 fFoundPaths.resize_back(midpt); in onChar() 69 fFoundPaths = fPathHistory.top().first; in onChar() 90 for (const FoundPath& foundPath : fFoundPaths) { in onChar() 103 for (const FoundPath& path : fFoundPaths) { in draw()
|
D | BisectSlide.h | 46 SkTArray<FoundPath> fFoundPaths; variable
|
/third_party/flutter/skia/tools/viewer/ |
D | BisectSlide.cpp | 72 fFoundPaths.push_back() = {path, paint, this->getTotalMatrix()}; in onDrawPath() 80 swap(fFoundPaths, fTossedPaths); in onChar() 90 if (fFoundPaths.count() > 1) { in onChar() 91 int midpt = (fFoundPaths.count() + 1) / 2; in onChar() 92 fPathHistory.emplace(fFoundPaths, fTossedPaths); in onChar() 93 fTossedPaths.reset(fFoundPaths.begin() + midpt, fFoundPaths.count() - midpt); in onChar() 94 fFoundPaths.resize_back(midpt); in onChar() 101 fFoundPaths = fPathHistory.top().first; in onChar() 122 for (const FoundPath& foundPath : fFoundPaths) { in onChar() 135 for (const FoundPath& path : fFoundPaths) { in draw()
|
D | BisectSlide.h | 49 SkTArray<FoundPath> fFoundPaths; variable
|
/third_party/flutter/skia/dm/ |
D | DMSrcSink.cpp | 1076 const SkTArray<FoundPath>& foundPaths() const { return fFoundPaths; } in draw() 1080 fFoundPaths.push_back() = {path, paint, this->getTotalMatrix()}; in draw() 1083 SkTArray<FoundPath> fFoundPaths; in draw() member in DM::BisectSrc::draw::PathFindingCanvas
|
/third_party/skia/dm/ |
D | DMSrcSink.cpp | 1144 const SkTArray<FoundPath>& foundPaths() const { return fFoundPaths; } in draw() 1148 fFoundPaths.push_back() = {path, paint, this->getTotalMatrix()}; in draw() 1151 SkTArray<FoundPath> fFoundPaths; in draw() member in DM::BisectSrc::draw::PathFindingCanvas
|