HomeSort by relevance Sort by last modified time
    Searched refs:gDebugStrokerError (Results 1 - 6 of 6) sorted by null

  /external/skia/src/core/
SkStroke.h 18 extern SkScalar gDebugStrokerError;
SkStrokeRec.cpp 102 SkScalar gDebugStrokerError;
117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale);
  /external/skqp/src/core/
SkStroke.h 18 extern SkScalar gDebugStrokerError;
SkStrokeRec.cpp 102 SkScalar gDebugStrokerError;
117 stroker.setResScale(gDebugStrokerErrorSet ? gDebugStrokerError : fResScale);
  /external/skia/samplecode/
SampleQuadStroker.cpp 687 draw_control(canvas, fErrorControl, gDebugStrokerError, kStrokerErrorMin, kStrokerErrorMax,
779 gDebugStrokerError = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fICurr.fY,
  /external/skqp/samplecode/
SampleQuadStroker.cpp 687 draw_control(canvas, fErrorControl, gDebugStrokerError, kStrokerErrorMin, kStrokerErrorMax,
779 gDebugStrokerError = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fICurr.fY,

Completed in 254 milliseconds