Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpEdgeBuilder.h16 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
26 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
62 SkOpGlobalState* fGlobalState;
DSkOpCoincidence.h43 bool addExpanded(SkChunkAlloc* allocator PATH_OPS_DEBUG_VALIDATE_PARAMS(SkOpGlobalState* ));
71 void debugSetGlobalState(SkOpGlobalState* debugState) { in debugSetGlobalState()
123 SkDEBUGCODE_(SkOpGlobalState* fDebugState);
DSkOpContour.h156 SkOpGlobalState* globalState() const { in globalState()
225 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { in init()
360 void setGlobalState(SkOpGlobalState* state) { in setGlobalState()
418 SkOpGlobalState* fState;
DSkOpSpan.cpp84 SkOpGlobalState* SkOpPtT::globalState() const { in globalState()
273 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState()
317 SkOpGlobalState* globals = this->globalState(); in computeWindSum()
320 while (!this->sortableTop(contourHead) && ++windTry < SkOpGlobalState::kMaxWindingTries) { in computeWindSum()
DSkOpBuilder.cpp47 SkOpGlobalState globalState(nullptr, &contourHead SkDEBUGPARAMS(nullptr)); in FixWinding()
54 globalState.setPhase(SkOpGlobalState::kFixWinding); in FixWinding()
DSkPathOpsTightBounds.cpp14 SkOpGlobalState globalState(nullptr, contourList SkDEBUGPARAMS(nullptr)); in TightBounds()
DSkPathOpsCommon.cpp201 SkOpGlobalState globalState(nullptr, &contour SkDEBUGPARAMS(nullptr)); in Assemble()
454 SkOpGlobalState* globalState = contourList->globalState(); in HandleCoincidence()
471 globalState->setPhase(SkOpGlobalState::kIntersecting); in HandleCoincidence()
486 globalState->setPhase(SkOpGlobalState::kWalking); in HandleCoincidence()
DSkPathOpsSimplify.cpp183 SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(nullptr)); in Simplify()
207 globalState.setPhase(SkOpGlobalState::kWalking); in Simplify()
DSkPathOpsTypes.cpp215 SkOpGlobalState::SkOpGlobalState(SkOpCoincidence* coincidence, SkOpContourHead* head in SkOpGlobalState() function in SkOpGlobalState
DSkPathOpsTypes.h31 class SkOpGlobalState {
33 SkOpGlobalState(SkOpCoincidence* coincidence, SkOpContourHead* head
79 void debugDoYourWorst(SkOpGlobalState* );
DSkOpSpan.h17 class SkOpGlobalState; variable
86 SkOpGlobalState* globalState() const;
219 SkOpGlobalState* globalState() const;
DSkPathOpsOp.cpp238 SkOpGlobalState debugWorstState(nullptr, nullptr SkDEBUGPARAMS(nullptr));
254 SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(testName)); in OpDebug()
308 globalState.setPhase(SkOpGlobalState::kWalking); in OpDebug()
DSkOpAngle.h74 SkOpGlobalState* globalState() const;
DSkPathOpsDebug.cpp286 void SkOpGlobalState::debugAddLoopCount(SkIntersections* i, const SkIntersectionHelper& wt, in debugAddLoopCount()
307 void SkOpGlobalState::debugDoYourWorst(SkOpGlobalState* local) { in debugDoYourWorst()
348 void SkOpGlobalState::debugLoopReport() { in debugLoopReport()
360 void SkOpGlobalState::debugResetLoopCounts() { in debugResetLoopCounts()
369 bool SkOpGlobalState::debugRunFail() const { in debugRunFail()
1740 SkOpGlobalState::Phase phase = contour()->globalState()->phase(); in debugValidate()
1741 if (phase == SkOpGlobalState::kIntersecting in debugValidate()
1742 || phase == SkOpGlobalState::kFixWinding) { in debugValidate()
DSkPathOpsWinding.cpp345 if (this->globalState()->phase() == SkOpGlobalState::kFixWinding) { in sortableTop()
394 for (int index = 0; index < SkOpGlobalState::kMaxWindingTries; ++index) { in FindSortableTop()
DSkOpCoincidence.cpp71 PATH_OPS_DEBUG_VALIDATE_PARAMS(SkOpGlobalState* globalState)) { in addExpanded()
73 globalState->setPhase(SkOpGlobalState::kIntersecting); in addExpanded()
140 globalState->setPhase(SkOpGlobalState::kWalking); in addExpanded()
DSkOpSegment.h211 SkOpGlobalState* globalState() const;
DSkOpAngle.cpp593 SkOpGlobalState* SkOpAngle::globalState() const { in globalState()
DSkOpSegment.cpp889 SkOpGlobalState* SkOpSegment::globalState() const { in globalState()
/external/skia/tests/
DPathOpsAngleTest.cpp238 SkOpGlobalState state(nullptr, &contour SkDEBUGPARAMS(nullptr)); in DEF_TEST()
430 SkOpGlobalState state(nullptr, &contour SkDEBUGPARAMS(nullptr)); in DEF_TEST()
DPathOpsDebug.cpp1317 const SkOpAngle* SkOpGlobalState::debugAngle(int id) const { in debugAngle()
1344 SkOpContour* SkOpGlobalState::debugContour(int id) { in debugContour()
1354 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const { in debugPtT()
1377 const SkOpSegment* SkOpGlobalState::debugSegment(int id) const { in debugSegment()
1391 const SkOpSpanBase* SkOpGlobalState::debugSpan(int id) const { in debugSpan()
DPathOpsAngleIdeas.cpp422 SkOpGlobalState state(nullptr, &contour SkDEBUGPARAMS(nullptr)); in testQuadAngles()