Lines Matching defs:borders
141 * it potentially interacts with 3D borders
1156 * One other twist on all this. It's possible for 3D borders
1158 * a line is relayed out and has styles with 3D borders, its
1159 * neighbors have to be redrawn if they have 3D borders too,
1655 * a display line. It draws 3D borders cleverly so that
1711 * plus the vertical parts of the 3D borders (the left and right
2007 int maxHeight, borders;
2187 * Redraw the borders if that's needed.
2192 Tcl_SetVar2(interp, "tk_textRedraw", (char *) NULL, "borders",
2224 borders = textPtr->borderWidth + textPtr->highlightWidth;
2227 textPtr->border, borders, borders,
2228 Tk_Width(textPtr->tkwin) - 2*borders, textPtr->padY,
2231 textPtr->border, borders,
2232 Tk_Height(textPtr->tkwin) - borders - textPtr->padY,
2233 Tk_Width(textPtr->tkwin) - 2*borders,
2238 textPtr->border, borders, borders + textPtr->padY,
2240 Tk_Height(textPtr->tkwin) - 2*borders -2*textPtr->padY,
2244 Tk_Width(textPtr->tkwin) - borders - textPtr->padX,
2245 borders + textPtr->padY, textPtr->padX,
2246 Tk_Height(textPtr->tkwin) - 2*borders -2*textPtr->padY,