Home | History | Annotate | Download | only in tests

Lines Matching refs:SPACER

64     const int SPACER = 10;
66 SkRect rect = SkRect::MakeXYWH(SkIntToScalar(SPACER), SkIntToScalar(SPACER),
67 SkIntToScalar(WIDTH-(2*SPACER)),
68 SkIntToScalar((HEIGHT-(2*SPACER)) / 7));
125 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, SPACER);
133 rect.fRight, rect.fBottom, SPACER);
139 canvas.translate(0, 2*(rect.height() + SPACER));
158 const int SPACER = 10;
161 layerRect.inset(2*SPACER, 2*SPACER);
164 clipRect.fRight = clipRect.fLeft + (clipRect.width() / 2) - (2*SPACER);
165 clipRect.outset(SPACER, SPACER);
168 regionBounds.offset(clipRect.width() + (2*SPACER), 0);
171 regionInterior.inset(SPACER*3, SPACER*3);
250 canvas.translate(0, SkIntToScalar(2*(layerRect.height() + (SPACER))));
251 localRegion.translate(0, 2*(layerRect.height() + SPACER));