Lines Matching refs:SkOpAngle
783 const SkOpAngle* angle = base->fromAngle(); in debugCheckAngleCoin()
824 SkOpAngle* SkOpSegment::debugLastAngle() { in debugLastAngle()
825 SkOpAngle* result = nullptr; in debugLastAngle()
1256 void SkOpAngle::debugCheckNearCoincidence() const { in debugCheckNearCoincidence()
1257 const SkOpAngle* test = this; in debugCheckNearCoincidence()
1267 const SkOpAngle* next = test; in debugCheckNearCoincidence()
1296 SkString SkOpAngle::debugPart() const { in debugPart()
1324 void SkOpAngle::debugLoop() const { in debugLoop()
1325 const SkOpAngle* first = this; in debugLoop()
1326 const SkOpAngle* next = this; in debugLoop()
1340 void SkOpAngle::debugValidate() const { in debugValidate()
1347 const SkOpAngle* first = this; in debugValidate()
1348 const SkOpAngle* next = this; in debugValidate()
1388 void SkOpAngle::debugValidateNext() const { in debugValidateNext()
1390 const SkOpAngle* first = this; in debugValidateNext()
1391 const SkOpAngle* next = first; in debugValidateNext()
1392 SkTDArray<const SkOpAngle*>(angles); in debugValidateNext()