Searched refs:gDebugStrokerError (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkStrokeRec.cpp | 102 SkScalar gDebugStrokerError; variable 117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale); in applyToPath()
|
D | SkStroke.h | 19 extern SkScalar gDebugStrokerError;
|
/external/skia/src/core/ |
D | SkStrokeRec.cpp | 102 SkScalar gDebugStrokerError; variable 117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale); in applyToPath()
|
D | SkStroke.h | 19 extern SkScalar gDebugStrokerError;
|
/external/skqp/samplecode/ |
D | SampleQuadStroker.cpp | 707 draw_control(canvas, fErrorControl, gDebugStrokerError, kStrokerErrorMin, kStrokerErrorMax, in onDrawContent() 799 gDebugStrokerError = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fICurr.fY, in onClick()
|
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 707 draw_control(canvas, fErrorControl, gDebugStrokerError, kStrokerErrorMin, kStrokerErrorMax, in onDrawContent() 799 gDebugStrokerError = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fICurr.fY, in onClick()
|