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

  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCameraManager.java 171 int leftEdge = firstVisibleSlotIndex;
173 int index = (leftEdge + rightEdge) / 2;
176 while (index != leftEdge) {
187 leftEdge = index;
189 index = (leftEdge + rightEdge) / 2;
BackgroundLayer.java 134 int leftEdge = anchorEdge - backgroundSpacing;
135 view.draw2D(leftEdge, 0, Z_FAR_PLANE, mBackgroundBlitWidth, mHeight);
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 294 float leftEdge = m_runWidthSoFar;
382 while (m_computingOffsetPosition && m_offsetX >= leftEdge && m_offsetX < m_runWidthSoFar) {
385 ScriptXtoCP(m_offsetX - leftEdge, clusters.size(), glyphs.size(), clusters.data(), visualAttributes.data(),
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm     [all...]
RenderThemeSafari.cpp 826 float leftEdge = bounds.right() - arrowPaddingRight - arrowWidth;
837 arrow[0] = FloatPoint(leftEdge, centerY - arrowHeight / 2.0f);
838 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f);
839 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f);
849 int leftEdgeOfSeparator = static_cast<int>(leftEdge - arrowPaddingLeft); // FIXME: Round?
    [all...]
RenderText.cpp 423 int leftEdge = min(cb->x(), rootLeft);
424 left = max(left, leftEdge);
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 638 const int leftEdge = base;
677 fromX = leftEdge;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 442 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0;
446 if ((x >= this.x || (leftEdge && x <= this.x + this.width))

Completed in 151 milliseconds