Lines Matching defs:bd
64 {TK_CONFIG_SYNONYM, "-bd", "borderWidth", (char *) NULL,
576 int i, bd;
577 bd = 0;
579 bd = squarePtr->borderWidth;
581 i = (Tk_Width(squarePtr->tkwin) - bd) - (squarePtr->x + squarePtr->size);
585 i = (Tk_Height(squarePtr->tkwin) - bd) - (squarePtr->y + squarePtr->size);
589 if (squarePtr->x < bd) {
590 squarePtr->x = bd;
592 if (squarePtr->y < bd) {
593 squarePtr->y = bd;