/third_party/skia/src/pathops/ |
D | SkOpCoincidence.h | 53 const SkOpGlobalState* debugState) const; 60 SkDEBUGCODE(SkOpGlobalState* globalState() { return fGlobalState; }) in SkDEBUGCODE() 62 void init(SkDEBUGCODE(SkOpGlobalState* globalState)) { 131 SkDEBUGCODE(SkOpGlobalState* fGlobalState); 136 SkOpCoincidence(SkOpGlobalState* globalState) in SkOpCoincidence() 218 SkOpGlobalState* globalState() { in globalState() 222 const SkOpGlobalState* globalState() const { in globalState() 295 SkOpGlobalState* fGlobalState;
|
D | SkOpEdgeBuilder.h | 16 SkOpGlobalState* globalState) in SkOpEdgeBuilder() 25 SkOpEdgeBuilder(const SkPath& path, SkOpContourHead* contours2, SkOpGlobalState* globalState) in SkOpEdgeBuilder() 61 SkOpGlobalState* fGlobalState;
|
D | SkPathOpsTSect.h | 112 void debugSetGlobalState(SkOpGlobalState* state) { in debugSetGlobalState() 138 SkDEBUGCODE(SkOpGlobalState* globalState() const { return fDebugGlobalState; }) in SkDEBUGCODE() 238 SkDEBUGCODE(SkOpGlobalState* fDebugGlobalState); 247 SkDEBUGPARAMS(SkOpGlobalState* ) PATH_OPS_DEBUG_T_SECT_PARAMS(int id)); 251 SkDEBUGCODE(SkOpGlobalState* globalState() { return fDebugGlobalState; }) 363 SkDEBUGCODE(SkOpGlobalState* fDebugGlobalState);
|
D | SkPathOpsQuad.h | 54 SkDEBUGPARAMS(SkOpGlobalState* state = nullptr)) { in set() 72 SkOpGlobalState* globalState() const { return fDebugGlobalState; } in globalState() 123 SkDEBUGCODE(SkOpGlobalState* fDebugGlobalState); 150 SkOpGlobalState* globalState() const override { return fQuad.globalState(); } in globalState()
|
D | SkPathOpsCubic.h | 76 SkOpGlobalState* globalState() const { return fDebugGlobalState; } in globalState() 111 SkDEBUGPARAMS(SkOpGlobalState* state = nullptr)) { in set() 141 SkDEBUGCODE(SkOpGlobalState* fDebugGlobalState); 207 SkOpGlobalState* globalState() const override { return fCubic.globalState(); } in globalState()
|
D | SkPathOpsConic.h | 43 SkOpGlobalState* globalState() const { return fPts.globalState(); } in globalState() 49 SkDEBUGPARAMS(SkOpGlobalState* state = nullptr)) { in set() 159 SkOpGlobalState* globalState() const override { return fConic.globalState(); } in globalState()
|
D | SkOpContour.h | 129 SkOpGlobalState* globalState() const { in globalState() 189 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { in init() 316 void setGlobalState(SkOpGlobalState* state) { in setGlobalState() 373 SkOpGlobalState* fState;
|
D | SkOpSpan.cpp | 94 SkOpGlobalState* SkOpPtT::globalState() const { in globalState() 233 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState() 373 SkOpGlobalState* globals = this->globalState(); in computeWindSum() 376 while (!this->sortableTop(contourHead) && ++windTry < SkOpGlobalState::kMaxWindingTries) { in computeWindSum()
|
D | SkIntersections.h | 18 SkIntersections(SkDEBUGCODE(SkOpGlobalState* globalState = nullptr)) in SkIntersections() 107 SkOpGlobalState* globalState() const { return fDebugGlobalState; } in globalState() 325 SkOpGlobalState* fDebugGlobalState;
|
D | SkOpSpan.h | 17 class SkOpGlobalState; variable 84 SkOpGlobalState* globalState() const; 258 SkOpGlobalState* globalState() const;
|
D | SkPathOpsTypes.cpp | 231 SkOpGlobalState::SkOpGlobalState(SkOpContourHead* head, in SkOpGlobalState() function in SkOpGlobalState
|
D | SkPathOpsTCurve.h | 44 virtual SkOpGlobalState* globalState() const = 0;
|
D | SkPathOpsTypes.h | 39 class SkOpGlobalState { 41 SkOpGlobalState(SkOpContourHead* head, 92 void debugDoYourWorst(SkOpGlobalState* );
|
D | SkPathOpsTightBounds.cpp | 50 SkOpGlobalState globalState(contourList, &allocator SkDEBUGPARAMS(false) in TightBounds()
|
D | SkPathOpsDebug.cpp | 98 void init(const SkOpGlobalState* state) { in init() 227 const SkOpGlobalState* fGlobalState; 286 void SkOpGlobalState::debugAddToCoinChangedDict() { in debugAddToCoinChangedDict() 555 void SkOpGlobalState::debugAddToGlobalCoinDicts() { in debugAddToGlobalCoinDicts() 565 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, in debugAddLoopCount() 586 void SkOpGlobalState::debugDoYourWorst(SkOpGlobalState* local) { in debugDoYourWorst() 627 void SkOpGlobalState::debugLoopReport() { in debugLoopReport() 639 void SkOpGlobalState::debugResetLoopCounts() { in debugResetLoopCounts() 647 bool SkOpGlobalState::DebugRunFail() { in DebugRunFail() 653 void SkOpGlobalState::debugSetPhase(const char* funcName DEBUG_COIN_DECLARE_PARAMS()) const { in debugSetPhase() [all …]
|
D | SkOpAngle.h | 108 SkOpGlobalState* globalState() const;
|
D | SkPathOpsOp.cpp | 229 SkOpGlobalState debugWorstState(nullptr, nullptr SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); 292 SkOpGlobalState globalState(contourList, &allocator in OpDebug()
|
D | SkOpBuilder.cpp | 57 SkOpGlobalState globalState(&contourHead, &allocator SkDEBUGPARAMS(false) in FixWinding()
|
D | SkOpSegment.h | 221 SkOpGlobalState* globalState() const; 234 SkOpGlobalState* globalState = this->globalState(); in insert()
|
D | SkPathOpsSimplify.cpp | 156 SkOpGlobalState globalState(contourList, &allocator in SimplifyDebug()
|
D | SkPathOpsCommon.cpp | 234 SkOpGlobalState* globalState = contourList->globalState(); in HandleCoincidence()
|
D | SkPathOpsWinding.cpp | 413 for (int index = 0; index < SkOpGlobalState::kMaxWindingTries; ++index) { in FindSortableTop()
|
/third_party/skia/tests/ |
D | PathOpsAngleTest.cpp | 243 SkOpGlobalState state(&contour, &allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); in DEF_TEST() 439 SkOpGlobalState state(&contour, &alloc SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); in DEF_TEST() 505 SkOpGlobalState state(&contour, &allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); in DEF_TEST()
|
D | PathOpsDebug.cpp | 1066 const SkOpAngle* SkOpGlobalState::debugAngle(int id) const { in debugAngle() 1093 SkOpContour* SkOpGlobalState::debugContour(int id) const { in debugContour() 1103 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const { in debugPtT() 1126 const SkOpSegment* SkOpGlobalState::debugSegment(int id) const { in debugSegment() 1140 const SkOpSpanBase* SkOpGlobalState::debugSpan(int id) const { in debugSpan()
|
D | PathOpsAngleIdeas.cpp | 423 SkOpGlobalState state(&contour, allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); in testQuadAngles()
|