Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsSimplify.cpp216 if (SkPathOpsDebug::gVerifyOp) { in Simplify()
DSkPathOpsOp.cpp372 if (SkPathOpsDebug::gVerifyOp) { in Op()
DSkPathOpsDebug.h340 static bool gVerifyOp; variable
DSkPathOpsDebug.cpp21 bool SkPathOpsDebug::gVerifyOp; // set to true to compare result against regions member in SkPathOpsDebug
/third_party/skia/tests/
Dskia_test.cpp153 SkPathOpsDebug::gVerifyOp = FLAGS_verifyOp; in main()