Home
last modified time | relevance | path

Searched refs:SkOpGlobalState (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/src/pathops/
DSkOpCoincidence.h53 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;
DSkOpEdgeBuilder.h16 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
25 SkOpEdgeBuilder(const SkPath& path, SkOpContourHead* contours2, SkOpGlobalState* globalState) in SkOpEdgeBuilder()
61 SkOpGlobalState* fGlobalState;
DSkPathOpsTSect.h112 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);
DSkPathOpsQuad.h54 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()
DSkPathOpsCubic.h76 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()
DSkPathOpsConic.h43 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()
DSkOpContour.h129 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;
DSkOpSpan.cpp94 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()
DSkIntersections.h18 SkIntersections(SkDEBUGCODE(SkOpGlobalState* globalState = nullptr)) in SkIntersections()
107 SkOpGlobalState* globalState() const { return fDebugGlobalState; } in globalState()
325 SkOpGlobalState* fDebugGlobalState;
DSkOpSpan.h17 class SkOpGlobalState; variable
84 SkOpGlobalState* globalState() const;
258 SkOpGlobalState* globalState() const;
DSkPathOpsTypes.cpp231 SkOpGlobalState::SkOpGlobalState(SkOpContourHead* head, in SkOpGlobalState() function in SkOpGlobalState
DSkPathOpsTCurve.h44 virtual SkOpGlobalState* globalState() const = 0;
DSkPathOpsTypes.h39 class SkOpGlobalState {
41 SkOpGlobalState(SkOpContourHead* head,
92 void debugDoYourWorst(SkOpGlobalState* );
DSkPathOpsTightBounds.cpp50 SkOpGlobalState globalState(contourList, &allocator SkDEBUGPARAMS(false) in TightBounds()
DSkPathOpsDebug.cpp98 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 …]
DSkOpAngle.h108 SkOpGlobalState* globalState() const;
DSkPathOpsOp.cpp229 SkOpGlobalState debugWorstState(nullptr, nullptr SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr));
292 SkOpGlobalState globalState(contourList, &allocator in OpDebug()
DSkOpBuilder.cpp57 SkOpGlobalState globalState(&contourHead, &allocator SkDEBUGPARAMS(false) in FixWinding()
DSkOpSegment.h221 SkOpGlobalState* globalState() const;
234 SkOpGlobalState* globalState = this->globalState(); in insert()
DSkPathOpsSimplify.cpp156 SkOpGlobalState globalState(contourList, &allocator in SimplifyDebug()
DSkPathOpsCommon.cpp234 SkOpGlobalState* globalState = contourList->globalState(); in HandleCoincidence()
DSkPathOpsWinding.cpp413 for (int index = 0; index < SkOpGlobalState::kMaxWindingTries; ++index) { in FindSortableTop()
/third_party/skia/tests/
DPathOpsAngleTest.cpp243 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()
DPathOpsDebug.cpp1066 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()
DPathOpsAngleIdeas.cpp423 SkOpGlobalState state(&contour, allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); in testQuadAngles()

12