Lines Matching refs:SkOpAngle

198 const SkOpAngle* SkPathOpsDebug::DebugAngleAngle(const SkOpAngle* angle, int id) {  in DebugAngleAngle()
202 SkOpContour* SkPathOpsDebug::DebugAngleContour(SkOpAngle* angle, int id) { in DebugAngleContour()
206 const SkOpPtT* SkPathOpsDebug::DebugAnglePtT(const SkOpAngle* angle, int id) { in DebugAnglePtT()
210 const SkOpSegment* SkPathOpsDebug::DebugAngleSegment(const SkOpAngle* angle, int id) { in DebugAngleSegment()
214 const SkOpSpanBase* SkPathOpsDebug::DebugAngleSpan(const SkOpAngle* angle, int id) { in DebugAngleSpan()
218 const SkOpAngle* SkPathOpsDebug::DebugContourAngle(SkOpContour* contour, int id) { in DebugContourAngle()
238 const SkOpAngle* SkPathOpsDebug::DebugCoincidenceAngle(SkOpCoincidence* coin, int id) { in DebugCoincidenceAngle()
258 const SkOpAngle* SkPathOpsDebug::DebugPtTAngle(const SkOpPtT* ptT, int id) { in DebugPtTAngle()
278 const SkOpAngle* SkPathOpsDebug::DebugSegmentAngle(const SkOpSegment* span, int id) { in DebugSegmentAngle()
298 const SkOpAngle* SkPathOpsDebug::DebugSpanAngle(const SkOpSpanBase* span, int id) { in DebugSpanAngle()
786 const SkOpAngle* SkOpAngle::debugAngle(int id) const { in debugAngle()
790 SkOpContour* SkOpAngle::debugContour(int id) { in debugContour()
794 const SkOpPtT* SkOpAngle::debugPtT(int id) const { in debugPtT()
798 const SkOpSegment* SkOpAngle::debugSegment(int id) const { in debugSegment()
802 int SkOpAngle::debugSign() const { in debugSign()
807 const SkOpSpanBase* SkOpAngle::debugSpan(int id) const { in debugSpan()
811 void SkOpAngle::dump() const { in dump()
816 void SkOpAngle::dumpOne(bool functionHeader) const { in dumpOne()
855 void SkOpAngle::dumpTo(const SkOpSegment* segment, const SkOpAngle* to) const { in dumpTo()
856 const SkOpAngle* first = this; in dumpTo()
857 const SkOpAngle* next = this; in dumpTo()
876 void SkOpAngle::dumpCurves() const { in dumpCurves()
877 const SkOpAngle* first = this; in dumpCurves()
878 const SkOpAngle* next = this; in dumpCurves()
885 void SkOpAngle::dumpLoop() const { in dumpLoop()
886 const SkOpAngle* first = this; in dumpLoop()
887 const SkOpAngle* next = this; in dumpLoop()
895 void SkOpAngle::dumpTest() const { in dumpTest()
896 const SkOpAngle* first = this; in dumpTest()
897 const SkOpAngle* next = this; in dumpTest()
920 const SkOpAngle* SkOpPtT::debugAngle(int id) const { in debugAngle()
971 const SkOpAngle* SkOpSpanBase::debugAngle(int id) const { in debugAngle()
1068 const SkOpAngle* SkOpSegment::debugAngle(int id) const { in debugAngle()
1117 const SkOpAngle* fAngle = span->fromAngle(); in dumpAngles()
1118 const SkOpAngle* tAngle = span->final() ? nullptr : span->upCast()->toAngle(); in dumpAngles()
1317 const SkOpAngle* SkOpGlobalState::debugAngle(int id) const { in debugAngle()
1324 SkOpAngle* angle = span->fromAngle(); in debugAngle()
1334 SkOpAngle* angle = tail->fromAngle(); in debugAngle()