Home | History | Annotate | Download | only in tests

Lines Matching defs:SPACER

63     const int SPACER = 10;
65 SkRect rect = SkRect::MakeXYWH(SkIntToScalar(SPACER), SkIntToScalar(SPACER),
66 SkIntToScalar(WIDTH-(2*SPACER)),
67 SkIntToScalar((HEIGHT-(2*SPACER)) / 7));
118 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, SPACER);
126 rect.fRight, rect.fBottom, SPACER);
132 canvas.translate(0, 2*(rect.height() + SPACER));
151 const int SPACER = 10;
154 layerRect.inset(2*SPACER, 2*SPACER);
157 clipRect.fRight = clipRect.fLeft + (clipRect.width() / 2) - (2*SPACER);
158 clipRect.outset(SPACER, SPACER);
161 regionBounds.offset(clipRect.width() + (2*SPACER), 0);
164 regionInterior.inset(SPACER*3, SPACER*3);
240 canvas.translate(0, SkIntToScalar(2*(layerRect.height() + (SPACER))));
241 localRegion.translate(0, 2*(layerRect.height() + SPACER));