OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFx
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
RadialGradientAttributes.h
51
void
setFx
(const SVGLength& value) { m_fx = value; m_fxSet = true; }
SVGRadialGradientElement.cpp
189
attributes.
setFx
(radial->fx());
215
attributes.
setFx
(attributes.cx());
Completed in 54 milliseconds