Searched refs:kWidths (Results 1 – 4 of 4) sorted by relevance
/external/skia/gm/ |
D | path_stroke_with_zero_length.cpp | 77 static const SkScalar kWidths[] = { 0.0f, 0.9f, 1.0f, 1.1f, 15.0f, 25.0f }; variable 107 static const int kNumRows = SK_ARRAY_COUNT(kCaps) * SK_ARRAY_COUNT(kWidths); 135 for (auto width : kWidths) { in draw_zero_length_capped_paths() 195 for (auto width : kWidths) { in draw_zero_length_capped_paths_dbl_contour()
|
D | hairlines.cpp | 167 constexpr SkScalar kWidths[] = { 0, 0.5f, 1.5f }; in onDraw() local 182 for (size_t w = 0; w < SK_ARRAY_COUNT(kWidths); w++) { in onDraw() 197 paint.setStrokeWidth(kWidths[w]); in onDraw()
|
/external/skqp/gm/ |
D | path_stroke_with_zero_length.cpp | 77 static const SkScalar kWidths[] = { 0.0f, 0.9f, 1.0f, 1.1f, 15.0f, 25.0f }; variable 107 static const int kNumRows = SK_ARRAY_COUNT(kCaps) * SK_ARRAY_COUNT(kWidths); 135 for (auto width : kWidths) { in draw_zero_length_capped_paths() 195 for (auto width : kWidths) { in draw_zero_length_capped_paths_dbl_contour()
|
D | hairlines.cpp | 167 constexpr SkScalar kWidths[] = { 0, 0.5f, 1.5f }; in onDraw() local 182 for (size_t w = 0; w < SK_ARRAY_COUNT(kWidths); w++) { in onDraw() 197 paint.setStrokeWidth(kWidths[w]); in onDraw()
|