HomeSort by relevance Sort by last modified time
    Searched full:boxheight (Results 1 - 10 of 10) 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/libyuv/files/source/
scale.cc 2639 int boxheight = (y >> 16) - iy; local
2671 int boxheight = (y >> 16) - iy; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3444 int boxheight; local
3484 int boxheight; local
    [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));
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c     [all...]
  /external/webkit/Source/WebCore/
ChangeLog     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 346 milliseconds