Searched refs:boxHeight (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp104 float boxHeight = horizontalWritingMode ? logicalBoxSize.height().toFloat() : logicalBoxSize.width().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));
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/
H A Dthumbnail_loader.js366 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/ui/file_manager/file_manager/foreground/js/ui/
H A Dpreview_panel.js507 var boxHeight = Math.max(PreviewPanel.Thumbnails.THUMBNAIL_SIZE, imageHeight);
510 boxWidth = boxHeight;
511 boxHeight = t;
519 zoomedBox.style.height = boxHeight + 'px';
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.cpp337 double boxHeight = box->getBoundingClientRect()->bottom() - box->getBoundingClientRect()->top(); local
341 m_currentTop += boxHeight;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineFlowBox.cpp575 LayoutUnit boxHeight = ascent + descent; local
577 if (maxPositionTop < boxHeight)
578 maxPositionTop = boxHeight;
580 if (maxPositionBottom < boxHeight)
581 maxPositionBottom = boxHeight;
653 LayoutUnit boxHeight = curr->logicalHeight(); local
654 LayoutUnit boxHeightIncludingMargins = boxHeight;
692 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading);
714 selectionBottom = std::max(selectionBottom, newLogicalTop + boxHeight - borderPaddingHeight);
715 lineBottom = std::max(lineBottom, newLogicalTop + boxHeight);
[all...]
H A DRenderLayer.cpp865 const float boxHeight = borderBox.height(); local
868 float perspectiveOriginY = floatValueForLength(style->perspectiveOriginY(), boxHeight);
873 perspectiveOriginY -= boxHeight / 2.0f;
/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 205 milliseconds