• Home
  • Raw
  • Download

Lines Matching refs:SkOpAngle

201 const SkOpAngle* SkPathOpsDebug::DebugAngleAngle(const SkOpAngle* angle, int id) {  in DebugAngleAngle()
205 SkOpContour* SkPathOpsDebug::DebugAngleContour(SkOpAngle* angle, int id) { in DebugAngleContour()
209 const SkOpPtT* SkPathOpsDebug::DebugAnglePtT(const SkOpAngle* angle, int id) { in DebugAnglePtT()
213 const SkOpSegment* SkPathOpsDebug::DebugAngleSegment(const SkOpAngle* angle, int id) { in DebugAngleSegment()
217 const SkOpSpanBase* SkPathOpsDebug::DebugAngleSpan(const SkOpAngle* angle, int id) { in DebugAngleSpan()
221 const SkOpAngle* SkPathOpsDebug::DebugContourAngle(SkOpContour* contour, int id) { in DebugContourAngle()
241 const SkOpAngle* SkPathOpsDebug::DebugPtTAngle(const SkOpPtT* ptT, int id) { in DebugPtTAngle()
261 const SkOpAngle* SkPathOpsDebug::DebugSegmentAngle(const SkOpSegment* span, int id) { in DebugSegmentAngle()
281 const SkOpAngle* SkPathOpsDebug::DebugSpanAngle(const SkOpSpanBase* span, int id) { in DebugSpanAngle()
715 const SkOpAngle* SkOpAngle::debugAngle(int id) const { in debugAngle()
719 SkOpContour* SkOpAngle::debugContour(int id) { in debugContour()
723 const SkOpPtT* SkOpAngle::debugPtT(int id) const { in debugPtT()
727 const SkOpSegment* SkOpAngle::debugSegment(int id) const { in debugSegment()
731 int SkOpAngle::debugSign() const { in debugSign()
736 const SkOpSpanBase* SkOpAngle::debugSpan(int id) const { in debugSpan()
740 void SkOpAngle::dump() const { in dump()
745 void SkOpAngle::dumpOne(bool functionHeader) const { in dumpOne()
784 void SkOpAngle::dumpTo(const SkOpSegment* segment, const SkOpAngle* to) const { in dumpTo()
785 const SkOpAngle* first = this; in dumpTo()
786 const SkOpAngle* next = this; in dumpTo()
805 void SkOpAngle::dumpCurves() const { in dumpCurves()
806 const SkOpAngle* first = this; in dumpCurves()
807 const SkOpAngle* next = this; in dumpCurves()
814 void SkOpAngle::dumpLoop() const { in dumpLoop()
815 const SkOpAngle* first = this; in dumpLoop()
816 const SkOpAngle* next = this; in dumpLoop()
824 void SkOpAngle::dumpTest() const { in dumpTest()
825 const SkOpAngle* first = this; in dumpTest()
826 const SkOpAngle* next = this; in dumpTest()
849 const SkOpAngle* SkOpPtT::debugAngle(int id) const { in debugAngle()
900 const SkOpAngle* SkOpSpanBase::debugAngle(int id) const { in debugAngle()
997 const SkOpAngle* SkOpSegment::debugAngle(int id) const { in debugAngle()
1046 const SkOpAngle* fAngle = span->fromAngle(); in dumpAngles()
1047 const SkOpAngle* tAngle = span->final() ? NULL : span->upCast()->toAngle(); in dumpAngles()
1233 const SkOpAngle* SkOpGlobalState::debugAngle(int id) const { in debugAngle()
1240 SkOpAngle* angle = span->fromAngle(); in debugAngle()
1250 SkOpAngle* angle = tail->fromAngle(); in debugAngle()