Home | History | Annotate | Download | only in cts

Lines Matching defs:SQUARE

39     private static final int SQUARE = 10;
61 RectF rect = new RectF(0, HEIGHT / 2 - SQUARE, 0, HEIGHT / 2 + SQUARE);
62 for (int i = 0; i <= WIDTH + SQUARE; i += ADVANCE) {
63 rect.left = i - SQUARE;
64 rect.right = i + SQUARE;
88 p.addRect(new RectF(-SQUARE, -SQUARE, SQUARE, SQUARE), Direction.CCW);