Home | History | Annotate | Download | only in gm

Lines Matching defs:tileSize

49         SkISize tileSize = SkISize::Make(fSize.width() / 2, fSize.height() / 2);
52 seed, stitchTiles ? &tileSize : nullptr) :
54 seed, stitchTiles ? &tileSize : nullptr);
58 drawRect(canvas, x, y, paint, tileSize);
59 x += tileSize.width();
60 drawRect(canvas, x, y, paint, tileSize);
61 y += tileSize.width();
62 drawRect(canvas, x, y, paint, tileSize);
63 x -= tileSize.width();
64 drawRect(canvas, x, y, paint, tileSize);