HomeSort by relevance Sort by last modified time
    Searched defs:setY (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/v8/test/mjsunit/
accessors-on-global-object.js 47 function setY(value) { y = value; }
50 setY(i);
  /external/webkit/Source/WebCore/page/
WebKitPoint.h 50 void setY(float y) { m_y = y; }
  /external/webkit/Source/WebCore/platform/graphics/filters/
PointLightSource.cpp 47 paintingData.lightVector.setY(m_position.y() - y);
60 bool PointLightSource::setY(float y)
64 m_position.setY(y);
LightSource.cpp 60 bool LightSource::setY(float y)
63 return static_cast<SpotLightSource*>(this)->setY(y);
65 return static_cast<PointLightSource*>(this)->setY(y);
SpotLightSource.cpp 49 paintingData.directionVector.setY(m_direction.y() - m_position.y());
78 paintingData.lightVector.setY(m_position.y() - y);
86 paintingData.colorVector.setY(0.0f);
112 paintingData.colorVector.setY(paintingData.privateColorVector.y() * lightStrength);
124 bool SpotLightSource::setY(float y)
128 m_position.setY(y);
152 m_direction.setY(pointsAtY);
  /external/webkit/Source/WebCore/svg/
SVGPathSegLinetoVertical.h 38 void setY(float y)
SVGPathSegCurvetoCubicSmooth.h 48 void setY(float y)
SVGPathSegCurvetoQuadratic.h 48 void setY(float y)
SVGPathSegWithContext.h 87 void setY(float y)
SVGPathSegArc.h 51 void setY(float y)
SVGPathSegCurvetoCubic.h 50 void setY(float y)
  /frameworks/rs/cpp/
Type.cpp 116 void Type::Builder::setY(int value) {
  /frameworks/rs/
rsAdapter.h 42 inline void setY(uint32_t y) {mY = y;}
  /frameworks/support/renderscript/v8/rs_support/
rsAdapter.h 42 inline void setY(uint32_t y) {mY = y;}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 88 public void setY(int y) {
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.h 82 void setY(float y) { m_y = y; }
FloatPoint3D.h 64 void setY(float y) { m_y = y; }
FloatRect.h 99 void setY(float y) { m_location.setY(y); }
128 m_location.setY(m_location.y() - dy);
IntPoint.h 90 void setY(int y) { m_y = y; }
220 point.setY(y);
  /cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java 52 public void setY(float value) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 50 public void setY(float value) {
AnimationLoading.java 125 shapeHolder.setY(y);
162 ball.setY((Float)animation.getAnimatedValue());
CustomEvaluator.java 80 public void setY(float y) {
104 mBall.setY(xyHolder.getY());
147 shapeHolder.setY(y - 25f);
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 179 public void setY(int y) {
  /frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
AllocationAdapter.java 179 public void setY(int y) {

Completed in 625 milliseconds

1 2 3