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

  /external/chromium_org/third_party/skia/gm/
thinstrokedrects.cpp 42 static const SkScalar gStrokeWidths[] = {
50 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) {
51 paint.setStrokeWidth(gStrokeWidths[j]);
65 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) {
66 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);
  /external/skia/gm/
thinstrokedrects.cpp 42 static const SkScalar gStrokeWidths[] = {
50 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) {
51 paint.setStrokeWidth(gStrokeWidths[j]);
65 for (size_t j = 0; j < SK_ARRAY_COUNT(gStrokeWidths); ++j) {
66 paint.setStrokeWidth(2.0f * gStrokeWidths[j]);

Completed in 163 milliseconds