Lines Matching refs:desired
1416 * 2. If the desired horizontal scroll position has changed,
2694 * desired character isn't the first in its text line, then look
2941 * The desired line isn't already on-screen. Figure out what
2957 * The desired line is above the top of screen. If it is
2969 * The desired line is below the bottom of the screen. If it is
2984 * desired line is just below the current screen, otherwise it
3069 * line at the desired location.
3155 * First get the desired position into the vertical range of the window.
3173 * Find the chunk that contains the desired index.
3547 * top index and count through the desired vertical distance.
3862 TkTextIndex *indexPtr; /* Index of desired character. */
3872 * The first display line is already past the desired line.
3878 * Find the first display line that covers the desired text line.
3969 * Find the display line containing the desired y-coordinate.
3987 * the desired x-coordinate. Before doing this, translate the
4005 * character is at the desired location.
4039 * box is desired. */
4058 * Find the display line containing the desired index.
4067 * Find the chunk within the line that contains the desired
4149 * box is desired. */
4168 * Find the display line containing the desired index.
4489 TkTextDispChunk *chunkPtr; /* Chunk containing desired coord. */
4528 TkTextDispChunk *chunkPtr; /* Chunk containing desired char. */
4529 int index; /* Index of desired character within
4563 * The desired character is a tab character that terminates a
4618 int x, desired, delta, width, decimal, i, gotDigit;
4646 TkMeasureChars(textPtr->fontPtr, "\t", 1, x, INT_MAX, 0, 0, &desired);
4671 desired = tabX;
4678 * then use it to pick a desired location.
4687 desired = tabX - width/2;
4689 desired = tabX - width;
4731 desired = tabX - (curX - x);
4743 desired = tabX - width;
4748 * at the desired location, then expand the chunk containing the
4754 delta = desired - x;