Home
last modified time | relevance | path

Searched refs:toAngle (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/pathops/
DSkOpSegment.cpp1077 SkOpAngle* angle = step > 0 ? endSpan->fromAngle() : endSpan->upCast()->toAngle(); in nextChase()
1547 SkOpAngle* toAngle = span->final() ? nullptr : span->upCast()->toAngle(); in sortAngles() local
1548 if (!fromAngle && !toAngle) { in sortAngles()
1555 if (fromAngle && toAngle) { in sortAngles()
1561 FAIL_IF(!fromAngle->insert(toAngle)); in sortAngles()
1563 baseAngle = toAngle; in sortAngles()
1589 oAngle = oSpan->upCast()->toAngle(); in sortAngles()
1606 if (toAngle) { in sortAngles()
DSkOpSpan.h550 SkOpAngle* toAngle() const { in toAngle() function
DSkOpSegment.h382 return start->t() < end->t() ? start->upCast()->toAngle() : start->fromAngle(); in spanToAngle()
DSkPathOpsDebug.cpp791 angle = span->toAngle(); in debugCheckAngleCoin()
828 if (span->toAngle()) { in debugLastAngle()
830 result = span->toAngle(); in debugLastAngle()
2619 if (!this->final() && this->upCast()->toAngle()) { in debugValidate()
2620 this->upCast()->toAngle()->debugValidate(); in debugValidate()
/external/skia/src/pathops/
DSkOpSegment.cpp1077 SkOpAngle* angle = step > 0 ? endSpan->fromAngle() : endSpan->upCast()->toAngle(); in nextChase()
1547 SkOpAngle* toAngle = span->final() ? nullptr : span->upCast()->toAngle(); in sortAngles() local
1548 if (!fromAngle && !toAngle) { in sortAngles()
1555 if (fromAngle && toAngle) { in sortAngles()
1561 FAIL_IF(!fromAngle->insert(toAngle)); in sortAngles()
1563 baseAngle = toAngle; in sortAngles()
1589 oAngle = oSpan->upCast()->toAngle(); in sortAngles()
1606 if (toAngle) { in sortAngles()
DSkOpSpan.h550 SkOpAngle* toAngle() const { in toAngle() function
DSkOpSegment.h382 return start->t() < end->t() ? start->upCast()->toAngle() : start->fromAngle(); in spanToAngle()
DSkPathOpsDebug.cpp791 angle = span->toAngle(); in debugCheckAngleCoin()
828 if (span->toAngle()) { in debugLastAngle()
830 result = span->toAngle(); in debugLastAngle()
2619 if (!this->final() && this->upCast()->toAngle()) { in debugValidate()
2620 this->upCast()->toAngle()->debugValidate(); in debugValidate()
/external/skqp/tests/
DPathOpsDebug.cpp861 const SkOpAngle* tAngle = span->final() ? nullptr : span->upCast()->toAngle(); in dumpAngles()
1077 angle = span->toAngle(); in debugAngle()
/external/skia/tests/
DPathOpsDebug.cpp861 const SkOpAngle* tAngle = span->final() ? nullptr : span->upCast()->toAngle(); in dumpAngles()
1077 angle = span->toAngle(); in debugAngle()