Home
last modified time | relevance | path

Searched refs:debugCoincidentUsed (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tests/
DPathOpsQuadIntersectionTest.cpp398 REPORTER_ASSERT(reporter, intersections2.debugCoincidentUsed() >= 2); in coincidentTestOne()
400 for (int pt = 0; pt < intersections2.debugCoincidentUsed(); pt += 2) { in coincidentTestOne()
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp398 REPORTER_ASSERT(reporter, intersections2.debugCoincidentUsed() >= 2); in coincidentTestOne()
400 for (int pt = 0; pt < intersections2.debugCoincidentUsed(); pt += 2) { in coincidentTestOne()
/external/skia/src/pathops/
DSkIntersections.h303 int debugCoincidentUsed() const;
DSkPathOpsDebug.cpp2676 int SkIntersections::debugCoincidentUsed() const { in debugCoincidentUsed() function in SkIntersections
/external/skqp/src/pathops/
DSkIntersections.h303 int debugCoincidentUsed() const;
DSkPathOpsDebug.cpp2699 int SkIntersections::debugCoincidentUsed() const { in debugCoincidentUsed() function in SkIntersections