Lines Matching refs:kTileHeight
22 inline static constexpr SkScalar kTileHeight = 20.f;
24 // Draw the shape, limited to kTileWidth x kTileHeight. It must apply the local subpixel (tx,
37 canvas->rotate(angle, kTileWidth / 2.f, kTileHeight / 2.f);
60 kTileWidth / 2.f + width / 2.f, kTileHeight - 2.f),
111 path.quadTo(kTileWidth / 2.f + fDepth, kTileHeight / 2.f,
112 kTileWidth / 2.f, kTileHeight - 2.f);
115 path.lineTo(kTileWidth / 2.f + fDepth, kTileHeight / 2.f);
117 path.lineTo(kTileWidth / 2.f, kTileHeight - 2.f);
188 fSupersampleFactor * kTileHeight,
229 SkRect::MakeWH(kTileWidth, kTileHeight),
230 SkRect::MakeWH(kTileWidth, kTileHeight),
477 ShapeRenderer::kTileHeight);
479 8 * ShapeRenderer::kTileHeight);
490 canvas->translate(-10.f, 4 * ShapeRenderer::kTileHeight + centering);
540 canvas->translate(0.f, 8.f * ShapeRenderer::kTileHeight + 20.f);