Searched defs:scaleNonUniform (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMatrix.h57 SVGMatrix scaleNonUniform(double sx, double sy) function in class:WebCore::SVGMatrix
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DAffineTransform.cpp176 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy) function in class:WebCore::AffineTransform
H A DTransformationMatrix.cpp530 return scaleNonUniform(s, s);
540 return scaleNonUniform(-1.0, 1.0);
545 return scaleNonUniform(1.0, -1.0);
714 TransformationMatrix& TransformationMatrix::scaleNonUniform(double sx, double sy) function in class:WebCore::TransformationMatrix
730 scaleNonUniform(sx, sy);

Completed in 88 milliseconds