Home
last modified time | relevance | path

Searched refs:gDumpOp (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsSimplify.cpp163 if (SkPathOpsDebug::gDumpOp) { in SimplifyDebug()
DSkPathOpsOp.cpp245 if (SkPathOpsDebug::gDumpOp) { in OpDebug()
DSkPathOpsDebug.h339 static bool gDumpOp; variable
DSkPathOpsDebug.cpp20 bool SkPathOpsDebug::gDumpOp; // set to true to write op to file before a crash member in SkPathOpsDebug
/third_party/skia/tests/
Dskia_test.cpp152 SkPathOpsDebug::gDumpOp = FLAGS_dumpOp; in main()