Searched defs:debugCoincidence (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkOpContour.h91 const SkOpCoincidence* debugCoincidence() const { function in class:SkOpContour
/external/skqp/src/pathops/
H A DSkOpContour.h91 const SkOpCoincidence* debugCoincidence() const { function in class:SkOpContour
/external/skia/tests/
H A DPathOpsDebug.cpp823 const SkOpCoincidence* SkOpAngle::debugCoincidence() const { function in class:SkOpAngle
824 return this->segment()->debugCoincidence();
965 const SkOpCoincidence* SkOpPtT::debugCoincidence() const { function in class:SkOpPtT
966 return this->span()->debugCoincidence();
1017 const SkOpCoincidence* SkOpSpanBase::debugCoincidence() const { function in class:SkOpSpanBase
1018 return this->segment()->debugCoincidence();
1128 const SkOpCoincidence* SkOpSegment::debugCoincidence() const { function in class:SkOpSegment
1129 return this->contour()->debugCoincidence();
/external/skqp/tests/
H A DPathOpsDebug.cpp823 const SkOpCoincidence* SkOpAngle::debugCoincidence() const { function in class:SkOpAngle
824 return this->segment()->debugCoincidence();
965 const SkOpCoincidence* SkOpPtT::debugCoincidence() const { function in class:SkOpPtT
966 return this->span()->debugCoincidence();
1017 const SkOpCoincidence* SkOpSpanBase::debugCoincidence() const { function in class:SkOpSpanBase
1018 return this->segment()->debugCoincidence();
1128 const SkOpCoincidence* SkOpSegment::debugCoincidence() const { function in class:SkOpSegment
1129 return this->contour()->debugCoincidence();

Completed in 353 milliseconds