Home
last modified time | relevance | path

Searched refs:fontHeight (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/views/
DSkTextBox.cpp149 SkScalar x, y, scaledSpacing, height, fontHeight; in draw() local
165 fontHeight = paint.getFontMetrics(&metrics); in draw()
166 scaledSpacing = SkScalarMul(fontHeight, fSpacingMul) + fSpacingAdd; in draw()
171 SkScalar textHeight = fontHeight; in draw()
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java101 final float fontHeight = -paint.ascent() + paint.descent(); in formatPages() local
102 final int maxLinesPerPage = (int)(maxHeight / fontHeight); in formatPages()
/external/webkit/Source/WebKit/win/
DFullscreenVideoController.cpp535 int fontHeight = font.fontMetrics().height(); in draw() local
538 …h / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / 2 + fontHeight / 4)); in draw()
544 …th / 2 + timeSliderWidth / 2 + margin, windowHeight - margin - sliderHeight / 2 + fontHeight / 4)); in draw()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1110 int fontHeight = getRowFont(index).fontMetrics().height(); in getRowHeight() local
1113 return max(fontHeight, iconHeight); in getRowHeight()
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp3154 int fontHeight = style()->fontMetrics().height(); in localCaretRect() local
3155 if (fontHeight > rect.height() || (!isReplaced() && !isTable())) in localCaretRect()
3156 rect.setHeight(fontHeight); in localCaretRect()
/external/quake/quake/src/QW/scitech/include/
Dmgraph.h735 short fontHeight; /* Font height */ member
746 m_int fontHeight; /* Height of the font */ member
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DMGRAPH.H735 short fontHeight; /* Font height */ member
746 m_int fontHeight; /* Height of the font */ member
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1911382 (-[NSTextView _KWQ_updateTypingAttributes:forLineHeight:fontHeight:]): Applies the