HomeSort by relevance Sort by last modified time
    Searched refs:svgMatrix (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransform.idl 33 [ImplementedAs=svgMatrix] readonly attribute SVGMatrix matrix;
36 [StrictTypeChecking] void setMatrix(SVGMatrix matrix);
SVGTransform.h 24 #include "core/svg/SVGMatrix.h"
55 SVGMatrix& svgMatrix() { return static_cast<SVGMatrix&>(m_matrix); }
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGMatrixTearOff.h 28 class SVGMatrixTearOff : public SVGPropertyTearOff<SVGMatrix> {
32 static PassRefPtr<SVGMatrixTearOff> create(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value)
39 static PassRefPtr<SVGMatrixTearOff> create(const SVGMatrix& initialValue)
47 static PassRefPtr<SVGMatrixTearOff> create(SVGPropertyTearOff<SVGTransform>* parent, SVGMatrix& value)
63 SVGPropertyTearOff<SVGMatrix>::commitChange();
73 setValue(transform->svgMatrix());
79 SVGMatrixTearOff(SVGAnimatedProperty* animatedProperty, SVGPropertyRole role, SVGMatrix& value)
80 : SVGPropertyTearOff<SVGMatrix>(animatedProperty, role, value)
86 SVGMatrixTearOff(const SVGMatrix& initialValue)
87 : SVGPropertyTearOff<SVGMatrix>(initialValue
    [all...]

Completed in 36 milliseconds