Home | History | Annotate | Download | only in pathops

Lines Matching defs:Ordered

114     SkASSERT(SkOpCoincidence::Ordered(coinPtTStart, oppPtTStart));
151 bool SkCoincidentSpans::ordered(bool* result) const {
195 if (!Ordered(coinPtTStart, oppPtTStart)) {
247 if (!Ordered(coinPtTStart, oppPtTStart)) {
255 SkASSERT(Ordered(coinPtTStart, oppPtTStart));
326 if (Ordered(coinSeg, oppSeg)) {
567 if (!Ordered(coinSeg, oppSeg)) {
611 // note that over1s, over1e, over2s, over2e are ordered
948 if (!Ordered(coinPtTStart, oppPtTStart)) {
1339 bool ordered;
1340 FAIL_IF(!coin->ordered(&ordered));
1343 FAIL_IF(!next->upCast()->insertCoincidence(oSegment, flipped, ordered));
1347 FAIL_IF(!oNext->upCast()->insertCoincidence(segment, flipped, ordered));
1376 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) {