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

  /external/webkit/Source/WebCore/svg/
SVGMatrix.h 57 SVGMatrix scaleNonUniform(double sx, double sy)
  /external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp 225 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy)
TransformationMatrix.cpp 513 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)
    [all...]

Completed in 118 milliseconds