Home
last modified time | relevance | path

Searched refs:kPaddedColumnBounds (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/gm/
Dcrop_imagefilter.cpp279 static constexpr SkRect kPaddedColumnBounds = {kPaddedTileBounds.fLeft, variable
307 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()