OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimplifyDebug
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pathops/
SkPathOpsSimplify.cpp
136
bool
SimplifyDebug
(const SkPath& path, SkPath* result
225
if (!
SimplifyDebug
(path, result SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr))) {
233
return
SimplifyDebug
(path, result SkDEBUGPARAMS(true) SkDEBUGPARAMS(nullptr));
/external/skqp/src/pathops/
SkPathOpsSimplify.cpp
136
bool
SimplifyDebug
(const SkPath& path, SkPath* result
225
if (!
SimplifyDebug
(path, result SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr))) {
233
return
SimplifyDebug
(path, result SkDEBUGPARAMS(true) SkDEBUGPARAMS(nullptr));
Completed in 175 milliseconds