HomeSort by relevance Sort by last modified time
    Searched refs:setY (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/webkit/WebCore/rendering/
RenderSlider.cpp 177 m_offsetToThumb.setY(0);
317 thumbRect.setY(contentRect.y() + static_cast<int>(nextafter((contentRect.height() - thumbRect.height()) + 1, 0) * (1 - fraction)));
320 thumbRect.setY(contentRect.y() + (contentRect.height() - thumbRect.height()) / 2);
425 offset.setY(thumbBounds.y() + thumbBounds.height() / 2 - localPoint.y());
RenderScrollbarTheme.cpp 103 result.setY(backRect.y());
InlineFlowBox.cpp 449 curr->setY(verticalPositionForBox(curr, m_firstLine));
473 setY(yPos + maxAscent - baselinePosition(true)); // Place our root box.
487 curr->setY(yPos);
489 curr->setY(yPos + maxHeight - curr->lineHeight(false));
494 curr->setY(curr->y() + yPos + posAdjust);
508 curr->setY(newY);
519 setY(y() + baselinePosition(true) - font.ascent());
    [all...]
RenderThemeWin.cpp 712 buttonRect.setY(buttonRect.y() - vistaMenuListButtonOutset);
730 bounds.setY(r.y() + r.height() / 2 - trackWidth / 2);
818 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
868 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
    [all...]
RenderBox.h 49 void setY(int y) { m_frameRect.setY(y); }
InlineBox.h 203 void setY(int y) { m_y = y; }
RenderText.cpp 242 r.setY(selectionRect.y());
252 r.setY(absPos.y() + box->y());
285 r.setY(selectionRect.y());
295 r.setY(box->y());
    [all...]
  /external/webkit/WebCore/platform/graphics/
Image.cpp 125 oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), scaledTileSize.height()) - scaledTileSize.height(), scaledTileSize.height()));
132 visibleSrcRect.setY((destRect.y() - oneTileRect.y()) / scale.height());
Gradient.cpp 86 srcRect.setY(0);
GraphicsContext.cpp 523 p1.setY(p1.y() + strokeWidth);
524 p2.setY(p2.y() - strokeWidth);
538 p1.setY(p1.y() + 0.5f);
539 p2.setY(p2.y() + 0.5f);
  /external/webkit/WebCore/platform/wx/
ScrollbarThemeWx.cpp 99 thumbRect.setY(thumbRect.y() + trackStart);
100 afterThumbRect.setY(afterThumbRect.y() - trackStart);
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 146 points[0].setY(m_rect.location().y());
148 points[1].setY(m_rect.location().y() + half);
150 points[2].setY(m_rect.location().y() + m_buttonSize);
152 points[3].setY(m_rect.location().y() + half);
350 m_hudPosition.setY(m_fullscreenSize.height() * initialHUDPositionY - windowHeight / 2);
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 98 m_coord.setY(m_parent->size().height() - 1);
117 m_coord.setY(m_isTopDown ? 0 : (m_parent->size().height() - 1));
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 220 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));
426 thumbArea.setY(0);
ThemeChromiumMac.mm 291 result.setY(result.y() - margins[topMargin] * zoomFactor);
548 inflatedRect.setY(inflatedRect.y() + (inflatedRect.height() - zoomedSize.height()) / 2);
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 177 dst[i].setY(SkScalarToFloat(src[i].fY));
ImageSkia.cpp 275 norm.setY(norm.y() + norm.height());
  /external/webkit/WebCore/platform/win/
ScrollbarThemeSafari.cpp 131 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 192 repaintRect.setY(overflowTop);
  /frameworks/base/libs/rs/
rsAdapter.cpp 98 a->setY(value);
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 878 point->setY(y + (height >> 1));
    [all...]
  /external/webkit/WebCore/svg/
SVGFont.cpp 506 glyphOrigin.setY(fontData->horizontalOriginY() * scale);
528 glyphOrigin.setY(identifier.verticalOriginY * scale);
  /external/webkit/WebCore/platform/graphics/android/
PathAndroid.cpp 225 dst[i].setY(SkScalarToFloat(src[i].fY));
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 227 adjustedDestRect.setY(-adjustedDestRect.bottom());
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 141 result.setY(result.y() - margins[topMargin] * zoomFactor);
392 inflatedRect.setY(inflatedRect.y() + (inflatedRect.height() - zoomedSize.height()) / 2);

Completed in 679 milliseconds

12 3 4