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

1 2

  /external/webkit/Source/WebCore/page/
WebKitPoint.h 49 void setX(float x) { m_x = x; }
  /external/webkit/Source/WebCore/platform/graphics/filters/
PointLightSource.cpp 46 paintingData.lightVector.setX(m_position.x() - x);
52 bool PointLightSource::setX(float x)
56 m_position.setX(x);
LightSource.cpp 51 bool LightSource::setX(float x)
54 return static_cast<SpotLightSource*>(this)->setX(x);
56 return static_cast<PointLightSource*>(this)->setX(x);
SpotLightSource.cpp 48 paintingData.directionVector.setX(m_direction.x() - m_position.x());
77 paintingData.lightVector.setX(m_position.x() - x);
85 paintingData.colorVector.setX(0.0f);
111 paintingData.colorVector.setX(paintingData.privateColorVector.x() * lightStrength);
116 bool SpotLightSource::setX(float x)
120 m_position.setX(x);
144 m_direction.setX(pointsAtX);
  /external/skia/gpu/include/
GrGpuVertex.h 56 void setX(GrFixed x, GrFixed y) {
95 ((GrGpuTextVertex*)(v + 0*stride))->setX(l, t);
96 ((GrGpuTextVertex*)(v + 1*stride))->setX(l, b);
97 ((GrGpuTextVertex*)(v + 2*stride))->setX(r, b);
98 ((GrGpuTextVertex*)(v + 3*stride))->setX(r, t);
  /external/webkit/Source/WebCore/svg/
SVGPathSegLinetoHorizontal.h 38 void setX(float x)
SVGPathSegCurvetoCubicSmooth.h 41 void setX(float x)
SVGPathSegCurvetoQuadratic.h 41 void setX(float x)
SVGPathSegWithContext.h 80 void setX(float x)
SVGPathSegArc.h 44 void setX(float x)
SVGPathSegCurvetoCubic.h 43 void setX(float x)
PatternAttributes.h 66 void setX(const SVGLength& value)
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.h 81 void setX(float x) { m_x = x; }
FloatPoint3D.h 61 void setX(float x) { m_x = x; }
FloatRect.h 98 void setX(float x) { m_location.setX(x); }
124 m_location.setX(m_location.x() - dx);
IntPoint.h 89 void setX(int x) { m_x = x; }
219 point.setX(x);
IntRect.h 99 void setX(int x) { m_location.setX(x); }
116 setX(edge);
156 m_location.setX(m_location.x() - dx);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ShapeHolder.java 44 public void setX(float value) {
CustomEvaluator.java 72 public void setX(float x) {
103 mBall.setX(xyHolder.getX());
146 shapeHolder.setX(x - 25f);
  /external/skia/include/core/
SkPoint.h 38 void setX(int32_t x) { fX = x; }
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
TargetDrawable.java 159 public void setX(float x) {
  /frameworks/base/graphics/java/android/renderscript/
Type.java 226 public Builder setX(int value) {
  /external/webkit/Source/WebCore/rendering/
InlineBox.h 225 void setX(float x) { m_x = x; }
RenderBox.h 52 void setX(int x) { m_frameRect.setX(x); }
67 setX(left);
76 setX(top);
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 158 public void setX(float value) {

Completed in 421 milliseconds

1 2