Home
last modified time | relevance | path

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

/third_party/flutter/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()
/third_party/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()
/third_party/skia/tests/
DPathOpsExtendedTest.cpp47 bool SimplifyDebug(const SkPath& one, SkPath* result
475 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in inner_simplify()
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp46 bool SimplifyDebug(const SkPath& one, SkPath* result
577 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in inner_simplify()