Lines Matching refs:kTileWidthHeight
61 static const int kTileWidthHeight = 128; variable
331 int widthHeight = kTileWidthHeight + (padWithRed ? 2 * kSubsetPadding : 0); in make_bitmap()
345 canvas->clipRect(SkRect::MakeWH(kTileWidthHeight, kTileWidthHeight)); in make_bitmap()
730 y += kTileWidthHeight/2 + textRect.height()/2; in draw_row_label()
799 int wh = SkScalarCeilToInt(kTileWidthHeight * (fUseSubset ? 1.5f : 1.f)); in onISize()
805 SkPoint origin = { kTileWidthHeight/2.0f, kTileWidthHeight/2.0f }; in createBitmaps()
806 float outerRadius = kTileWidthHeight/2.0f - 20.0f; in createBitmaps()
905 float cellWidth = kTileWidthHeight, cellHeight = kTileWidthHeight; in onDraw()
1006 return SkISize::Make(numCols * (kTileWidthHeight + kPad) + kPad, in onISize()
1007 numRows * (kTileWidthHeight + kPad) + kPad); in onISize()
1011 SkPoint origin = { kTileWidthHeight/2.0f, kTileWidthHeight/2.0f }; in createBitmaps()
1012 float outerRadius = kTileWidthHeight/2.0f - 20.0f; in createBitmaps()
1107 y += kTileWidthHeight + kPad; in onDraw()
1114 y += kTileWidthHeight + kPad; in onDraw()
1116 SkIRect bounds = SkIRect::MakeWH(kTileWidthHeight / 2, kTileWidthHeight / 2); in onDraw()
1120 y += kTileWidthHeight + kPad; in onDraw()
1125 y += kTileWidthHeight + kPad; in onDraw()
1132 x += kTileWidthHeight + kPad; in onDraw()