Lines Matching defs:thickness
24 int thickness,
31 if (thickness == 0) return;
42 points [2].x = x + width - thickness;
43 points [2].y = y + thickness;
45 points [3].y = y + thickness;
49 points [0].y = y + thickness;
52 points [2].x = x + thickness;
53 points [2].y = y + height - thickness;
54 points [3].x = x + thickness;
55 points [3].y = y + thickness;
60 points [1].x = x + width - thickness;
61 points [1].y = y + thickness;
62 points [2].x = x + width - thickness;
63 points [2].y = y + height - thickness;
65 points [3].y = y + height - thickness;
73 points [2].y = y + height - thickness;
74 points [3].x = x + thickness;
75 points [3].y = y + height - thickness;