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

1 2 3 4

  /external/chromium_org/v8/test/mjsunit/
accessors-on-global-object.js 47 function setY(value) { y = value; }
50 setY(i);
  /external/v8/test/mjsunit/
accessors-on-global-object.js 47 function setY(value) { y = value; }
50 setY(i);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegLinetoVertical.h 37 void setY(float y)
SVGGlyphRefElement.cpp 115 void SVGGlyphRefElement::setY(float y)
SVGPathSegCurvetoCubicSmooth.h 47 void setY(float y)
SVGPathSegCurvetoQuadratic.h 47 void setY(float y)
SVGPathSegWithContext.h 86 void setY(float y)
SVGPathSegArc.h 50 void setY(float y)
SVGPathSegCurvetoCubic.h 49 void setY(float y)
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMPoint.h 50 void setY(float y) { m_y = y; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
PointLightSource.cpp 46 paintingData.lightVector.setY(m_position.y() - y);
59 bool PointLightSource::setY(float y)
63 m_position.setY(y);
SpotLightSource.cpp 48 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)
127 m_position.setY(y);
151 m_direction.setY(pointsAtY);
LightSource.h 79 virtual bool setY(float) { return false; }
  /development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
FractionalLinearLayout.java 51 setY(mScreenHeight);
60 setY((mScreenHeight > 0) ? (mScreenHeight - yFraction * mScreenHeight) : 0);
  /frameworks/rs/
rsAdapter.h 42 inline void setY(uint32_t y) {mY = y;}
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
IntPoint.h 57 void setY(int y) { m_y = y; }
FloatPoint.h 71 void setY(float y) { m_y = y; }
FloatPoint3D.h 64 void setY(float y) { m_y = y; }
LayoutPoint.h 54 void setY(LayoutUnit y) { m_y = 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) {
  /frameworks/rs/cpp/
Type.cpp 135 void Type::Builder::setY(uint32_t value) {
  /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());
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 180 public void setY(int y) {

Completed in 779 milliseconds

1 2 3 4