OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setX1
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h
45
void
setX1
(const SVGLength& value) { m_x1 = value; m_x1Set = true; }
SVGPathSegCurvetoQuadratic.h
55
void
setX1
(float x1)
SVGPathSegCurvetoCubic.h
57
void
setX1
(float x1)
SVGLinearGradientElement.cpp
169
attributes.
setX1
(linear->x1());
Completed in 44 milliseconds