Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp2299 class ContourIter { class
2301 ContourIter(const SkPathRef& pathRef);
2319 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter() function in ContourIter
2330 void ContourIter::next() { in next()
2478 ContourIter iter(*path.fPathRef); in ComputeFirstDirection()
/external/skqp/src/core/
DSkPath.cpp2914 class ContourIter { class
2916 ContourIter(const SkPathRef& pathRef);
2934 ContourIter::ContourIter(const SkPathRef& pathRef) { in ContourIter() function in ContourIter
2945 void ContourIter::next() { in next()
3095 ContourIter iter(*path.fPathRef.get()); in CheapComputeFirstDirection()