Lines Matching refs:thin
47 int thin, gap, d31;
61 * Draw what will be the thin strokes.
74 thin = (size / 11);
75 if (thin < 1) thin = 1;
76 gap = (thin+3) / 4;
77 d31 = thin + thin + gap;
85 * Erase area not needed for lower thin stroke.
102 * Erase area not needed for upper thin stroke.
147 poly[0].x = x + size- thin; poly[0].y = y;
148 poly[1].x = x + size-( thin+gap); poly[1].y = y;
149 poly[2].x = x + thin; poly[2].y = y + size;
150 poly[3].x = x + thin + gap; poly[3].y = y + size;