Searched refs:coincidentUsed (Results 1 – 9 of 9) sorted by relevance
318 REPORTER_ASSERT(reporter, intersections2.coincidentUsed() == 2); in coincidentTestOne()320 for (int pt = 0; pt < intersections2.coincidentUsed(); ++pt) { in coincidentTestOne()
30 int SkIntersections::coincidentUsed() const { in coincidentUsed() function in SkIntersections
215 int coincidentUsed() const;
374 SkASSERT(ts.coincidentUsed() == 2); in AddIntersectTs()
584 if (fUsed >= 2 && !coincidentUsed()) { in intersect()