• Home
  • Raw
  • Download

Lines Matching refs:SVGMatrix

4923         Remove SVGMatrix, replace it by AffineTransform usage everywhere.
4927 The actual SVGMatrix -> AffineTransformation patch has been created
4959 * ksvg2/svg/SVGMatrix.cpp: Removed.
4960 * ksvg2/svg/SVGMatrix.h: Removed.
4961 * ksvg2/svg/SVGMatrix.idl:
5483 SVG types to POD types (ie. SVGMatrix* -> AffineTransform etc.)
5488 got disabled, until the SVGMatrix -> AffineTransform transition patch
5490 which would be a waste of time, as SVGMatrix is about to die.
27858 * ksvg2/svg/SVGMatrix.idl:
39400 * ksvg2/svg/SVGMatrix.cpp:
39401 * ksvg2/svg/SVGMatrix.h:
40663 * ksvg2/svg/SVGMatrix.h:
44627 * ksvg2/svg/SVGMatrix.cpp:
44628 * ksvg2/svg/SVGMatrix.h:
49396 * ksvg2/svg/SVGMatrix.idl: Ditto.
51423 * ksvg2/bindings/idl/svg/SVGMatrix.idl: Removed.
51585 * ksvg2/svg/SVGMatrix.cpp:
51586 (SVGMatrix::inverse):
51587 (SVGMatrix::rotateFromVector):
51588 * ksvg2/svg/SVGMatrix.h:
51589 * ksvg2/svg/SVGMatrix.idl: Added.
51974 * ksvg2/svg/SVGMatrix.cpp:
51975 (SVGMatrix::SVGMatrix):
51976 (SVGMatrix::copy):
51977 (SVGMatrix::postMultiply):
51978 (SVGMatrix::inverse):
51979 (SVGMatrix::postTranslate):
51980 (SVGMatrix::postScale):
51981 (SVGMatrix::postScaleNonUniform):
51982 (SVGMatrix::postRotate):
51983 (SVGMatrix::postRotateFromVector):
51984 (SVGMatrix::postFlipX):
51985 (SVGMatrix::postFlipY):
51986 (SVGMatrix::postSkewX):
51987 (SVGMatrix::postSkewY):
51988 (SVGMatrix::multiply):
51989 (SVGMatrix::translate):
51990 (SVGMatrix::scale):
51991 (SVGMatrix::scaleNonUniform):
51992 (SVGMatrix::rotate):
51993 (SVGMatrix::rotateFromVector):
51994 (SVGMatrix::flipX):
51995 (SVGMatrix::flipY):
51996 (SVGMatrix::skewX):
51997 (SVGMatrix::skewY):
51998 (SVGMatrix::setMatrix):
51999 (SVGMatrix::qmatrix):
52000 (SVGMatrix::removeScale):
52001 * ksvg2/svg/SVGMatrix.h: