Lines Matching defs:thick
36 int thick, int bw, ColorPair cp, CornerType type);
1322 int thick, int bw, ColorPair cp, CornerType type)
1329 Draw3DBorder(w, x + thick - bw, y + thick - bw,
1330 width - thick + 2 * bw, height - thick + 2 * bw,
1335 Draw3DBorder(w, x, y + thick - bw,
1336 width - thick + bw, height - thick,
1340 rects [0].x = x + width - thick;
1342 rects [0].width = thick;
1345 rects [1].y = y + width - thick;
1346 rects [1].width = width - thick;
1347 rects [1].height = thick;
1351 width - thick + bw, height - thick + bw,
1358 rects [0].width = thick;
1360 rects [1].x = x + thick;
1361 rects [1].y = y + height - thick;
1362 rects [1].width = width - thick;
1363 rects [1].height = thick;
1366 Draw3DBorder(w, x + thick - bw, y,
1367 width - thick, height - thick + bw,