Searched defs:unorderable (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkOpAngle.h94 bool unorderable() const { function in class:SkOpAngle
H A DSkPathOpsCommon.cpp48 bool unorderable = false; local
55 unorderable |= angle->unorderable();
56 if ((computeWinding = unorderable || (angle == firstAngle && loop))) {
57 break; // if we get here, there's no winding, loop is unorderable
63 // if the angle loop contains an unorderable span, the angle order may be useless
83 *sortablePtr = !unorderable;
/external/skqp/src/pathops/
H A DSkOpAngle.h94 bool unorderable() const { function in class:SkOpAngle
H A DSkPathOpsCommon.cpp48 bool unorderable = false; local
55 unorderable |= angle->unorderable();
56 if ((computeWinding = unorderable || (angle == firstAngle && loop))) {
57 break; // if we get here, there's no winding, loop is unorderable
63 // if the angle loop contains an unorderable span, the angle order may be useless
83 *sortablePtr = !unorderable;

Completed in 840 milliseconds