Searched defs:setY (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/
H A Daccessors-on-global-object.js47 function setY(value) { y = value; } function
50 setY(i);
/external/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:WebCore::SVGPathSegLinetoVertical
H A DSVGPathSegCurvetoCubicSmooth.h47 void setY(float y) function in class:WebCore::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoQuadratic.h47 void setY(float y) function in class:WebCore::SVGPathSegCurvetoQuadratic
H A DSVGPathSegWithContext.h85 void setY(float y) function in class:WebCore::SVGPathSegSingleCoordinate
H A DSVGGlyphRefElement.cpp113 void SVGGlyphRefElement::setY(float y) function in class:WebCore::SVGGlyphRefElement
H A DSVGPathSegArc.h50 void setY(float y) function in class:WebCore::SVGPathSegArc
H A DSVGPathSegCurvetoCubic.h49 void setY(float y) function in class:WebCore::SVGPathSegCurvetoCubic
H A DPatternAttributes.h72 void setY(const SVGLength& value) function in struct:WebCore::PatternAttributes
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMPoint.h50 void setY(float y) { m_y = y; } function in class:WebCore::DOMPoint
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthPoint.h55 void setY(Length y) { m_y = y; } function in struct:WebCore::LengthPoint
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DPointLightSource.cpp45 paintingData.lightVector.setY(m_position.y() - y);
58 bool PointLightSource::setY(float y) function in class:WebCore::PointLightSource
62 m_position.setY(y);
H A DSpotLightSource.cpp47 paintingData.directionVector.setY(m_direction.y() - m_position.y());
76 paintingData.lightVector.setY(m_position.y() - y);
84 paintingData.colorVector.setY(0.0f);
110 paintingData.colorVector.setY(paintingData.privateColorVector.y() * lightStrength);
122 bool SpotLightSource::setY(float y) function in class:WebCore::SpotLightSource
126 m_position.setY(y);
150 m_direction.setY(pointsAtY);
H A DLightSource.h80 virtual bool setY(float) { return false; } function in class:WebCore::LightSource
/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 DTimeLineGraphItem.java88 public void setY(int y) { method in class:TimeLineGraphItem
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntPoint.h56 void setY(int y) { m_y = y; } function in class:WebCore::IntPoint
H A DFloatPoint.h72 void setY(float y) { m_y = y; } function in class:WebCore::FloatPoint
H A DFloatPoint3D.h64 void setY(float y) { m_y = y; } function in class:WebCore::FloatPoint3D
H A DIntRect.h77 void setY(int y) { m_location.setY(y); } function in class:WebCore::IntRect
110 setY(edge);
144 m_location.setY(m_location.y() - dy);
H A DLayoutPoint.h54 void setY(LayoutUnit y) { m_y = y; } function in class:WebCore::LayoutPoint
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java84 public void setY(int y) { method in class:BitmapCharacter
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBasicShapes.h77 void setY(PassRefPtr<CSSPrimitiveValue> y) { m_y = y; } function in class:WebCore::CSSBasicShapeRectangle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h72 void setY(LayoutUnit y) { ASSERT(!isInPlacedTree()); m_frameRect.setY(y); } function in class:WebCore::FloatingObject
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h79 void setY(Length y) { m_y = y; } function in class:WebCore::BasicShapeRectangle

Completed in 293 milliseconds

12