OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_x2
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
Biquad.h
84
double
m_x2
; // input delayed by 2 samples
member in class:WebCore::Biquad
/external/webkit/Source/WebCore/svg/
SVGPathSegCurvetoCubicSmooth.h
35
,
m_x2
(x2)
54
float x2() const { return
m_x2
; }
57
m_x2
= x2;
71
float
m_x2
;
member in class:WebCore::SVGPathSegCurvetoCubicSmooth
LinearGradientAttributes.h
31
,
m_x2
(LengthModeWidth, "100%")
42
SVGLength x2() const { return
m_x2
; }
47
void setX2(const SVGLength& value) {
m_x2
= value; m_x2Set = true; }
59
SVGLength
m_x2
;
member in struct:WebCore::LinearGradientAttributes
SVGPathSegCurvetoCubic.h
37
,
m_x2
(x2)
70
float x2() const { return
m_x2
; }
73
m_x2
= x2;
89
float
m_x2
;
member in class:WebCore::SVGPathSegCurvetoCubic
/external/webkit/Source/WebCore/css/
CSSTimingFunctionValue.h
76
double x2() const { return
m_x2
; }
83
,
m_x2
(x2)
94
double
m_x2
;
member in class:WebCore::CSSCubicBezierTimingFunctionValue
/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;
102
double x2() const { return
m_x2
; }
116
,
m_x2
(x2)
123
double
m_x2
;
member in class:WebCore::CubicBezierTimingFunction
Completed in 62 milliseconds