OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_y2
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Biquad.h
111
double
m_y2
; // output delayed by 2 samples
member in class:WebCore::Biquad
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegCurvetoCubicSmooth.h
35
,
m_y2
(y2)
60
float y2() const { return
m_y2
; }
63
m_y2
= y2;
71
float
m_y2
;
member in class:WebCore::SVGPathSegCurvetoCubicSmooth
LinearGradientAttributes.h
31
,
m_y2
()
42
SVGLength y2() const { return
m_y2
; }
47
void setY2(const SVGLength& value) {
m_y2
= value; m_y2Set = true; }
59
SVGLength
m_y2
;
member in struct:WebCore::LinearGradientAttributes
SVGPathSegCurvetoCubic.h
37
,
m_y2
(y2)
76
float y2() const { return
m_y2
; }
79
m_y2
= y2;
89
float
m_y2
;
member in class:WebCore::SVGPathSegCurvetoCubic
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSTimingFunctionValue.h
64
double y2() const { return
m_y2
; }
74
,
m_y2
(y2)
81
double
m_y2
;
member in class:WebCore::CSSCubicBezierTimingFunctionValue
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunction.h
138
return UnitBezier(m_x1, m_y1, m_x2,
m_y2
).solve(fraction, accuracy);
148
return m_x1 == ctf->m_x1 && m_y1 == ctf->m_y1 && m_x2 == ctf->m_x2 &&
m_y2
== ctf->
m_y2
;
156
double y2() const { return
m_y2
; }
166
,
m_y2
(y2)
174
double
m_y2
;
member in class:WebCore::CubicBezierTimingFunction
Completed in 410 milliseconds