Lines Matching defs:left
28 * origin to left edge of character. */
30 * left bearing and right bearing). */
121 int xOffset; /* The left edge of each string in the
122 * listbox is offset to the left by this
1042 int left, right; /* Non-zero values here indicate
1043 * that the left or right edge of
1082 left = right = 0;
1084 left = listPtr->selBorderWidth+1;
1109 * 1. The left and right bevels may not be visible if horizontal
1110 * scrolling is enabled (the "left" and "right" variables
1115 * 3. If the left or right bevel isn't visible, then the "left"
1121 if (left == 0) {
1134 x-left, y, width+left+right, listPtr->selBorderWidth,
1138 Tk_3DHorizontalBevel(tkwin, pixmap, listPtr->selBorder, x-left,
1140 width+left+right, listPtr->selBorderWidth, 0, 0, 0,
1645 * string. Otherwise an error message is left in interp->result.
1865 * Compute new left edge for display in a similar fashion by amplifying