Home
last modified time | relevance | path

Searched refs:gDebugStrokerErrorSet (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkStrokeRec.cpp101 bool gDebugStrokerErrorSet = false; variable
117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale); in applyToPath()
DSkStroke.h17 extern bool gDebugStrokerErrorSet;
/external/skia/samplecode/
DSampleQuadStroker.cpp784 gDebugStrokerErrorSet = true; in onClick()