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

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegLinetoHorizontal.h37 void setX(float x) function in class:WebCore::SVGPathSegLinetoHorizontal
H A DSVGPathSegWithContext.h40 void setX(float x) function in class:WebCore::SVGPathSegSingleCoordinate
H A DSVGPointTearOff.cpp47 void SVGPointTearOff::setX(float f, ExceptionState& exceptionState) function in class:WebCore::SVGPointTearOff
54 target()->setX(f);
H A DSVGRectTearOff.cpp46 void SVGRectTearOff::setX(float f, ExceptionState& exceptionState) function in class:WebCore::SVGRectTearOff
53 target()->setX(f);
H A DSVGPathSegCurvetoCubicSmooth.h40 void setX(float x) function in class:WebCore::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoQuadratic.h40 void setX(float x) function in class:WebCore::SVGPathSegCurvetoQuadratic
H A DSVGGlyphRefElement.cpp94 void SVGGlyphRefElement::setX(float x) function in class:WebCore::SVGGlyphRefElement
H A DSVGPathSegArc.h43 void setX(float x) function in class:WebCore::SVGPathSegArc
H A DSVGPathSegCurvetoCubic.h42 void setX(float x) function in class:WebCore::SVGPathSegCurvetoCubic
H A DSVGPoint.h64 void setX(float f) { m_value.setX(f); } function in class:WebCore::SVGPoint
H A DSVGRect.h61 void setX(float f) { m_value.setX(f); } function in class:WebCore::SVGRect
H A DPatternAttributes.h66 void setX(PassRefPtr<SVGLength> value) function in struct:WebCore::PatternAttributes
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMPoint.h50 void setX(float x) { m_x = x; } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthPoint.h52 void setX(const Length& x) { m_x = x; } function in struct:WebCore::LengthPoint
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DPointLightSource.cpp44 paintingData.lightVector.setX(m_position.x() - x);
50 bool PointLightSource::setX(float x) function in class:WebCore::PointLightSource
54 m_position.setX(x);
H A DLightSource.h80 virtual bool setX(float) { return false; } function in class:WebCore::LightSource
H A DSpotLightSource.cpp46 paintingData.directionVector.setX(m_direction.x() - m_position.x());
67 paintingData.lightVector.setX(m_position.x() - x);
75 paintingData.colorVector.setX(0.0f);
95 paintingData.colorVector.setX(paintingData.privateColorVector.x() * lightStrength);
100 bool SpotLightSource::setX(float x) function in class:WebCore::SpotLightSource
104 m_position.setX(x);
128 m_direction.setX(pointsAtX);
/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/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntPoint.h55 void setX(int x) { m_x = x; } function in class:WebCore::IntPoint
H A DFloatPoint.h67 void setX(float x) { m_x = x; } function in class:WebCore::FloatPoint
H A DFloatPoint3D.h61 void setX(float x) { m_x = x; } function in class:WebCore::FloatPoint3D
H A DIntRect.h75 void setX(int x) { m_location.setX(x); } function in class:WebCore::IntRect
98 setX(edge);
138 m_location.setX(m_location.x() - dx);
H A DLayoutPoint.h53 void setX(LayoutUnit x) { m_x = x; } function in class:WebCore::LayoutPoint
H A DFloatRect.h79 void setX(float x) { m_location.setX(x); } function in class:WebCore::FloatRect
102 setX(edge);
146 m_location.setX(m_location.x() - dx);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h71 void setX(LayoutUnit x) { ASSERT(!isInPlacedTree()); m_frameRect.setX(x); } function in class:WebCore::FloatingObject

Completed in 384 milliseconds

12