Searched refs:stripePts (Results 1 – 2 of 2) sorted by relevance
/external/skqp/gm/ |
D | drawimageset.cpp | 34 SkPoint stripePts[] = {{-w - kStripeW, -kStripeW}, {kStripeW, h + kStripeW}}; in make_image_tiles() local 35 while (stripePts[0].fX <= w) { in make_image_tiles() 36 surf->getCanvas()->drawPoints(SkCanvas::kLines_PointMode, 2, stripePts, paint); in make_image_tiles() 37 stripePts[0].fX += kStripeSpacing; in make_image_tiles() 38 stripePts[1].fX += kStripeSpacing; in make_image_tiles() 45 stripePts[0] = {-w - kStripeW, h + kStripeW}; in make_image_tiles() 46 stripePts[1] = {kStripeW, -kStripeW}; in make_image_tiles() 47 while (stripePts[0].fX <= w) { in make_image_tiles() 48 surf->getCanvas()->drawPoints(SkCanvas::kLines_PointMode, 2, stripePts, paint); in make_image_tiles() 49 stripePts[0].fX += kStripeSpacing; in make_image_tiles() [all …]
|
/external/skia/gm/ |
D | drawimageset.cpp | 34 SkPoint stripePts[] = {{-w - kStripeW, -kStripeW}, {kStripeW, h + kStripeW}}; in make_image_tiles() local 35 while (stripePts[0].fX <= w) { in make_image_tiles() 36 surf->getCanvas()->drawPoints(SkCanvas::kLines_PointMode, 2, stripePts, paint); in make_image_tiles() 37 stripePts[0].fX += kStripeSpacing; in make_image_tiles() 38 stripePts[1].fX += kStripeSpacing; in make_image_tiles() 45 stripePts[0] = {-w - kStripeW, h + kStripeW}; in make_image_tiles() 46 stripePts[1] = {kStripeW, -kStripeW}; in make_image_tiles() 47 while (stripePts[0].fX <= w) { in make_image_tiles() 48 surf->getCanvas()->drawPoints(SkCanvas::kLines_PointMode, 2, stripePts, paint); in make_image_tiles() 49 stripePts[0].fX += kStripeSpacing; in make_image_tiles() [all …]
|