Searched defs:lineHeight (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DFontValue.h46 RefPtr<CSSPrimitiveValue> lineHeight; member in class:WebCore::FontValue
/external/webkit/Source/WebCore/rendering/
H A DRenderBR.cpp41 int RenderBR::lineHeight(bool firstLine) const function in class:WebCore::RenderBR
H A DRenderTextControlMultiLine.cpp96 void RenderTextControlMultiLine::adjustControlHeightBasedOnLineHeight(int lineHeight) argument
98 setHeight(height() + lineHeight * static_cast<HTMLTextAreaElement*>(node())->rows());
H A DRootInlineBox.h91 virtual int lineHeight() const { return boxModelObject()->lineHeight(m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes); } function in class:WebCore::RootInlineBox
H A DInlineBox.h269 virtual int lineHeight() const { return boxModelObject()->lineHeight(m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine); } function in class:WebCore::InlineBox
H A DRenderTextControlSingleLine.cpp608 void RenderTextControlSingleLine::adjustControlHeightBasedOnLineHeight(int lineHeight) argument
616 lineHeight = max(lineHeight, resultsRenderer->height());
624 lineHeight = max(lineHeight, cancelRenderer->height());
627 setHeight(height() + lineHeight);
726 if (textBlockStyle->fontMetrics().lineSpacing() > lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes))
H A DInlineFlowBox.cpp117 || parentStyle->lineHeight() != childStyle->lineHeight()
134 || parentStyle->lineHeight() != childStyle->lineHeight()
459 int lineHeight = curr->lineHeight(); local
461 if (maxAscent + maxDescent < lineHeight)
462 maxDescent = lineHeight - maxAscent;
465 if (maxAscent + maxDescent < lineHeight)
466 maxAscent = lineHeight
[all...]
H A DInlineTextBox.cpp86 int InlineTextBox::lineHeight() const function in class:WebCore::InlineTextBox
91 return toRenderBR(m_renderer)->lineHeight(m_firstLine);
93 return parent()->lineHeight();
94 return toRenderBoxModelObject(renderer()->parent())->lineHeight(m_firstLine, isHorizontal() ? HorizontalLine : VerticalLine, PositionOnContainingLine);
H A DRenderInline.cpp180 || parentStyle->lineHeight() != style()->lineHeight()));
188 || parentStyle->lineHeight() != childStyle->lineHeight();
1275 int RenderInline::lineHeight(bool firstLine, LineDirectionMode /*direction*/, LinePositionMode /*linePositionMode*/) const function in class:WebCore::RenderInline
1292 return fontMetrics.ascent(baselineType) + (lineHeight(firstLine, direction, linePositionMode) - fontMetrics.height()) / 2;
H A DRenderListMarker.cpp1539 int RenderListMarker::lineHeight(bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const function in class:WebCore::RenderListMarker
1542 return m_listItem->lineHeight(firstLine, direction, PositionOfInteriorLineBoxes);
1543 return RenderBox::lineHeight(firstLine, direction, linePositionMode);
H A DRenderBlockLineLayout.cpp778 const int lineHeight = style()->computedLineHeight(); local
781 (fontSize <= lineHeight) && !style()->hasBackground() &&
1246 setLogicalHeight(logicalHeight() + lineHeight(true, isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes));
H A DRenderBox.cpp3366 int RenderBox::lineHeight(bool /*firstLine*/, LineDirectionMode direction, LinePositionMode /*linePositionMode*/) const function in class:WebCore::RenderBox
H A DRenderBlock.cpp5172 int RenderBlock::lineHeight(bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const function in class:WebCore::RenderBlock
5179 return RenderBox::lineHeight(firstLine, direction, linePositionMode);
5226 return fontMetrics.ascent(baselineType) + (lineHeight(firstLine, direction, linePositionMode) - fontMetrics.height()) / 2;
5264 + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2
5283 + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2
5849 int height = lineHeight(true, currentStyle->isHorizontalWritingMode() ? HorizontalLine : VerticalLine);
6116 int lineHeight = logicalVisualOverflow.maxY() - logicalOffset; local
6118 layoutState->m_columnInfo->updateMinimumColumnHeight(lineHeight);
6121 if (!pageLogicalHeight || lineHeight > pageLogicalHeight)
6126 if (remainingLogicalHeight < lineHeight) {
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacterSet.java42 private int lineHeight; field in class:BitmapCharacterSet
53 oc.write(lineHeight, "lineHeight", 0);
90 lineHeight = ic.readInt("lineHeight", 0);
141 return lineHeight;
144 public void setLineHeight(int lineHeight) { argument
145 this.lineHeight = lineHeight;
196 this.lineHeight
[all...]
/external/skia/samplecode/
H A DSampleApp.cpp968 SkScalar lineHeight = paint.getFontMetrics(NULL); local
973 drawText(canvas, string, left, SkScalarMulAdd(lineHeight, i, dest.fTop), paint);
978 drawText(canvas, string, left, SkScalarMulAdd(lineHeight, i, dest.fTop), paint);
984 drawText(canvas, string, left, SkScalarMulAdd(lineHeight, i, dest.fTop), paint);
990 drawText(canvas, string, left, SkScalarMulAdd(lineHeight, i, dest.fTop), paint);
996 drawText(canvas, string, left, SkScalarMulAdd(lineHeight, i, dest.fTop), paint);
/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.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-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 ...
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h496 Length lineHeight() const { return inherited->line_height; } function in class:WebCore::RenderStyle
499 Length lh = lineHeight();

Completed in 646 milliseconds