43 for (
int i = 0;
i < loops; ++
i) {
44 for (
int row = 0; row <
kNumRows; ++row) {
45 for (
int col = 0; col <
kNumCols; ++col) {
56 canvas->
drawRect(bottom, borderPaint);
static bool right(const SkPoint &p0, const SkPoint &p1)
static const SkScalar kCellHeight
static const SkScalar kCellWidth
void drawRect(const SkRect &rect, const SkPaint &paint)
void setColor(SkColor color)
void onDraw(int loops, SkCanvas *canvas) override
static const int kNumRows
static const int kNumCols
const char * onGetName() override
static constexpr SkRect MakeLTRB(float l, float t, float r, float b)