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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 108 float boxWidth = horizontalWritingMode ? logicalBoxSize.width() : logicalBoxSize.height();
117 floatValueForLength(rectangle->x(), boxWidth),
119 floatValueForLength(rectangle->width(), boxWidth),
122 floatValueForLength(rectangle->cornerRadiusX(), boxWidth),
133 float centerX = floatValueForLength(circle->centerX(), boxWidth);
135 float radius = floatValueForLength(circle->radius(), std::min(boxHeight, boxWidth));
144 float centerX = floatValueForLength(ellipse->centerX(), boxWidth);
146 float radiusX = floatValueForLength(ellipse->radiusX(), boxWidth);
163 floatValueForLength(values.at(i), boxWidth),
173 float left = floatValueForLength(rectangle->left(), boxWidth);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 339 var boxWidth = box.clientWidth;
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;
376 fractionX = imageWidth * scale / boxWidth;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_selection.js 735 var boxWidth = Math.max(THUMBNAIL_SIZE, imageWidth);
739 var t = boxWidth;
740 boxWidth = boxHeight;
745 style.width = boxWidth + 'px';
752 style.left = (boxWidth - imageWidth) / 2 + 'px';
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp     [all...]
RenderObject.cpp     [all...]
RenderLayer.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.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 992 milliseconds