Lines Matching defs:width
39 int width = 25;
43 for (int x = 0; x < info.width(); x += width) {
44 paint.setColor(colors[x/width % 5]);
48 c->drawRect(SkRect::MakeXYWH(x, 0, width, info.height()), paint);
53 for (int y = 0; y < info.height(); y += width) {
54 paint.setColor(colors[y/width % 5]);
58 c->drawRect(SkRect::MakeXYWH(0, y, info.width(), width), paint);
107 canvas->translate(image[0]->width() + 20, 0);
111 canvas->translate(image[1]->width() + 20, 0);
115 canvas->translate(image[2]->width() + 20, 0);