Searched refs:setX (Results 1 - 25 of 113) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegLinetoHorizontal.h37 void setX(float x) function in class:blink::SVGPathSegLinetoHorizontal
H A DSVGPointTearOff.cpp46 void SVGPointTearOff::setX(float f, ExceptionState& exceptionState) function in class:blink::SVGPointTearOff
53 target()->setX(f);
H A DSVGRectTearOff.cpp45 void SVGRectTearOff::setX(float f, ExceptionState& exceptionState) function in class:blink::SVGRectTearOff
52 target()->setX(f);
H A DSVGPathSegWithContext.h39 void setX(float x) function in class:blink::SVGPathSegSingleCoordinate
H A DSVGGlyphRefElement.h43 void setX(float);
H A DSVGPathSegCurvetoCubic.h42 void setX(float x) function in class:blink::SVGPathSegCurvetoCubic
H A DSVGPathSegCurvetoCubicSmooth.h40 void setX(float x) function in class:blink::SVGPathSegCurvetoCubicSmooth
H A DSVGPathSegCurvetoQuadratic.h40 void setX(float x) function in class:blink::SVGPathSegCurvetoQuadratic
H A DSVGPointTearOff.h50 void setX(float, ExceptionState&);
H A DSVGRectTearOff.h48 void setX(float, ExceptionState&);
H A DSVGPoint.h63 void setX(float f) { m_value.setX(f); } function in class:blink::SVGPoint
H A DSVGRect.h60 void setX(float f) { m_value.setX(f); } function in class:blink::SVGRect
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMRect.h17 void setX(double x) { m_x = x; } function in class:blink::FINAL
H A DDOMPoint.h19 void setX(double x) { m_x = x; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthPoint.h52 void setX(const Length& x) { m_x = x; } function in struct:blink::LengthPoint
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
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);
H A DDistantLightSource.cpp42 paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation));
H A DPointLightSource.cpp44 paintingData.lightVector.setX(m_position.x() - x);
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBackgroundImageGeometry.cpp13 m_phase.setX(-std::min(xOffset, 0));
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.cpp78 m_location.setX(left);
99 m_location.setX(left);
120 m_location.setX(left);
128 m_location.setX((int)(x() * s));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderVTTCue.cpp121 setX(x() + position);
190 setX(x() + step);
197 setX(m_fallbackPosition.x());
H A DRenderOverflow.h89 m_layoutOverflow.setX(maxX - m_layoutOverflow.width());
97 m_visualOverflow.setX(std::min(rect.x(), m_visualOverflow.x()));
H A DRenderSliderContainer.cpp138 thumbLocation.setX(thumbLocation.x() + offset);
140 thumbLocation.setX(thumbLocation.x() - offset);
/external/clang/test/Analysis/
H A Dderived-to-base.cpp44 void setX() { x = 42; } function in class:VirtualBaseClasses::C
53 d.setX();
57 dv.setX();
61 dv2.setX();
79 void setX() { x = 42; } function in class:VirtualBaseClasses::CI
86 d.setX();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp301 containerViewportRect.setX(containerViewportRect.x() - ScrollableArea::pixelsPerLineStep());
544 exitPoint.setX(startingRect.x());
546 entryPoint.setX(potentialRect.maxX());
548 entryPoint.setX(startingRect.x());
558 exitPoint.setX(startingRect.maxX());
560 entryPoint.setX(potentialRect.x());
562 entryPoint.setX(startingRect.maxX());
598 exitPoint.setX(startingRect.x());
600 entryPoint.setX(potentialRect.maxX());
602 entryPoint.setX(startingRec
[all...]

Completed in 358 milliseconds

12345