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

  /external/skia/src/pathops/
SkOpSpan.cpp 20 SkOpGlobalState* SkOpPtT::globalState() const {
21 return contour()->globalState();
31 SkDEBUGCODE(fID = span->globalState()->nextPtTID());
209 SkOpGlobalState* SkOpSpanBase::globalState() const {
210 return contour()->globalState();
223 SkDEBUGCODE(fID = globalState()->nextSpanID());
253 SkOpGlobalState* globals = this->globalState();
282 this->globalState()->coincidence()->fixUp(this->ptT(), kept);
302 this->globalState()->setWindingFailed();
312 this->globalState()->setWindingFailed()
    [all...]
SkOpContour.h 124 return SkDEBUGRELEASE(this->globalState()->debugAngle(id), NULL);
128 return SkDEBUGRELEASE(this->globalState()->debugContour(id), NULL);
132 return SkDEBUGRELEASE(this->globalState()->debugPtT(id), NULL);
136 return SkDEBUGRELEASE(this->globalState()->debugSegment(id), NULL);
140 return SkDEBUGRELEASE(this->globalState()->debugSpan(id), NULL);
143 SkOpGlobalState* globalState() const {
203 void init(SkOpGlobalState* globalState, bool operand, bool isXor) {
204 fState = globalState;
207 SkDEBUGCODE(fID = globalState->nextContourID());
SkPathOpsPostSect.cpp 20 SkOpGlobalState* SkOpPtT::globalState() const {
21 return PATH_OPS_DEBUG_RELEASE(contour()->globalState(), NULL);
31 PATH_OPS_DEBUG_CODE(fID = ++span->globalState()->fPtTID);
242 SkOpGlobalState* SkOpSpanBase::globalState() const {
243 return PATH_OPS_DEBUG_RELEASE(contour()->globalState(), NULL);
255 PATH_OPS_DEBUG_CODE(fID = ++globalState()->fSpanID);
317 this->globalState()->fCoincidence->fixUp(this->ptT(), kept);
SkOpAngle.cpp 641 SkOpGlobalState* SkOpAngle::globalState() const {
642 return this->segment()->globalState();
694 globalState()->setAngleCoincidence();
    [all...]
SkOpSegment.cpp 813 SkOpGlobalState* SkOpSegment::globalState() const {
814 return contour()->globalState();
833 SkDEBUGCODE(fID = globalState()->nextSegmentID());
903 this->globalState()->setWindingFailed();
    [all...]

Completed in 138 milliseconds