OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_x1
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h
29
:
m_x1
()
40
SVGLength x1() const { return
m_x1
; }
45
void setX1(const SVGLength& value) {
m_x1
= value; m_x1Set = true; }
57
SVGLength
m_x1
;
member in struct:WebCore::LinearGradientAttributes
SVGPathSegCurvetoQuadratic.h
35
,
m_x1
(x1)
54
float x1() const { return
m_x1
; }
57
m_x1
= x1;
71
float
m_x1
;
member in class:WebCore::SVGPathSegCurvetoQuadratic
SVGPathSegCurvetoCubic.h
35
,
m_x1
(x1)
56
float x1() const { return
m_x1
; }
59
m_x1
= x1;
87
float
m_x1
;
member in class:WebCore::SVGPathSegCurvetoCubic
SVGLineElement.cpp
44
,
m_x1
(LengthModeWidth)
SVGLinearGradientElement.cpp
50
,
m_x1
(LengthModeWidth)
/external/webkit/Source/WebCore/platform/animation/
TimingFunction.h
95
return
m_x1
== ctf->
m_x1
&& m_y1 == ctf->m_y1 && m_x2 == ctf->m_x2 && m_y2 == ctf->m_y2;
100
double x1() const { return
m_x1
; }
114
,
m_x1
(x1)
121
double
m_x1
;
member in class:WebCore::CubicBezierTimingFunction
/external/webkit/Source/WebCore/css/
CSSTimingFunctionValue.h
74
double x1() const { return
m_x1
; }
81
:
m_x1
(x1)
92
double
m_x1
;
member in class:WebCore::CSSCubicBezierTimingFunctionValue
CSSTimingFunctionValue.cpp
41
text += String::number(
m_x1
);
/external/webkit/Source/WebCore/platform/audio/
Biquad.h
83
double
m_x1
; // input delayed by 1 sample
member in class:WebCore::Biquad
Biquad.cpp
76
double x1 =
m_x1
;
104
m_x1
= x1;
177
m_x1
= m_x2 = m_y1 = m_y2 = 0.0;
Completed in 673 milliseconds