HomeSort by relevance Sort by last modified time
    Searched defs:SVGTransform (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTransform.cpp 22 #include "core/svg/SVGTransform.h"
33 SVGTransform::SVGTransform()
39 SVGTransform::SVGTransform(SVGTransformType type, ConstructionMode mode)
47 SVGTransform::SVGTransform(const AffineTransform& matrix)
54 void SVGTransform::setMatrix(const AffineTransform& matrix)
61 void SVGTransform::updateSVGMatrix()
64 // Spec: In case the matrix object is changed directly (i.e., without using the methods on the SVGTransform interface itself
    [all...]
SVGTransform.h 32 class SVGTransform {
49 SVGTransform();
50 SVGTransform(SVGTransformType, ConstructionMode = ConstructIdentityTransform);
51 explicit SVGTransform(const AffineTransform&);
79 friend bool operator==(const SVGTransform& a, const SVGTransform& b);
87 inline bool operator==(const SVGTransform& a, const SVGTransform& b)
92 inline bool operator!=(const SVGTransform& a, const SVGTransform& b
    [all...]

Completed in 70 milliseconds