Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp2472 class ContourIter { class
2474 ContourIter(const SkPathRef& pathRef);
2492 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter() function in ContourIter
2503 void ContourIter::next() { in next()
2652 ContourIter iter(*path.fPathRef.get()); in CheapComputeFirstDirection()