Lines Matching refs:half
38 int half;
47 half = (size + 19) / 20;
49 x = xorg = half; y = yorg = half;
71 if (y >= HEIGHT - size - half || rows == MAXROWS) {
77 if (yorg >= size + half || yorg >= HEIGHT - size - half) {
78 yorg = half;
80 if (xorg >= size + half || xorg >= WIDTH - size - half) {
81 xorg = half;
239 int half;
252 half = (size + 19) / 20;
258 x = half; y = half;
288 if (y >= HEIGHT - size - half || rows == MAXROWS) {
291 y = half;
293 if (x >= WIDTH - size - half) {
294 x = half;