Searched refs:SimplifyDebug (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsSimplify.cpp | 140 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/ |
D | SkPathOpsSimplify.cpp | 140 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/ |
D | PathOpsExtendedTest.cpp | 47 bool SimplifyDebug(const SkPath& one, SkPath* result 475 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in inner_simplify()
|
/third_party/flutter/skia/tests/ |
D | PathOpsExtendedTest.cpp | 46 bool SimplifyDebug(const SkPath& one, SkPath* result 577 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert) in inner_simplify()
|