Lines Matching defs:dim
1297 int dim;
1299 dim = butPtr->indicatorDiameter;
1301 y -= dim/2;
1302 if (dim > 2*butPtr->borderWidth) {
1303 Tk_Draw3DRectangle(tkwin, pixmap, border, x, y, dim, dim,
1309 dim -= 2*butPtr->borderWidth;
1317 (unsigned int) dim, (unsigned int) dim);
1320 dim, dim, butPtr->borderWidth, TK_RELIEF_FLAT);