Searched refs:baseline (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextWind.c67 int index, int y, int lineHeight, int baseline,
78 int lineHeight, int baseline, Display *display,
447 if (strcmp(value, "baseline") == 0) {
457 "\": must be baseline, bottom, center, or top",
498 return "baseline";
930 EmbWinDisplayProc(chunkPtr, x, y, lineHeight, baseline, display, dst, screenY)
941 int baseline; /* Offset of baseline from y. */
973 EmbWinBboxProc(chunkPtr, 0, screenY, lineHeight, baseline, &lineX,
1063 EmbWinBboxProc(chunkPtr, index, y, lineHeight, baseline, xPt
[all...]
H A DtkText.h160 int height, int baseline, Display *display,
169 int lineHeight, int baseline, int *xPtr,
215 int minAscent; /* Minimum space above the baseline
217 int minDescent; /* Minimum space below the baseline
300 int offset; /* Vertical offset of text's baseline from
301 * baseline of line. Used for superscripts
761 int baseline, Display *display, Drawable dst,
H A DtkTextDisp.c45 int offset; /* Offset in pixels of baseline, relative to
46 * baseline of line. */
112 int baseline; /* Offset of text baseline from y, in member in struct:DLine
117 * and baseline. */
303 int index, int y, int lineHeight, int baseline,
307 int x, int y, int height, int baseline,
771 dlPtr->baseline = 0;
1042 dlPtr->baseline = ascent;
1044 dlPtr->baseline
[all...]
H A DtkTextMark.c514 TkTextInsertDisplayProc(chunkPtr, x, y, height, baseline, display, dst, screenY)
524 int baseline; /* Offset of baseline from y. */
H A DtkMenu.c1741 int index, baseline, strictMotif, leftEdge, y, height;
1825 baseline = mePtr->y + (mePtr->height + fontPtr->ascent
1849 baseline = mePtr->y + (mePtr->height + fontPtr->ascent
1854 leftEdge, baseline, leftEdge,
1858 fontPtr, mePtr->label, leftEdge, baseline,
1885 leftEdge + menuPtr->labelWidth, baseline,
1733 int index, baseline, strictMotif, leftEdge, y, height; local
/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh939 integer baseline
956 [[ $arg == DEBUG ]] && ((baseline++))
957 [[ $line == "$baseline" ]] || err_exit "line number for level 0 is $line not $baseline"
977 ((baseline=LINENO+2))

Completed in 24 milliseconds