Lines Matching defs:lineHeight
303 int index, int y, int lineHeight, int baseline,
2885 int bottomY, close, lineIndex, lineHeight;
2948 lineHeight = textPtr->fontPtr->ascent + textPtr->fontPtr->descent;
2949 bottomY = (dInfoPtr->y + dInfoPtr->maxY + lineHeight)/2;
2951 if (close < 3*lineHeight) {
2952 close = 3*lineHeight;
2954 close += lineHeight;
3442 int pickPlace, lineNum, type, lineHeight, charsInLine;
3529 lineHeight = textPtr->fontPtr->ascent + textPtr->fontPtr->descent;
3531 pixels = (dInfoPtr->maxY - 2*lineHeight - dInfoPtr->y)*(-count)
3532 + lineHeight;
3550 pixels = (dInfoPtr->maxY - 2*lineHeight - dInfoPtr->y)*count;
4526 CharBboxProc(chunkPtr, index, y, lineHeight, baseline, xPtr, yPtr,
4533 int lineHeight; /* Height of line, in pixels. */