Searched refs:fontHeight (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkScale.h160 int fontHeight; /* Height of scale font. */ member in struct:TkScale
H A DtkScale.c290 scalePtr->fontHeight = 0;
905 scalePtr->fontHeight = fm.linespace + SPACING;
918 y += scalePtr->fontHeight;
923 y += scalePtr->fontHeight;
933 y += scalePtr->fontHeight + SPACING;
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkScale.h161 int fontHeight; /* Height of scale font. */ member in struct:TkScale
H A DtkScale.c300 scalePtr->fontHeight = 0;
924 scalePtr->fontHeight = fm.linespace + SPACING;
937 y += scalePtr->fontHeight;
942 y += scalePtr->fontHeight;
952 y += scalePtr->fontHeight + SPACING;
/macosx-10.9.5/vim-53/src/
H A Dgui_w16.c1123 int fontHeight; local
1197 fontHeight = fontInfo.tmHeight;
1218 msgheight += fontHeight;
1297 DLG_VERT_PADDING_Y + 2 * fontHeight * numButtons;
1299 dlgheight = msgheight + 3 * dlgPaddingY + 2 * fontHeight;
1302 editboxheight = fontHeight + dlgPaddingY + 4 * DLG_VERT_PADDING_Y;
1354 + 2 * fontHeight * i),
1356 (WORD)(PixelToDialogY(2 * fontHeight) - 1),
1367 (WORD)(PixelToDialogY(2 * fontHeight) - 1),
1401 PixelToDialogY(fontHeight
[all...]
H A Dgui_w32.c3026 int fontHeight; local
3120 fontHeight = fontInfo.tmHeight;
3161 msgheight += fontHeight; /* at least one line */
3183 msgheight += fontHeight;
3298 DLG_VERT_PADDING_Y + 2 * fontHeight * numButtons;
3300 dlgheight = msgheight + 3 * dlgPaddingY + 2 * fontHeight;
3303 editboxheight = fontHeight + dlgPaddingY + 4 * DLG_VERT_PADDING_Y;
3377 + 2 * fontHeight * i),
3379 (WORD)(PixelToDialogY(2 * fontHeight) - 1),
3390 (WORD)(PixelToDialogY(2 * fontHeight)
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp537 int fontHeight = font.fontMetrics().height(); local
540 context.drawText(font, leftText, IntPoint(windowWidth / 2 - timeSliderWidth / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / 2 + fontHeight / 4));
546 context.drawText(font, rightText, IntPoint(windowWidth / 2 + timeSliderWidth / 2 + margin, windowHeight - margin - sliderHeight / 2 + fontHeight / 4));
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DInputHandler.cpp1404 int fontHeight = selectionFocusRect.height(); local
1411 if (m_webPage->isUserScalable() && fontHeight && fontHeight * m_webPage->currentScale() < s_minimumTextHeightInPixels && !isRunningDrt())
1412 zoomScaleRequired = static_cast<double>(s_minimumTextHeightInPixels) / fontHeight;
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixScale.c147 / (double) scalePtr->fontHeight;
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixScale.c148 / (double) scalePtr->fontHeight;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBox.cpp3983 LayoutUnit fontHeight = style()->fontMetrics().height(); local
3984 if (fontHeight > rect.height() || (!isReplaced() && !isTable()))
3985 rect.setHeight(fontHeight);

Completed in 178 milliseconds