HomeSort by relevance Sort by last modified time
    Searched refs:boxHeight (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 540 int boxHeight = ascent + descent;
542 if (maxPositionTop < boxHeight)
543 maxPositionTop = boxHeight;
545 if (maxPositionBottom < boxHeight)
546 maxPositionBottom = boxHeight;
616 int boxHeight = curr->logicalHeight();
617 int boxHeightIncludingMargins = boxHeight;
654 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading);
676 lineBottom = max(lineBottom, newLogicalTop + boxHeight);
    [all...]
RenderLayerBacking.cpp     [all...]
RenderObject.cpp     [all...]
RenderLayer.cpp 762 const float boxHeight = borderBox.height();
765 float perspectiveOriginY = style->perspectiveOriginY().calcFloatValue(boxHeight);
770 perspectiveOriginY -= boxHeight / 2.0f;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 651 static const int boxHeight = 25;
654 drawRect.size.height = boxHeight;
673 CGContextShowTextAtPoint(cgContext, drawRect.origin.x + boxBorderWidth, drawRect.origin.y + boxHeight - boxBorderWidth, text, strlen(text));
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1875 milliseconds