HomeSort by relevance Sort by last modified time
    Searched refs:SkOpPhase (Results 1 - 8 of 8) sorted by null

  /external/skia/src/pathops/
SkPathOpsDebug.h 16 enum class SkOpPhase : char;
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
SkPathOpsTypes.h 32 enum class SkOpPhase : char {
146 SkOpPhase phase() const {
166 void setPhase(SkOpPhase phase) {
167 if (SkOpPhase::kNoChange == phase) {
190 SkOpPhase fPhase;
SkOpBuilder.cpp 71 globalState.setPhase(SkOpPhase::kFixWinding);
SkPathOpsSimplify.cpp 195 globalState.setPhase(SkOpPhase::kWalking);
SkPathOpsTypes.cpp 237 , fPhase(SkOpPhase::kIntersecting)
SkPathOpsOp.cpp 286 globalState.setPhase(SkOpPhase::kWalking);
SkPathOpsWinding.cpp 352 if (this->globalState()->phase() == SkOpPhase::kFixWinding) {
SkPathOpsDebug.cpp     [all...]

Completed in 383 milliseconds