Searched refs:debugCoincidentUsed (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp398 REPORTER_ASSERT(reporter, intersections2.debugCoincidentUsed() >= 2);
400 for (int pt = 0; pt < intersections2.debugCoincidentUsed(); pt += 2) {
/external/skia/src/pathops/
H A DSkIntersections.h299 int debugCoincidentUsed() const;
H A DSkPathOpsDebug.cpp2686 int SkIntersections::debugCoincidentUsed() const { function in class:SkIntersections

Completed in 104 milliseconds