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

  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 195 final float leftEdge = focalPositionX - (width / 2.0f);
199 } else if (leftEdge < 0) {
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 289 float leftEdge = m_runWidthSoFar;
359 while (m_computingOffsetPosition && m_offsetX >= leftEdge && m_offsetX < m_runWidthSoFar) {
362 ScriptXtoCP(m_offsetX - leftEdge, clusters.size(), glyphs.size(), clusters.data(), visualAttributes.data(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 265 leftEdge: for (; x1 < x2; x1++) {
268 break leftEdge;
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 821 float leftEdge = bounds.maxX() - arrowPaddingRight - arrowWidth;
832 arrow[0] = FloatPoint(leftEdge, centerY - arrowHeight / 2.0f);
833 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f);
834 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f);
844 int leftEdgeOfSeparator = static_cast<int>(leftEdge - arrowPaddingLeft); // FIXME: Round?
    [all...]
RenderThemeMac.mm     [all...]
RenderText.cpp 569 float leftEdge;
572 leftEdge = cb->logicalLeft();
575 leftEdge = min(static_cast<float>(cb->logicalLeft()), rootLeft);
603 left = max(left, leftEdge);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 443 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
447 if ((x >= this.x || (leftEdge && x <= this.x + this.width))
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 447 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
451 if ((x >= this.x || (leftEdge && x <= this.x + this.width))
    [all...]

Completed in 167 milliseconds