OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boxWidth
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp
118
float
boxWidth
= horizontalWritingMode ? logicalBoxSize.width() : logicalBoxSize.height();
127
floatValueForLength(rectangle->x(),
boxWidth
),
129
floatValueForLength(rectangle->width(),
boxWidth
),
132
floatValueForLength(rectangle->cornerRadiusX(),
boxWidth
),
143
float centerX = floatValueForLength(circle->centerX(),
boxWidth
);
149
float radius = floatValueForLength(circle->radius(), sqrtf((
boxWidth
*
boxWidth
+ boxHeight * boxHeight) / 2));
158
float centerX = floatValueForLength(ellipse->centerX(),
boxWidth
);
160
float radiusX = floatValueForLength(ellipse->radiusX(),
boxWidth
);
177
floatValueForLength(values.at(i),
boxWidth
),
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_util.js
362
var
boxWidth
= box.clientWidth;
377
if (
boxWidth
&& boxHeight)
378
boxRatio =
boxWidth
/ boxHeight;
386
if (
boxWidth
&& boxHeight) {
389
var fitScaleX = (rotate ? boxHeight :
boxWidth
) / imageWidth;
390
var fitScaleY = (rotate ?
boxWidth
: boxHeight) / imageHeight;
399
fractionX = imageWidth * scale /
boxWidth
;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
preview_panel.js
499
var
boxWidth
= Math.max(PreviewPanel.Thumbnails.THUMBNAIL_SIZE, imageWidth);
502
var t =
boxWidth
;
503
boxWidth
= boxHeight;
511
zoomedBox.style.width =
boxWidth
+ 'px';
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
RenderObject.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 2723 milliseconds