Home | History | Annotate | Download | only in svg

Lines Matching refs:fx

46 DEFINE_ANIMATED_LENGTH(SVGRadialGradientElement, SVGNames::fxAttr, Fx, fx)
189 attributes.setFx(radial->fx());
213 // Handle default values for fx/fy
225 focalPoint = FloatPoint(attributes.fx().valueAsPercentage(), attributes.fy().valueAsPercentage());
229 focalPoint = FloatPoint(attributes.fx().value(this), attributes.fy().value(this));
239 // Spec: If (fx, fy) lies outside the circle defined by (cx, cy) and r, set
240 // (fx, fy) to the point of intersection of the line through (fx, fy) and the circle.
256 || fx().isRelative()