Searched refs:kCellWidth (Results 1 – 1 of 1) sorted by relevance
12 static const SkScalar kCellWidth = SkIntToScalar(20); variable46 SkRect cell = SkRect::MakeLTRB(col * kCellWidth, in onDraw()48 (col+1) * kCellWidth, in onDraw()52 SkRect bottom = SkRect::MakeLTRB(col * kCellWidth, in onDraw()54 (col+1) * kCellWidth, in onDraw()58 SkRect right = SkRect::MakeLTRB(col * kCellWidth + (kCellWidth-SK_Scalar1), in onDraw()60 (col+1) * kCellWidth, in onDraw()