Lines Matching defs:tileSize
51 SkISize tileSize = SkISize::Make(fSize.width() / 2, fSize.height() / 2);
59 stitchTiles ? &tileSize : nullptr);
66 stitchTiles ? &tileSize : nullptr);
72 drawRect(canvas, x, y, paint, tileSize);
73 x += tileSize.width();
74 drawRect(canvas, x, y, paint, tileSize);
75 y += tileSize.width();
76 drawRect(canvas, x, y, paint, tileSize);
77 x -= tileSize.width();
78 drawRect(canvas, x, y, paint, tileSize);