Lines Matching refs:kTileHeight
37 static constexpr SkScalar kTileHeight = 30;
49 static constexpr SkPoint pts[] = { {0.f, 0.f}, {0.25f * kTileWidth, 0.25f * kTileHeight} };
62 SkRect tile = SkRect::MakeWH(kTileWidth, kTileHeight);
64 tile.offset(j * kTileWidth, i * kTileHeight);
67 canvas->translate(j * kTileWidth, i * kTileHeight);
113 SkRect tile = SkRect::MakeXYWH(j * kTileWidth, i * kTileHeight, kTileWidth, kTileHeight);
152 SkPoint pts[] = {{x * kTileWidth, 0}, {x * kTileWidth, kRowCount * kTileHeight}};
159 SkPoint pts[] = {{0, y * kTileHeight}, {kTileWidth * kColCount, y * kTileHeight}};
200 SkRect::MakeWH(kColCount * kTileWidth, kRowCount * kTileHeight).toQuad(src);
203 {kColCount * kTileWidth - 28.f, kRowCount * kTileHeight + 40.f},
204 {25.f, kRowCount * kTileHeight - 15.f}};
223 canvas->translate(10.f, 0.5f * kRowCount * kTileHeight);
226 canvas->translate(100.f, -0.5f * kRowCount * kTileHeight);
241 canvas->translate(0.f, kRowCount * kTileHeight + 20.f);