Home
last modified time | relevance | path

Searched refs:kWidths (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Dpath_stroke_with_zero_length.cpp90 static const SkScalar kWidths[] = { 0.0f, 0.9f, 1.0f, 1.1f, 15.0f, 25.0f }; variable
120 static const int kNumRows = SK_ARRAY_COUNT(kCaps) * SK_ARRAY_COUNT(kWidths);
157 for (auto width : kWidths) { in draw_zero_length_capped_paths()
228 for (auto width : kWidths) { in draw_zero_length_capped_paths_dbl_contour()
H A Dhairlines.cpp144 constexpr SkScalar kWidths[] = { 0, 0.5f, 1.5f }; variable
159 for (size_t w = 0; w < SK_ARRAY_COUNT(kWidths); w++) {
174 paint.setStrokeWidth(kWidths[w]);

Completed in 2 milliseconds