Home
last modified time | relevance | path

Searched refs:fFoundPaths (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/viewer/
H A DBisectSlide.cpp32 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()
[all...]
H A DBisectSlide.h46 SkTArray<FoundPath> fFoundPaths; member in BisectSlide
/third_party/skia/dm/
H A DDMSrcSink.cpp1144 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::PathFindingCanvas

Completed in 5 milliseconds