Home
last modified time | relevance | path

Searched refs:ContourIter (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkPath.cpp2508 class ContourIter { class
2510 ContourIter(const SkPathRef& pathRef);
2528 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter() function in ContourIter
2539 void ContourIter::next() { in next()
2688 ContourIter iter(*path.fPathRef.get()); in CheapComputeFirstDirection()