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

/external/skia/src/views/
H A DSkTextBox.cpp157 SkScalar x, y, scaledSpacing, height, fontHeight; local
173 fontHeight = paint.getFontMetrics(&metrics);
174 scaledSpacing = SkScalarMul(fontHeight, fSpacingMul) + fSpacingAdd;
179 SkScalar textHeight = fontHeight;
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java101 final float fontHeight = -paint.ascent() + paint.descent();
102 final int maxLinesPerPage = (int)(maxHeight / fontHeight);
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp535 int fontHeight = font.fontMetrics().height(); local
538 context.drawText(font, leftText, IntPoint(windowWidth / 2 - timeSliderWidth / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / 2 + fontHeight / 4));
544 context.drawText(font, rightText, IntPoint(windowWidth / 2 + timeSliderWidth / 2 + margin, windowHeight - margin - sliderHeight / 2 + fontHeight / 4));
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp1110 int fontHeight = getRowFont(index).fontMetrics().height(); local
1113 return max(fontHeight, iconHeight);
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h735 short fontHeight; /* Font height */ member in struct:__anon9119
746 m_int fontHeight; /* Height of the font */ member in struct:__anon9120
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H735 short fontHeight; /* Font height */ member in struct:__anon9418
746 m_int fontHeight; /* Height of the font */ member in struct:__anon9419
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp3149 int fontHeight = style()->fontMetrics().height(); local
3150 if (fontHeight > rect.height() || (!isReplaced() && !isTable()))
3151 rect.setHeight(fontHeight);

Completed in 3900 milliseconds