OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setY2
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
LinearGradientAttributes.h
47
void
setY2
(const SVGLength& value) { m_y2 = value; m_y2Set = true; }
SVGPathSegCurvetoCubic.h
77
void
setY2
(float y2)
SVGPathSegCurvetoCubicSmooth.h
61
void
setY2
(float y2)
SVGLinearGradientElement.cpp
162
attributes.
setY2
(linear->y2CurrentValue());
Completed in 222 milliseconds