Searched refs:debugCoincidence (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/pathops/
H A DSkOpAngle.h32 const SkOpCoincidence* debugCoincidence() const;
H A DSkOpSpan.h56 const SkOpCoincidence* debugCoincidence() const;
232 const SkOpCoincidence* debugCoincidence() const;
H A DSkOpContour.h91 const SkOpCoincidence* debugCoincidence() const { function in class:SkOpContour
H A DSkPathOpsTypes.h75 const SkOpCoincidence* debugCoincidence() const;
H A DSkOpSegment.h140 const SkOpCoincidence* debugCoincidence() const;
/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();

Completed in 118 milliseconds