Lines Matching refs:lineHeight
67 int index, int y, int lineHeight, int baseline,
78 int lineHeight, int baseline, Display *display,
930 EmbWinDisplayProc(chunkPtr, x, y, lineHeight, baseline, display, dst, screenY)
940 int lineHeight; /* Total height of line. */
973 EmbWinBboxProc(chunkPtr, 0, screenY, lineHeight, baseline, &lineX,
1063 EmbWinBboxProc(chunkPtr, index, y, lineHeight, baseline, xPtr, yPtr,
1070 int lineHeight; /* Total height of line. */
1096 *heightPtr = lineHeight - 2*ewPtr->body.ew.padY;
1101 *yPtr = y + (lineHeight - *heightPtr - ewPtr->body.ew.padY);
1104 *yPtr = y + (lineHeight - *heightPtr)/2;