Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsDebug.h17 enum class SkOpPhase : char;
176 int lineNo, SkOpPhase phase, int iteration
180 __LINE__, SkOpPhase::kNoChange, 0
184 __LINE__, SkOpPhase::kNoChange, iteration
188 __LINE__, SkOpPhase::phase, 0
197 SkOpPhase phase
201 SkOpPhase::kNoChange
205 SkOpPhase::kNoChange
209 SkOpPhase::phase
DSkPathOpsTypes.h32 enum class SkOpPhase : char { enum
146 SkOpPhase phase() const { in phase()
166 void setPhase(SkOpPhase phase) { in setPhase()
167 if (SkOpPhase::kNoChange == phase) { in setPhase()
190 SkOpPhase fPhase;
DSkOpBuilder.cpp73 globalState.setPhase(SkOpPhase::kFixWinding); in FixWinding()
DSkPathOpsSimplify.cpp190 globalState.setPhase(SkOpPhase::kWalking); in SimplifyDebug()
DSkPathOpsTypes.cpp240 , fPhase(SkOpPhase::kIntersecting) in SkOpGlobalState()
DSkPathOpsOp.cpp335 globalState.setPhase(SkOpPhase::kWalking); in OpDebug()
DSkPathOpsWinding.cpp356 if (this->globalState()->phase() == SkOpPhase::kFixWinding) { in sortableTop()
DSkPathOpsDebug.cpp2803 SkOpPhase phase = contour()->globalState()->phase(); in debugValidate()
2804 if (phase == SkOpPhase::kIntersecting || phase == SkOpPhase::kFixWinding) { in debugValidate()