Lines Matching refs:kTileHeight
56 static constexpr SkScalar kTileHeight = 30;
64 static constexpr SkPoint kClipP1 = {1.75f * kTileWidth, 0.8f * kTileHeight};
65 static constexpr SkPoint kClipP2 = {0.6f * kTileWidth, 2.f * kTileHeight};
66 static constexpr SkPoint kClipP3 = {2.9f * kTileWidth, 3.5f * kTileHeight};
153 SkPoint pts[] = {{x * kTileWidth, 0}, {x * kTileWidth, kRowCount * kTileHeight}};
157 SkPoint pts[] = {{0, y * kTileHeight}, {kTileWidth * kColCount, y * kTileHeight}};
171 SkRect border = SkRect::MakeWH(kTileWidth * kColCount, kTileHeight * kRowCount);
229 SkRect tile = SkRect::MakeXYWH(j * kTileWidth, i * kTileHeight,
230 kTileWidth, kTileHeight);
431 // (kColCount*kTileWidth, kRowCount*kTileHeight), although it has additional line
435 static constexpr SkScalar kCellHeight = 1.3f * kRowCount * kTileHeight;
476 canvas->translate(0.f, kGap + kRowCount * kTileHeight);
487 canvas->translate(kOffset, kGap + 0.5f * kRowCount * kTileHeight);
492 canvas->translate(0.f, kGap + kRowCount * kTileHeight);
531 SkRect::MakeWH(kColCount * kTileWidth, kRowCount * kTileHeight).toQuad(src);
534 {kColCount * kTileWidth - 28.f, kRowCount * kTileHeight + 40.f},
535 {25.f, kRowCount * kTileHeight - 15.f}};
742 kRowCount * kTileHeight),
827 static const SkRect kTarget = SkRect::MakeWH(kTileWidth, kTileHeight);
927 kRowCount * kTileHeight),
1002 static constexpr SkPoint kPts[] = { {0.f, 0.f}, {0.25f * kTileWidth, 0.25f * kTileHeight} };
1037 {0.5f * kTileWidth * kColCount, 0.5f * kTileHeight * kRowCount},