Home
last modified time | relevance | path

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

/external/skia/tests/
Dskia_test.cpp142 SkPathOpsDebug::gVerifyOp = FLAGS_verifyOp; in main()
/external/skia/src/pathops/
DSkPathOpsSimplify.cpp225 if (SkPathOpsDebug::gVerifyOp) { in Simplify()
DSkPathOpsOp.cpp324 if (SkPathOpsDebug::gVerifyOp) { in Op()
DSkPathOpsDebug.h382 static bool gVerifyOp; variable
DSkPathOpsDebug.cpp18 bool SkPathOpsDebug::gVerifyOp; // set to true to compare result against regions member in SkPathOpsDebug