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

/external/skia/gm/
H A Dpath_stroke_with_zero_length.cpp77 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) {
195 for (auto width : kWidths) {
H A Dhairlines.cpp167 constexpr SkScalar kWidths[] = { 0, 0.5f, 1.5f }; variable
182 for (size_t w = 0; w < SK_ARRAY_COUNT(kWidths); w++) {
197 paint.setStrokeWidth(kWidths[w]);
/external/skqp/gm/
H A Dpath_stroke_with_zero_length.cpp77 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) {
195 for (auto width : kWidths) {
H A Dhairlines.cpp167 constexpr SkScalar kWidths[] = { 0, 0.5f, 1.5f }; variable
182 for (size_t w = 0; w < SK_ARRAY_COUNT(kWidths); w++) {
197 paint.setStrokeWidth(kWidths[w]);

Completed in 863 milliseconds