HomeSort by relevance Sort by last modified time
    Searched defs:kStrokeWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/bench/
ChartBench.cpp 139 static const SkScalar kStrokeWidth = SkIntToScalar(2);
144 plotPaint.setStrokeWidth(kStrokeWidth);
  /external/chromium_org/third_party/skia/gm/
nonclosedpaths.cpp 77 static const int kStrokeWidth[] = {0, 10, 40, 50};
78 int numWidths = SK_ARRAY_COUNT(kStrokeWidth);
115 paint.setStrokeWidth(SkIntToScalar(kStrokeWidth[width]));
  /external/chromium_org/third_party/skia/samplecode/
SampleChart.cpp 133 static const SkScalar kStrokeWidth = SkIntToScalar(2);
138 plotPaint.setStrokeWidth(kStrokeWidth);

Completed in 445 milliseconds