Searched refs:SkOpPhase (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsDebug.h16 enum class SkOpPhase : char; class in inherits:SkOpContourHead,gDumpTSectNum,SkPathOpsDebug
145 int lineNo, SkOpPhase phase, int iteration
149 __LINE__, SkOpPhase::kNoChange, 0
153 __LINE__, SkOpPhase::kNoChange, iteration
157 __LINE__, SkOpPhase::phase, 0
166 SkOpPhase phase
170 SkOpPhase::kNoChange
174 SkOpPhase::kNoChange
178 SkOpPhase::phase
H A DSkPathOpsTypes.h32 enum class SkOpPhase : char { class
146 SkOpPhase phase() const {
166 void setPhase(SkOpPhase phase) {
167 if (SkOpPhase::kNoChange == phase) {
190 SkOpPhase fPhase;
H A DSkOpBuilder.cpp71 globalState.setPhase(SkOpPhase::kFixWinding);
H A DSkPathOpsSimplify.cpp195 globalState.setPhase(SkOpPhase::kWalking);
H A DSkPathOpsTypes.cpp240 , fPhase(SkOpPhase::kIntersecting)
H A DSkPathOpsOp.cpp287 globalState.setPhase(SkOpPhase::kWalking);
H A DSkPathOpsWinding.cpp352 if (this->globalState()->phase() == SkOpPhase::kFixWinding) {
H A DSkPathOpsDebug.cpp2813 SkOpPhase phase = contour()->globalState()->phase();
2814 if (phase == SkOpPhase::kIntersecting || phase == SkOpPhase::kFixWinding) {
/external/skqp/src/pathops/
H A DSkPathOpsDebug.h16 enum class SkOpPhase : char; class in inherits:SkOpContourHead,gDumpTSectNum,SkPathOpsDebug
145 int lineNo, SkOpPhase phase, int iteration
149 __LINE__, SkOpPhase::kNoChange, 0
153 __LINE__, SkOpPhase::kNoChange, iteration
157 __LINE__, SkOpPhase::phase, 0
166 SkOpPhase phase
170 SkOpPhase::kNoChange
174 SkOpPhase::kNoChange
178 SkOpPhase::phase
H A DSkPathOpsTypes.h32 enum class SkOpPhase : char { class
146 SkOpPhase phase() const {
166 void setPhase(SkOpPhase phase) {
167 if (SkOpPhase::kNoChange == phase) {
190 SkOpPhase fPhase;
H A DSkOpBuilder.cpp71 globalState.setPhase(SkOpPhase::kFixWinding);
H A DSkPathOpsSimplify.cpp195 globalState.setPhase(SkOpPhase::kWalking);
H A DSkPathOpsTypes.cpp240 , fPhase(SkOpPhase::kIntersecting)
H A DSkPathOpsOp.cpp287 globalState.setPhase(SkOpPhase::kWalking);
H A DSkPathOpsWinding.cpp352 if (this->globalState()->phase() == SkOpPhase::kFixWinding) {
H A DSkPathOpsDebug.cpp2813 SkOpPhase phase = contour()->globalState()->phase();
2814 if (phase == SkOpPhase::kIntersecting || phase == SkOpPhase::kFixWinding) {

Completed in 345 milliseconds