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

1 2

  /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)
PatternAttributes.h 72 void setY(const SVGLength& value)
  /frameworks/base/libs/rs/
rsAdapter.h 43 inline void setY(uint32_t y) {mY = 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);
IntRect.h 100 void setY(int y) { m_location.setY(y); }
127 setY(edge);
161 m_location.setY(m_location.y() - dy);
  /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) {
Type.java 234 public Builder setY(int value) {
  /external/skia/include/core/
SkPoint.h 39 void setY(int32_t y) { fY = y; }
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
TargetDrawable.java 163 public void setY(float y) {

Completed in 809 milliseconds

1 2