Home
last modified time | relevance | path

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

/external/skqp/tests/
Dskia_test.cpp131 SkPathOpsDebug::gDumpOp = FLAGS_dumpOp; in main()
/external/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
/external/skqp/src/pathops/
DSkPathOpsSimplify.cpp163 if (SkPathOpsDebug::gDumpOp) { in SimplifyDebug()
DSkPathOpsOp.cpp247 if (SkPathOpsDebug::gDumpOp) { in OpDebug()
DSkPathOpsDebug.h352 static bool gDumpOp; variable
DSkPathOpsDebug.cpp19 bool SkPathOpsDebug::gDumpOp; // set to true to write op to file before a crash member in SkPathOpsDebug
/external/skia/tests/
Dskia_test.cpp148 SkPathOpsDebug::gDumpOp = FLAGS_dumpOp; in main()