OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setY1
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h
46
void
setY1
(const SVGLength& value) { m_y1 = value; m_y1Set = true; }
SVGPathSegCurvetoQuadratic.h
62
void
setY1
(float y1)
SVGPathSegCurvetoCubic.h
64
void
setY1
(float y1)
SVGLinearGradientElement.cpp
172
attributes.
setY1
(linear->y1());
Completed in 210 milliseconds