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

/external/webkit/Source/WebCore/svg/
H A DSVGMatrix.h57 SVGMatrix scaleNonUniform(double sx, double sy) function in class:WebCore::SVGMatrix
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.cpp225 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy) function in class:WebCore::AffineTransform
H A DTransformationMatrix.cpp513 return scaleNonUniform(s, s);
523 return scaleNonUniform(-1.0f, 1.0f);
528 return scaleNonUniform(1.0f, -1.0f);
627 TransformationMatrix& TransformationMatrix::scaleNonUniform(double sx, double sy) function in class:WebCore::TransformationMatrix

Completed in 54 milliseconds