Searched refs:kStripeW (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | drawimageset.cpp | 24 static constexpr SkScalar kStripeW = 10; in make_image_tiles() local 33 paint.setStrokeWidth(kStripeW); in make_image_tiles() 34 SkPoint stripePts[] = {{-w - kStripeW, -kStripeW}, {kStripeW, h + kStripeW}}; in make_image_tiles() 45 stripePts[0] = {-w - kStripeW, h + kStripeW}; in make_image_tiles() 46 stripePts[1] = {kStripeW, -kStripeW}; in make_image_tiles()
|
/external/skia/gm/ |
D | drawimageset.cpp | 24 static constexpr SkScalar kStripeW = 10; in make_image_tiles() local 33 paint.setStrokeWidth(kStripeW); in make_image_tiles() 34 SkPoint stripePts[] = {{-w - kStripeW, -kStripeW}, {kStripeW, h + kStripeW}}; in make_image_tiles() 45 stripePts[0] = {-w - kStripeW, h + kStripeW}; in make_image_tiles() 46 stripePts[1] = {kStripeW, -kStripeW}; in make_image_tiles()
|