Lines Matching refs:SkOpAngle
549 const SkOpAngle* angle = base->fromAngle(); in debugCheckAngleCoin()
596 SkOpAngle* SkOpSegment::debugLastAngle() { in debugLastAngle()
597 SkOpAngle* result = nullptr; in debugLastAngle()
964 void SkOpAngle::debugCheckNearCoincidence() const { in debugCheckNearCoincidence()
965 const SkOpAngle* test = this; in debugCheckNearCoincidence()
975 const SkOpAngle* next = test; in debugCheckNearCoincidence()
1004 SkString SkOpAngle::debugPart() const { in debugPart()
1032 void SkOpAngle::debugLoop() const { in debugLoop()
1033 const SkOpAngle* first = this; in debugLoop()
1034 const SkOpAngle* next = this; in debugLoop()
1048 void SkOpAngle::debugValidate() const { in debugValidate()
1050 const SkOpAngle* first = this; in debugValidate()
1051 const SkOpAngle* next = this; in debugValidate()
1091 void SkOpAngle::debugValidateNext() const { in debugValidateNext()
1093 const SkOpAngle* first = this; in debugValidateNext()
1094 const SkOpAngle* next = first; in debugValidateNext()
1095 SkTDArray<const SkOpAngle*>(angles); in debugValidateNext()