HomeSort by relevance Sort by last modified time
    Searched defs:globalState (Results 1 - 4 of 4) sorted by null

  /external/skia/src/pathops/
SkOpSpan.cpp 84 SkOpGlobalState* SkOpPtT::globalState() const {
85 return contour()->globalState();
95 SkDEBUGCODE(fID = span->globalState()->nextPtTID());
273 SkOpGlobalState* SkOpSpanBase::globalState() const {
274 return contour()->globalState();
287 SkDEBUGCODE(fID = globalState()->nextSpanID());
317 SkOpGlobalState* globals = this->globalState();
346 SkOpCoincidence* coincidence = this->globalState()->coincidence();
370 this->globalState()->setWindingFailed();
380 this->globalState()->setWindingFailed()
    [all...]
SkOpContour.h 132 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
138 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
145 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
149 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
153 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
156 SkOpGlobalState* globalState() const {
225 void init(SkOpGlobalState* globalState, bool operand, bool isXor) {
226 fState = globalState;
229 SkDEBUGCODE(fID = globalState->nextContourID());
SkOpAngle.cpp 593 SkOpGlobalState* SkOpAngle::globalState() const {
594 return this->segment()->globalState();
646 globalState()->setAngleCoincidence();
837 SkDEBUGCODE(fID = start ? start->globalState()->nextAngleID() : -1);
    [all...]
SkOpSegment.cpp 889 SkOpGlobalState* SkOpSegment::globalState() const {
890 return contour()->globalState();
909 SkDEBUGCODE(fID = globalState()->nextSegmentID());
    [all...]

Completed in 59 milliseconds