Lines Matching defs:half
33 int half; /* Half of width if wide line */
51 half = (size + 19) / 20;
65 x = half;
66 y = half;
108 if (y < half || y >= (HEIGHT-half) || rows > MAXROWS) {
111 if (x + size < WIDTH - half) {
117 if (x - size > half) {
132 if (y < half) {
135 } else if (y > (HEIGHT - half)) {
146 if (x < half) {
149 } else if (x > (WIDTH - half)) {