Lines Matching defs:kCellWidth
116 static const int kCellWidth = 50;
122 static const int kTotalWidth = kNumColumns * (kCellWidth + kCellPad) + kCellPad;
126 static const int kDblContourTotalWidth = kDblContourNumColums * (kCellWidth + kCellPad) + kCellPad;
144 SkImageInfo info = canvas->imageInfo().makeWH(kCellWidth, kCellHeight);
147 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight);
164 pathStr.appendf("M %f %f ", (kCellWidth - 1) * 0.5f, (kCellHeight - 1) * 0.5f);
183 canvas->translate(kCellWidth + kCellPad, 0);
215 SkImageInfo info = canvas->imageInfo().makeWH(kCellWidth, kCellHeight);
218 surface = SkSurface::MakeRasterN32Premul(kCellWidth, kCellHeight);
263 canvas->translate(kCellWidth + kCellPad, 0);