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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 104 float boxHeight = horizontalWritingMode ? logicalBoxSize.height().toFloat() : logicalBoxSize.width().toFloat();
111 FloatPoint center = floatPointForCenterCoordinate(circle->centerX(), circle->centerY(), FloatSize(boxWidth, boxHeight));
112 float radius = circle->floatValueForRadiusInBox(FloatSize(boxWidth, boxHeight));
121 FloatPoint center = floatPointForCenterCoordinate(ellipse->centerX(), ellipse->centerY(), FloatSize(boxWidth, boxHeight));
123 float radiusY = ellipse->floatValueForRadiusInBox(ellipse->radiusY(), center.y(), boxHeight);
139 floatValueForLength(values.at(i + 1), boxHeight));
149 float top = floatValueForLength(inset.top(), boxHeight);
151 float bottom = floatValueForLength(inset.bottom(), boxHeight);
152 FloatRect rect(left, top, std::max<float>(boxWidth - left - right, 0), std::max<float>(boxHeight - top - bottom, 0));
155 FloatSize boxSize(boxWidth, boxHeight);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_util.js 366 var boxHeight = box.clientHeight;
380 if (boxWidth && boxHeight)
381 boxRatio = boxWidth / boxHeight;
389 if (boxWidth && boxHeight) {
392 var fitScaleX = (rotate ? boxHeight : boxWidth) / imageWidth;
393 var fitScaleY = (rotate ? boxWidth : boxHeight) / imageHeight;
403 fractionY = imageHeight * scale / boxHeight;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 336 double boxHeight = box->getBoundingClientRect()->bottom() - box->getBoundingClientRect()->top();
340 m_currentTop += boxHeight;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 511 var boxHeight = Math.max(PreviewPanel.Thumbnails.THUMBNAIL_SIZE, imageHeight);
514 boxWidth = boxHeight;
515 boxHeight = t;
523 zoomedBox.style.height = boxHeight + 'px';
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 566 LayoutUnit boxHeight = ascent + descent;
568 if (maxPositionTop < boxHeight)
569 maxPositionTop = boxHeight;
571 if (maxPositionBottom < boxHeight)
572 maxPositionBottom = boxHeight;
644 LayoutUnit boxHeight = curr->logicalHeight();
645 LayoutUnit boxHeightIncludingMargins = boxHeight;
682 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading);
    [all...]
RenderLayer.cpp     [all...]
RenderObject.cpp     [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 424 milliseconds