Searched refs:setY (Results 51 - 75 of 113) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp105 result.setY(backRect.y());
H A DRenderBox.h106 void setY(LayoutUnit y) { m_frameRect.setY(y); } function in class:blink::RenderBox
129 setY(left);
134 setY(top);
H A DRenderFieldset.cpp157 paintRect.setY(paintRect.y() + yOff);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint3D.h64 void setY(float y) { m_y = y; } function in class:blink::FloatPoint3D
H A DIntPoint.h56 void setY(int y) { m_y = y; } function in class:blink::IntPoint
H A DFloatPoint.h68 void setY(float y) { m_y = y; } function in class:blink::FloatPoint
H A DLayoutPoint.h54 void setY(LayoutUnit y) { m_y = y; } function in class:blink::LayoutPoint
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFETile.cpp103 result.setY(boundaries.y());
H A DFilterEffect.cpp124 sourceClipRect.setY(boundaries.y());
522 subregion.setY(boundaries.y());
563 rect.setY(boundaries.y());
H A DFETurbulence.cpp309 noiseVector.setY(noiseVector.y() * 2);
339 point.setY(point.y() + 1);
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.cpp139 m_regionAnchor.setY(value);
155 m_viewportAnchor.setY(value);
/external/chromium_org/third_party/WebKit/Source/web/mac/
H A DWebSubstringUtil.mm137 stringPoint.setY(frameView->height() - stringPoint.y());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp447 result.setY(positionFromValue(vertical, conversionData, size, false));
683 secondPoint.setY(size.height() - firstPoint.y());
691 secondPoint.setY(size.height() - firstPoint.y());
710 firstPoint.setY(size.height() - secondPoint.y());
712 secondPoint.setY(size.height());
1016 firstPoint.setY(size.height() / 2);
1022 secondPoint.setY(size.height() / 2);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp922 horizontalOverhangRect.setY(frameRect().maxY() - height - horizontalScrollbarHeight);
933 verticalOverhangRect.setY(frameRect().y() + horizontalOverhangRect.height());
935 verticalOverhangRect.setY(frameRect().y());
942 verticalOverhangRect.setY(frameRect().y() + horizontalOverhangRect.height());
944 verticalOverhangRect.setY(frameRect().y());
H A DScrollbarThemeMacNonOverlayAPI.mm138 tickmarkTrackRect.setY(0);
194 paintRect.setY(buttonRect.y() - (cRealButtonLength[controlSize] - buttonRect.height()));
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DInlineFlowBoxPainter.cpp157 clipRect.setY(paintRect.y() - outsets.top());
169 clipRect.setY(paintRect.y() - outsets.top());
338 rect.setY(logicalTop);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp70 relativePos.setY(pos.y());
82 relativePos.setY(pos.y());
113 inverseWidgetRectInScreen.setY(inverseWidgetRectInScreen.y() + (isRTL ? -verticalOffset : verticalOffset));
H A DPopupMenuTest.cpp426 row1Point.setY(menuItemHeight * 1.5);
435 row1Point.setY(menuItemHeight * 2.5);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathBlender.cpp154 m_fromCurrentPoint.setY(m_fromMode == AbsoluteCoordinates ? fromY : m_fromCurrentPoint.y() + fromY);
155 m_toCurrentPoint.setY(m_toMode == AbsoluteCoordinates ? toY : m_toCurrentPoint.y() + toY);
H A DSVGPatternElement.cpp148 attributes.setY(element->y()->currentValue());
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageReader.cpp126 m_coord.setY(m_parent->size().height() - 1);
144 m_coord.setY(m_isTopDown ? 0 : (m_parent->size().height() - 1));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraph.java240 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange))));
255 thisItem.setY((int)(PADDING+((max-thisItem.value) * (height)/(yValueRange))));
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DExternalVideoSurfaceContainer.java240 mSurfaceView.setY(y);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DCreateWindow.cpp102 windowRect.setY(features.y);
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DThemeMac.mm211 result.setY(result.y() - margins[TopMargin] * zoomFactor);
232 result.setY(rect.y() - margin);
472 inflatedRect.setY(inflatedRect.y() + (inflatedRect.height() - zoomedSize.height()) / 2);

Completed in 459 milliseconds

12345