Lines Matching refs:globalState
47 SkOpSegment* result = fCount++ ? this->globalState()->allocator()->make<SkOpSegment>()
87 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), nullptr);
91 return this->globalState()->coincidence();
99 return SkDEBUGRELEASE(this->globalState()->debugContour(id), nullptr);
109 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), nullptr);
113 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), nullptr);
126 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), nullptr);
129 SkOpGlobalState* globalState() const {
189 void init(SkOpGlobalState* globalState, bool operand, bool isXor) {
190 fState = globalState;
193 SkDEBUGCODE(fID = globalState->nextContourID());
393 SkOpContour* contour = this->globalState()->allocator()->make<SkOpContour>();