Home
last modified time | relevance | path

Searched refs:SimplifyDebug (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsSimplify.cpp140 bool SimplifyDebug(const SkPath& path, SkPath* result in SimplifyDebug() function
217 if (!SimplifyDebug(path, result SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr))) { in Simplify()
225 return SimplifyDebug(path, result SkDEBUGPARAMS(true) SkDEBUGPARAMS(nullptr)); in Simplify()
/external/skia/tests/
DPathOpsExtendedTest.cpp47 bool SimplifyDebug(const SkPath& one, SkPath* result
475 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in inner_simplify()