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

  /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(),
  /packages/apps/Gallery3D/src/com/cooliris/media/
BackgroundLayer.java 134 int leftEdge = anchorEdge - backgroundSpacing;
135 view.draw2D(leftEdge, 0, Z_FAR_PLANE, mBackgroundBlitWidth, mHeight);
GridCameraManager.java 183 int leftEdge = firstVisibleSlotIndex;
185 int index = (leftEdge + rightEdge) / 2;
188 while (index != leftEdge) {
199 leftEdge = index;
201 index = (leftEdge + rightEdge) / 2;
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 638 const int leftEdge = base;
677 fromX = leftEdge;
  /external/webkit/WebCore/rendering/
RenderText.cpp 423 int leftEdge = min(cb->x(), rootLeft);
424 left = max(left, leftEdge);
    [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...]

Completed in 130 milliseconds