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

/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
H A Dhelloskia.cpp48 SkScalar fontHeight = paint.getFontSpacing(); local
50 10, fontHeight, // X and Y coordinates to place the text
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
H A Dhelloskia.cpp48 SkScalar fontHeight = paint.getFontSpacing(); local
50 10, fontHeight, // X and Y coordinates to place the text
/external/chromium_org/content/browser/resources/media/
H A Dtimeline_graph_view.js167 var fontHeight = parseInt(fontHeightString);
170 if (fontHeightString.length == 0 || fontHeight <= 0 ||
171 fontHeight * 4 > height || width < 50) {
194 height -= fontHeight + LABEL_VERTICAL_SPACING;
204 width, height, fontHeight, visibleStartTime, this.scale_);
329 layout: function(width, height, fontHeight, startTime, scale) {
332 this.fontHeight_ = fontHeight;
/external/chromium_org/third_party/skia/src/views/
H A DSkTextBox.cpp179 SkScalar x, y, scaledSpacing, height, fontHeight; local
195 fontHeight = paint.getFontMetrics(&metrics);
196 scaledSpacing = SkScalarMul(fontHeight, fSpacingMul) + fSpacingAdd;
201 SkScalar textHeight = fontHeight;
/external/skia/src/views/
H A DSkTextBox.cpp179 SkScalar x, y, scaledSpacing, height, fontHeight; local
195 fontHeight = paint.getFontMetrics(&metrics);
196 scaledSpacing = SkScalarMul(fontHeight, fSpacingMul) + fSpacingAdd;
201 SkScalar textHeight = fontHeight;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dtimeline_graph_view.js333 var fontHeight = parseInt(fontHeightString);
336 if (fontHeightString.length == 0 || fontHeight <= 0 ||
337 fontHeight * 4 > height || width < 50) {
360 height -= fontHeight + LABEL_VERTICAL_SPACING;
369 this.graphs_[i].layout(width, height, fontHeight, visibleStartTime,
512 layout: function(width, height, fontHeight, startTime, scale) {
515 this.fontHeight_ = 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/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp600 int fontHeight = getRowFont(index).fontMetrics().height(); local
601 return max(fontHeight, minimumHeight);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp3722 LayoutUnit fontHeight = style()->fontMetrics().height(); local
3723 if (fontHeight > rect.height() || (!isReplaced() && !isTable()))
3724 rect.setHeight(fontHeight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3030 milliseconds