Searched refs:m_x1 (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathSegCurvetoQuadratic.h | 34 , m_x1(x1) in SVGPathSegCurvetoQuadratic() 53 float x1() const { return m_x1; } in x1() 56 m_x1 = x1; in setX1() 70 float m_x1; variable
|
D | LinearGradientAttributes.h | 28 : m_x1() in LinearGradientAttributes() 39 SVGLength x1() const { return m_x1; } in x1() 44 void setX1(const SVGLength& value) { m_x1 = value; m_x1Set = true; } in setX1() 56 SVGLength m_x1;
|
D | SVGPathSegCurvetoCubic.h | 34 , m_x1(x1) in SVGPathSegCurvetoCubic() 55 float x1() const { return m_x1; } in x1() 58 m_x1 = x1; in setX1() 86 float m_x1; variable
|
D | SVGLineElement.cpp | 49 , m_x1(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
|
D | SVGLinearGradientElement.cpp | 52 , m_x1(LengthModeWidth) in DEFINE_ANIMATED_LENGTH()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeInterval.h | 42 : m_x1(x1) in m_x1() function 48 T x1() const { return m_x1; } in x1() 50 T width() const { return m_x2 - m_x1; } in width() 51 bool isEmpty() const { return m_x1 == m_x2; } in isEmpty() 56 m_x1 = x1; in setX1() 61 ASSERT(x2 >= m_x1); in setX2() 68 m_x1 = x1; in set() 211 T m_x1;
|
D | RasterShape.cpp | 46 int m_x1; member in WebCore::MarginIntervalGenerator 52 , m_x1(0) in MarginIntervalGenerator() 65 m_x1 = interval.x1(); in set() 73 return IntShapeInterval(m_x1 - dx, m_x2 + dx); in intervalAt()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSTimingFunctionValue.cpp | 36 + String::number(m_x1) + ", " in customCSSText() 44 return m_x1 == other.m_x1 && m_x2 == other.m_x2 && m_y1 == other.m_y1 && m_y2 == other.m_y2; in equals()
|
D | CSSTimingFunctionValue.h | 43 double x1() const { return m_x1; } in x1() 53 , m_x1(x1) in CSSCubicBezierTimingFunctionValue() 60 double m_x1; variable
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
D | TimingFunction.h | 145 m_bezier = adoptPtr(new UnitBezier(m_x1, m_y1, m_x2, m_y2)); in evaluate() 149 double x1() const { return m_x1; } in x1() 159 , m_x1(x1) in CubicBezierTimingFunction() 167 double m_x1; variable
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | Biquad.h | 109 double m_x1; // input delayed by 1 sample variable
|
D | Biquad.cpp | 90 double x1 = m_x1; in process() 117 m_x1 = DenormalDisabler::flushDenormalFloatToZero(x1); in process() 205 m_x1 = m_x2 = m_y1 = m_y2 = 0; in reset()
|