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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 109 float boxHeight = horizontalWritingMode ? logicalBoxSize.height() : logicalBoxSize.width();
118 floatValueForLength(rectangle->y(), boxHeight),
120 floatValueForLength(rectangle->height(), boxHeight));
123 floatValueForLength(rectangle->cornerRadiusY(), boxHeight));
134 float centerY = floatValueForLength(circle->centerY(), boxHeight);
135 float radius = floatValueForLength(circle->radius(), std::min(boxHeight, boxWidth));
145 float centerY = floatValueForLength(ellipse->centerY(), boxHeight);
147 float radiusY = floatValueForLength(ellipse->radiusY(), boxHeight);
164 floatValueForLength(values.at(i + 1), boxHeight));
174 float top = floatValueForLength(rectangle->top(), boxHeight);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 340 var boxHeight = box.clientHeight;
354 if (boxWidth && boxHeight)
355 boxRatio = boxWidth / boxHeight;
363 if (boxWidth && boxHeight) {
366 var fitScaleX = (rotate ? boxHeight : boxWidth) / imageWidth;
367 var fitScaleY = (rotate ? boxWidth : boxHeight) / imageHeight;
377 fractionY = imageHeight * scale / boxHeight;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegion.cpp 373 double boxHeight = box->getBoundingClientRect()->bottom() - box->getBoundingClientRect()->top();
378 m_currentTop += boxHeight;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_selection.js 736 var boxHeight = Math.max(THUMBNAIL_SIZE, imageHeight);
740 boxWidth = boxHeight;
741 boxHeight = t;
746 style.height = boxHeight + 'px';
747 style.top = (-boxHeight + THUMBNAIL_SIZE) + 'px';
753 style.top = (boxHeight - imageHeight) / 2 + 'px';
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 563 LayoutUnit boxHeight = ascent + descent;
565 if (maxPositionTop < boxHeight)
566 maxPositionTop = boxHeight;
568 if (maxPositionBottom < boxHeight)
569 maxPositionBottom = boxHeight;
641 LayoutUnit boxHeight = curr->logicalHeight();
642 LayoutUnit boxHeightIncludingMargins = boxHeight;
679 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading);
701 lineBottom = max(lineBottom, newLogicalTop + boxHeight)
    [all...]
RenderLayerBacking.cpp     [all...]
RenderObject.cpp     [all...]
RenderLayer.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /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 410 milliseconds