Searched refs:setY (Results 1 - 25 of 113) sorted by relevance

12345

/external/chromium_org/v8/test/mjsunit/
H A Daccessors-on-global-object.js47 function setY(value) { y = value; } function
50 setY(i);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegLinetoVertical.h37 void setY(float y) function in class:blink::SVGPathSegLinetoVertical
H A DSVGPointTearOff.cpp57 void SVGPointTearOff::setY(float f, ExceptionState& exceptionState) function in class:blink::SVGPointTearOff
64 target()->setY(f);
H A DSVGRectTearOff.cpp56 void SVGRectTearOff::setY(float f, ExceptionState& exceptionState) function in class:blink::SVGRectTearOff
63 target()->setY(f);
H A DSVGPathSegWithContext.h46 void setY(float y) function in class:blink::SVGPathSegSingleCoordinate
H A DSVGGlyphRefElement.h45 void setY(float);
H A DSVGPathSegCurvetoCubic.h49 void setY(float y) function in class:blink::SVGPathSegCurvetoCubic
H A DSVGPathSegCurvetoCubicSmooth.h47 void setY(float y) function in class:blink::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoQuadratic.h47 void setY(float y) function in class:blink::SVGPathSegCurvetoQuadratic
H A DSVGPointTearOff.h51 void setY(float, ExceptionState&);
H A DSVGRectTearOff.h49 void setY(float, ExceptionState&);
H A DSVGPoint.h64 void setY(float f) { m_value.setY(f); } function in class:blink::SVGPoint
H A DSVGRect.h61 void setY(float f) { m_value.setY(f); } function in class:blink::SVGRect
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMRect.h18 void setY(double y) { m_y = y; } function in class:blink::FINAL
H A DDOMPoint.h20 void setY(double y) { m_y = y; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthPoint.h55 void setY(const Length& y) { m_y = y; } function in struct:blink::LengthPoint
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DSpotLightSource.cpp47 paintingData.directionVector.setY(m_direction.y() - m_position.y());
68 paintingData.lightVector.setY(m_position.y() - y);
76 paintingData.colorVector.setY(0.0f);
96 paintingData.colorVector.setY(paintingData.privateColorVector.y() * lightStrength);
H A DDistantLightSource.cpp43 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation));
H A DPointLightSource.cpp45 paintingData.lightVector.setY(m_position.y() - y);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBackgroundImageGeometry.cpp19 m_phase.setY(-std::min(yOffset, 0));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderVTTCue.cpp118 setY(y() + position);
184 setY(y() + step);
198 setY(m_fallbackPosition.y());
259 setY(y() + adjustment);
H A DRenderOverflow.h90 m_layoutOverflow.setY(maxY - m_layoutOverflow.height());
98 m_visualOverflow.setY(std::min(rect.y(), m_visualOverflow.y()));
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.cpp79 m_location.setY(top);
100 m_location.setY(top);
121 m_location.setY(top);
129 m_location.setY((int)(y() * s));
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXSpinButton.cpp103 parentRect.setY(parentRect.y() + parentRect.height() / 2);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp308 containerViewportRect.setY(containerViewportRect.y() - ScrollableArea::pixelsPerLineStep());
551 exitPoint.setY(startingRect.y());
553 entryPoint.setY(potentialRect.maxY());
555 entryPoint.setY(startingRect.y());
565 exitPoint.setY(startingRect.maxY());
567 entryPoint.setY(potentialRect.y());
569 entryPoint.setY(startingRect.maxY());
579 exitPoint.setY(startingRect.y());
581 entryPoint.setY(potentialRect.maxY());
583 entryPoint.setY(startingRec
[all...]

Completed in 1380 milliseconds

12345