Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpEdgeBuilder.h16 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
26 SkOpGlobalState* globalState) in SkOpEdgeBuilder()
62 SkOpGlobalState* fGlobalState;
DSkOpContour.h143 SkOpGlobalState* globalState() const { in globalState()
203 void init(SkOpGlobalState* globalState, bool operand, bool isXor) { in init()
301 void setGlobalState(SkOpGlobalState* state) { in setGlobalState()
354 SkOpGlobalState* fState;
DSkOpSpan.cpp20 SkOpGlobalState* SkOpPtT::globalState() const { in globalState()
209 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState()
253 SkOpGlobalState* globals = this->globalState(); in computeWindSum()
256 while (!this->sortableTop(contourHead) && ++windTry < SkOpGlobalState::kMaxWindingTries) { in computeWindSum()
DSkOpSpan.h16 class SkOpGlobalState; variable
63 SkOpGlobalState* globalState() const;
183 SkOpGlobalState* globalState() const;
DSkPathOpsTightBounds.cpp14 SkOpGlobalState globalState(NULL, contourList); in TightBounds()
DSkPathOpsCommon.cpp201 SkOpGlobalState globalState(NULL, &contour); in Assemble()
435 SkOpGlobalState* globalState = contourList->globalState(); in HandleCoincidence()
442 globalState->setPhase(SkOpGlobalState::kIntersecting); in HandleCoincidence()
446 globalState->setPhase(SkOpGlobalState::kWalking); in HandleCoincidence()
DSkPathOpsSimplify.cpp170 SkOpGlobalState globalState(&coincidence, contourList); in Simplify()
194 globalState.setPhase(SkOpGlobalState::kWalking); in Simplify()
DSkOpAngle.h74 SkOpGlobalState* globalState() const;
DSkPathOpsOp.cpp231 SkOpGlobalState globalState(&coincidence, contourList); in OpDebug()
285 globalState.setPhase(SkOpGlobalState::kWalking); in OpDebug()
DSkPathOpsTypes.h29 class SkOpGlobalState {
31 SkOpGlobalState(SkOpCoincidence* coincidence, SkOpContourHead* head) in SkOpGlobalState() function
DSkPathOpsPostSect.cpp20 SkOpGlobalState* SkOpPtT::globalState() const { in globalState()
242 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState()
DSkOpSegment.h185 SkOpGlobalState* globalState() const;
DSkPathOpsWinding.cpp389 for (int index = 0; index < SkOpGlobalState::kMaxWindingTries; ++index) { in FindSortableTop()
DSkPathOpsDebug.cpp550 if (contour()->globalState()->phase() == SkOpGlobalState::kIntersecting) { in debugValidate()
DSkOpAngle.cpp641 SkOpGlobalState* SkOpAngle::globalState() const { in globalState()
DSkOpSegment.cpp813 SkOpGlobalState* SkOpSegment::globalState() const { in globalState()
/external/skia/tests/
DPathOpsAngleTest.cpp238 SkOpGlobalState state(NULL, &contour); in DEF_TEST()
430 SkOpGlobalState state(NULL, &contour); in DEF_TEST()
DPathOpsDebug.cpp1233 const SkOpAngle* SkOpGlobalState::debugAngle(int id) const { in debugAngle()
1260 SkOpContour* SkOpGlobalState::debugContour(int id) { in debugContour()
1270 const SkOpPtT* SkOpGlobalState::debugPtT(int id) const { in debugPtT()
1293 const SkOpSegment* SkOpGlobalState::debugSegment(int id) const { in debugSegment()
1307 const SkOpSpanBase* SkOpGlobalState::debugSpan(int id) const { in debugSpan()
DPathOpsAngleIdeas.cpp422 SkOpGlobalState state(NULL, &contour); in testQuadAngles()