Searched refs:kStripeW (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/gm/ |
D | drawimageset.cpp | 43 static constexpr SkScalar kStripeW = 10; in make_image_tiles() local 52 paint.setStrokeWidth(kStripeW); in make_image_tiles() 53 SkPoint stripePts[] = {{-w - kStripeW, -kStripeW}, {kStripeW, h + kStripeW}}; in make_image_tiles() 64 stripePts[0] = {-w - kStripeW, h + kStripeW}; in make_image_tiles() 65 stripePts[1] = {kStripeW, -kStripeW}; in make_image_tiles()
|
/third_party/skia/gm/ |
D | drawimageset.cpp | 43 static constexpr SkScalar kStripeW = 10; in make_image_tiles() local 52 paint.setStrokeWidth(kStripeW); in make_image_tiles() 53 SkPoint stripePts[] = {{-w - kStripeW, -kStripeW}, {kStripeW, h + kStripeW}}; in make_image_tiles() 64 stripePts[0] = {-w - kStripeW, h + kStripeW}; in make_image_tiles() 65 stripePts[1] = {kStripeW, -kStripeW}; in make_image_tiles()
|