Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/
DMiddleOutPolygonTriangulator.h201 class PathMiddleOutFanIter {
203 PathMiddleOutFanIter(const SkPath& path) : fMiddleOut(path.countVerbs()) { in PathMiddleOutFanIter() function
/third_party/skia/samplecode/
DSamplePathTessellators.cpp143 for (PathMiddleOutFanIter it(fPath); !it.done();) { in onPrepare()
/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.cpp249 for (PathMiddleOutFanIter it(path); !it.done();) { in onPrepare()
/third_party/skia/bench/
DTessellateBench.cpp239 for (PathMiddleOutFanIter it(fPath); !it.done();) {