Searched defs:ContourIter (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp2288 class ContourIter { class
2290 ContourIter(const SkPathRef& pathRef);
2308 ContourIter::ContourIter(const SkPathRef& pathRef) { function in class:ContourIter
2319 void ContourIter::next() {
2468 ContourIter iter(*fPathRef.get());

Completed in 148 milliseconds