Lines Matching defs:SPACER
22 const int SPACER = 10;
24 SkRect rect = SkRect::MakeXYWH(SkIntToScalar(SPACER), SkIntToScalar(SPACER),
25 SkIntToScalar(WIDTH-(2*SPACER)),
26 SkIntToScalar((HEIGHT-(2*SPACER)) / 7));
71 tmpCanvas->translate(0, rect.height() + SPACER);
80 canvas.translate(0, 2*(rect.height() + SPACER));
98 const int SPACER = 10;
101 layerRect.inset(2*SPACER, 2*SPACER);
104 clipRect.fRight = clipRect.fLeft + (clipRect.width() / 2) - (2*SPACER);
105 clipRect.outset(SPACER, SPACER);
108 regionBounds.offset(clipRect.width() + (2*SPACER), 0);
111 regionInterior.inset(SPACER*3, SPACER*3);
169 canvas.translate(0, SkIntToScalar(2*(layerRect.height() + (SPACER))));
170 localRegion.translate(0, 2*(layerRect.height() + SPACER));