Searched refs:boxHeight (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp540 int boxHeight = ascent + descent; local
542 if (maxPositionTop < boxHeight)
543 maxPositionTop = boxHeight;
545 if (maxPositionBottom < boxHeight)
546 maxPositionBottom = boxHeight;
616 int boxHeight = curr->logicalHeight(); local
617 int boxHeightIncludingMargins = boxHeight;
654 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading);
676 lineBottom = max(lineBottom, newLogicalTop + boxHeight);
H A DRenderLayerBacking.cpp994 float boxHeight = borderBox.height(); local
998 origin.setY(style->perspectiveOriginY().calcFloatValue(boxHeight));
H A DRenderObject.cpp1307 int boxHeight = isBox() ? toRenderBox(this)->height() : 0; local
1308 int borderHeight = max(-outlineStyle->outlineOffset(), max(borderBottom, max(style()->borderBottomLeftRadius().height().calcValue(boxHeight), style()->borderBottomRightRadius().height().calcValue(boxHeight)))) + max(ow, shadowBottom);
H A DRenderLayer.cpp762 const float boxHeight = borderBox.height(); local
765 float perspectiveOriginY = style->perspectiveOriginY().calcFloatValue(boxHeight);
770 perspectiveOriginY -= boxHeight / 2.0f;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp651 static const int boxHeight = 25; local
654 drawRect.size.height = boxHeight;
673 CGContextShowTextAtPoint(cgContext, drawRect.origin.x + boxBorderWidth, drawRect.origin.y + boxHeight - boxBorderWidth, text, strlen(text));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...

Completed in 100 milliseconds