Searched defs:setY (Results 1 - 25 of 35) 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.h86 void setY(float y) function in class:WebCore::SVGPathSegSingleCoordinate
H A DSVGGlyphRefElement.cpp115 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/page/
H A DDOMPoint.h50 void setY(float y) { m_y = y; } function in class:WebCore::DOMPoint
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
H A DPointLightSource.cpp46 paintingData.lightVector.setY(m_position.y() - y);
59 bool PointLightSource::setY(float y) function in class:WebCore::PointLightSource
63 m_position.setY(y);
H A DSpotLightSource.cpp48 paintingData.directionVector.setY(m_direction.y() - m_position.y());
77 paintingData.lightVector.setY(m_position.y() - y);
85 paintingData.colorVector.setY(0.0f);
111 paintingData.colorVector.setY(paintingData.privateColorVector.y() * lightStrength);
123 bool SpotLightSource::setY(float y) function in class:WebCore::SpotLightSource
127 m_position.setY(y);
151 m_direction.setY(pointsAtY);
H A DLightSource.h79 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/core/platform/graphics/
H A DIntPoint.h57 void setY(int y) { m_y = y; } function in class:WebCore::IntPoint
H A DFloatPoint.h71 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
H A DFloatRect.h82 void setY(float y) { m_location.setY(y); } function in class:WebCore::FloatRect
115 setY(edge);
149 m_location.setY(m_location.y() - dy);
H A DLayoutRect.h80 void setY(LayoutUnit y) { m_location.setY(y); } function in class:WebCore::LayoutRect
123 setY(edge);
157 m_location.setY(m_location.y() - dy);
/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/style/
H A DBasicShapes.h79 void setY(Length y) { m_y = y; } function in class:WebCore::BasicShapeRectangle

Completed in 436 milliseconds

12