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/
SVGPathSegCurvetoCubicSmooth.h
61
void
setY2
(float y2)
SVGPathSegCurvetoCubic.h
77
void
setY2
(float y2)
LinearGradientAttributes.h
48
void
setY2
(PassRefPtr<SVGLength> value) { m_y2 = value; m_y2Set = true; }
SVGLinearGradientElement.cpp
139
attributes.
setY2
(linear->y2()->currentValue());
Completed in 562 milliseconds