Home
last modified time | relevance | path

Searched defs:setY (Results 1 – 24 of 24) sorted by relevance

/external/v8/test/mjsunit/
Daccessors-on-global-object.js47 function setY(value) { y = value; } function
/external/webkit/Source/WebCore/page/
DWebKitPoint.h50 void setY(float y) { m_y = y; } in setY() function
/external/webkit/Source/WebCore/platform/graphics/filters/
DPointLightSource.cpp60 bool PointLightSource::setY(float y) in setY() function in WebCore::PointLightSource
DLightSource.cpp60 bool LightSource::setY(float y) in setY() function in WebCore::LightSource
DSpotLightSource.cpp124 bool SpotLightSource::setY(float y) in setY() function in WebCore::SpotLightSource
/external/webkit/Source/WebCore/svg/
DSVGPathSegWithContext.h87 void setY(float y) in setY() function
DSVGPathSegLinetoVertical.h38 void setY(float y) in setY() function
DSVGPathSegCurvetoCubicSmooth.h48 void setY(float y) in setY() function
DSVGPathSegCurvetoQuadratic.h48 void setY(float y) in setY() function
DSVGPathSegCurvetoCubic.h50 void setY(float y) in setY() function
DSVGPathSegArc.h51 void setY(float y) in setY() function
DPatternAttributes.h72 void setY(const SVGLength& value) in setY() function
/external/webkit/Source/WebCore/platform/graphics/
DFloatPoint.h82 void setY(float y) { m_y = y; } in setY() function
DIntPoint.h90 void setY(int y) { m_y = y; } in setY() function
DFloatPoint3D.h64 void setY(float y) { m_y = y; } in setY() function
DFloatRect.h99 void setY(float y) { m_location.setY(y); } in setY() function
DIntRect.h100 void setY(int y) { m_location.setY(y); } in setY() function
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraphItem.java88 public void setY(int y) { in setY() method in TimeLineGraphItem
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapCharacter.java84 public void setY(int y) { in setY() method in BitmapCharacter
/external/webkit/Source/WebCore/rendering/
DInlineBox.h229 void setY(float y) { m_y = y; } in setY() function
DRenderBox.h53 void setY(int y) { m_frameRect.setY(y); } in setY() function
DRenderBlock.h423 void setY(int y) { m_frameRect.setY(y); } in setY() function
/external/skia/include/core/
DSkPoint.h32 void setY(int32_t y) { fY = y; } in setY() function
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector2f.java610 public Vector2f setY(float y) { in setY() method in Vector2f