Searched refs:SkOpGlobalState (Results 1 – 19 of 19) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.h | 16 SkOpGlobalState* globalState) in SkOpEdgeBuilder() 26 SkOpGlobalState* globalState) in SkOpEdgeBuilder() 62 SkOpGlobalState* fGlobalState;
|
D | SkOpContour.h | 143 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;
|
D | SkOpSpan.cpp | 20 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()
|
D | SkOpSpan.h | 16 class SkOpGlobalState; variable 63 SkOpGlobalState* globalState() const; 183 SkOpGlobalState* globalState() const;
|
D | SkPathOpsTightBounds.cpp | 14 SkOpGlobalState globalState(NULL, contourList); in TightBounds()
|
D | SkPathOpsCommon.cpp | 201 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()
|
D | SkPathOpsSimplify.cpp | 170 SkOpGlobalState globalState(&coincidence, contourList); in Simplify() 194 globalState.setPhase(SkOpGlobalState::kWalking); in Simplify()
|
D | SkOpAngle.h | 74 SkOpGlobalState* globalState() const;
|
D | SkPathOpsOp.cpp | 231 SkOpGlobalState globalState(&coincidence, contourList); in OpDebug() 285 globalState.setPhase(SkOpGlobalState::kWalking); in OpDebug()
|
D | SkPathOpsTypes.h | 29 class SkOpGlobalState { 31 SkOpGlobalState(SkOpCoincidence* coincidence, SkOpContourHead* head) in SkOpGlobalState() function
|
D | SkPathOpsPostSect.cpp | 20 SkOpGlobalState* SkOpPtT::globalState() const { in globalState() 242 SkOpGlobalState* SkOpSpanBase::globalState() const { in globalState()
|
D | SkOpSegment.h | 185 SkOpGlobalState* globalState() const;
|
D | SkPathOpsWinding.cpp | 389 for (int index = 0; index < SkOpGlobalState::kMaxWindingTries; ++index) { in FindSortableTop()
|
D | SkPathOpsDebug.cpp | 550 if (contour()->globalState()->phase() == SkOpGlobalState::kIntersecting) { in debugValidate()
|
D | SkOpAngle.cpp | 641 SkOpGlobalState* SkOpAngle::globalState() const { in globalState()
|
D | SkOpSegment.cpp | 813 SkOpGlobalState* SkOpSegment::globalState() const { in globalState()
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 238 SkOpGlobalState state(NULL, &contour); in DEF_TEST() 430 SkOpGlobalState state(NULL, &contour); in DEF_TEST()
|
D | PathOpsDebug.cpp | 1233 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()
|
D | PathOpsAngleIdeas.cpp | 422 SkOpGlobalState state(NULL, &contour); in testQuadAngles()
|