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

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp103 float boxWidth = horizontalWritingMode ? logicalBoxSize.width().toFloat() : logicalBoxSize.height().toFloat(); local
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));
122 float radiusX = ellipse->floatValueForRadiusInBox(ellipse->radiusX(), center.x(), boxWidth);
138 floatValueForLength(values.at(i), boxWidth),
148 float left = floatValueForLength(inset.left(), boxWidth);
150 float right = floatValueForLength(inset.right(), boxWidth);
152 FloatRect rect(left, top, std::max<float>(boxWidth - left - right, 0), std::max<float>(boxHeight - top - bottom, 0));
155 FloatSize boxSize(boxWidth, boxHeigh
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
H A Dmedia_util.js365 var boxWidth = box.clientWidth;
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;
402 fractionX = imageWidth * scale / boxWidth;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dpreview_panel.js510 var boxWidth = Math.max(PreviewPanel.Thumbnails.THUMBNAIL_SIZE, imageWidth);
513 var t = boxWidth;
514 boxWidth = boxHeight;
522 zoomedBox.style.width = boxWidth + 'px';
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp1011 const float boxWidth = borderBox.width(); local
1014 float perspectiveOriginX = floatValueForLength(style->perspectiveOriginX(), boxWidth);
1019 perspectiveOriginX -= boxWidth / 2.0f;
H A DRenderObject.cpp1752 LayoutUnit boxWidth = isBox() ? toRenderBox(this)->width() : LayoutUnit(); local
1754 LayoutUnit borderWidth = max<LayoutUnit>(borderRight, max<LayoutUnit>(valueForLength(style()->borderTopRightRadius().width(), boxWidth), valueForLength(style()->borderBottomRightRadius().width(), boxWidth)));
/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 680 milliseconds