Searched defs:setX (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/page/
H A DWebKitPoint.h49 void setX(float x) { m_x = x; } function in class:WebCore::WebKitPoint
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DPointLightSource.cpp46 paintingData.lightVector.setX(m_position.x() - x);
52 bool PointLightSource::setX(float x) function in class:WebCore::PointLightSource
56 m_position.setX(x);
H A DLightSource.cpp51 bool LightSource::setX(float x) function in class:WebCore::LightSource
54 return static_cast<SpotLightSource*>(this)->setX(x);
56 return static_cast<PointLightSource*>(this)->setX(x);
H A DSpotLightSource.cpp48 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) function in class:WebCore::SpotLightSource
120 m_position.setX(x);
144 m_direction.setX(pointsAtX);
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegLinetoHorizontal.h38 void setX(float x) function in class:WebCore::SVGPathSegLinetoHorizontal
H A DSVGPathSegWithContext.h80 void setX(float x) function in class:WebCore::SVGPathSegSingleCoordinate
H A DSVGPathSegCurvetoCubicSmooth.h41 void setX(float x) function in class:WebCore::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoQuadratic.h41 void setX(float x) function in class:WebCore::SVGPathSegCurvetoQuadratic
H A DSVGPathSegArc.h44 void setX(float x) function in class:WebCore::SVGPathSegArc
H A DSVGPathSegCurvetoCubic.h43 void setX(float x) function in class:WebCore::SVGPathSegCurvetoCubic
H A DPatternAttributes.h66 void setX(const SVGLength& value) function in struct:WebCore::PatternAttributes
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraphItem.java80 public void setX(int x) { method in class:TimeLineGraphItem
/external/skia/src/gpu/
H A DGrGpuVertex.h49 void setX(GrFixed x, GrFixed y) { function in struct:GrGpuTextVertex
88 ((GrGpuTextVertex*)(v + 0*stride))->setX(l, t);
89 ((GrGpuTextVertex*)(v + 1*stride))->setX(l, b);
90 ((GrGpuTextVertex*)(v + 2*stride))->setX(r, b);
91 ((GrGpuTextVertex*)(v + 3*stride))->setX(r, t);
/external/clang/test/Analysis/
H A Dderived-to-base.cpp42 void setX() { x = 42; } function in class:VirtualBaseClasses::C
51 d.setX();
55 dv.setX();
59 dv2.setX();
77 void setX() { x = 42; } function in class:VirtualBaseClasses::CI
84 d.setX();
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatPoint.h81 void setX(float x) { m_x = x; } function in class:WebCore::FloatPoint
H A DIntPoint.h89 void setX(int x) { m_x = x; } function in class:WebCore::IntPoint
219 point.setX(x);
H A DFloatPoint3D.h61 void setX(float x) { m_x = x; } function in class:WebCore::FloatPoint3D
H A DFloatRect.h98 void setX(float x) { m_location.setX(x); } function in class:WebCore::FloatRect
124 m_location.setX(m_location.x() - dx);
H A DIntRect.h99 void setX(int x) { m_location.setX(x); } function in class:WebCore::IntRect
116 setX(edge);
156 m_location.setX(m_location.x() - dx);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacter.java76 public void setX(int x) { method in class:BitmapCharacter
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DVector2f.java601 public Vector2f setX(float x) { method in class:Vector2f
H A DVector3f.java996 public Vector3f setX(float x) { method in class:Vector3f
H A DVector4f.java924 public Vector4f setX(float x) { method in class:Vector4f
/external/skia/include/core/
H A DSkPoint.h31 void setX(int32_t x) { fX = x; } function in struct:SkIPoint
/external/webkit/Source/WebCore/rendering/
H A DInlineBox.h225 void setX(float x) { m_x = x; } function in class:WebCore::InlineBox

Completed in 2009 milliseconds

12