Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGElement

52 class SVGElement;
79 float value(const SVGElement* context) const;
80 float value(const SVGElement* context, ExceptionCode&) const;
81 void setValue(float, const SVGElement* context, ExceptionCode&);
92 void convertToSpecifiedUnits(unsigned short, const SVGElement* context, ExceptionCode&);
105 bool determineViewport(const SVGElement* context, float& width, float& height) const;
107 float convertValueFromPercentageToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
108 float convertValueFromUserUnitsToPercentage(float value, const SVGElement* context, ExceptionCode&) const;
110 float convertValueFromUserUnitsToEMS(float value, const SVGElement* context, ExceptionCode&) const;
111 float convertValueFromEMSToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;
113 float convertValueFromUserUnitsToEXS(float value, const SVGElement* context, ExceptionCode&) const;
114 float convertValueFromEXSToUserUnits(float value, const SVGElement* context, ExceptionCode&) const;