Home
last modified time | relevance | path

Searched refs:coincidentUsed (Results 1 – 9 of 9) sorted by relevance

/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp318 REPORTER_ASSERT(reporter, intersections2.coincidentUsed() == 2); in coincidentTestOne()
320 for (int pt = 0; pt < intersections2.coincidentUsed(); ++pt) { in coincidentTestOne()
/external/skia/src/pathops/
DSkIntersections.cpp30 int SkIntersections::coincidentUsed() const { in coincidentUsed() function in SkIntersections
DSkIntersections.h215 int coincidentUsed() const;
DSkAddIntersections.cpp374 SkASSERT(ts.coincidentUsed() == 2); in AddIntersectTs()
DSkDCubicIntersection.cpp584 if (fUsed >= 2 && !coincidentUsed()) { in intersect()
/external/chromium_org/third_party/skia/src/pathops/
DSkIntersections.cpp30 int SkIntersections::coincidentUsed() const { in coincidentUsed() function in SkIntersections
DSkIntersections.h215 int coincidentUsed() const;
DSkAddIntersections.cpp374 SkASSERT(ts.coincidentUsed() == 2); in AddIntersectTs()
DSkDCubicIntersection.cpp584 if (fUsed >= 2 && !coincidentUsed()) { in intersect()