Searched refs:PathMiddleOutFanIter (Results 1 – 4 of 4) sorted by relevance
201 class PathMiddleOutFanIter {203 PathMiddleOutFanIter(const SkPath& path) : fMiddleOut(path.countVerbs()) { in PathMiddleOutFanIter() function
143 for (PathMiddleOutFanIter it(fPath); !it.done();) { in onPrepare()
249 for (PathMiddleOutFanIter it(path); !it.done();) { in onPrepare()
239 for (PathMiddleOutFanIter it(fPath); !it.done();) {