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

/external/replicaisland/src/com/replica/replicaisland/
H A DCameraSystem.java195 final float leftEdge = focalPositionX - (width / 2.0f);
199 } else if (leftEdge < 0) {
/external/chromium_org/ui/keyboard/resources/
H A Dmain.js391 var leftEdge = parseFloat(leftKey.style.left);
392 var leftWidth = leftEdge - params.offsetLeft - params.pitchX;
403 var spacebarWidth = rightEdge - leftEdge;
407 leftEdge,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumMac.mm1095 float leftEdge = bounds.maxX() - arrowPaddingRight * o->style()->effectiveZoom() - arrowWidth;
1107 arrow1[0] = FloatPoint(leftEdge, centerY - spaceBetweenArrows / 2.0f);
1108 arrow1[1] = FloatPoint(leftEdge + arrowWidth, centerY - spaceBetweenArrows / 2.0f);
1109 arrow1[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY - spaceBetweenArrows / 2.0f - arrowHeight);
1115 arrow2[0] = FloatPoint(leftEdge, centerY + spaceBetweenArrows / 2.0f);
1116 arrow2[1] = FloatPoint(leftEdge + arrowWidth, centerY + spaceBetweenArrows / 2.0f);
1117 arrow2[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + spaceBetweenArrows / 2.0f + arrowHeight);
H A DRenderText.cpp672 float leftEdge; local
674 leftEdge = std::min<float>(0, rootLeft);
704 left = std::max(left, leftEdge);
H A DRenderBlockFlow.cpp2705 LayoutUnit leftEdge = borderLeft() + paddingLeft(); local
2706 LayoutUnit rightEdge = leftEdge + oldWidth;
2707 left = std::min(rightEdge, std::max(leftEdge, left));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 121 milliseconds