Searched refs:kPaddedColumnBounds (Results 1 – 1 of 1) sorted by relevance
279 static constexpr SkRect kPaddedColumnBounds = {kPaddedTileBounds.fLeft, variable307 static constexpr float kGridWidth = kNumCols * kPaddedColumnBounds.fRight - 1.f;315 canvas->translate(kPaddedColumnBounds.fRight, 0.f); in draw_example_grid()333 {x * kPaddedTileBounds.fRight - 0.5f, kPaddedColumnBounds.fBottom - 0.5f}, in draw_example_grid()348 return {SkScalarRoundToInt(kGridWidth), SkScalarRoundToInt(kPaddedColumnBounds.fBottom)}; in onISize()