Home
last modified time | relevance | path

Searched defs:toAngle (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.h542 SkOpAngle* toAngle() const { in toAngle() function
DSkOpSegment.cpp1484 SkOpAngle* toAngle = span->final() ? nullptr : span->upCast()->toAngle(); in sortAngles() local