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

  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.cpp 225 AffineTransform& AffineTransform::scaleNonUniform(double sx, double sy)
TransformationMatrix.cpp 500 return scaleNonUniform(s, s);
510 return scaleNonUniform(-1.0f, 1.0f);
515 return scaleNonUniform(1.0f, -1.0f);
614 TransformationMatrix& TransformationMatrix::scaleNonUniform(double sx, double sy)
    [all...]

Completed in 12 milliseconds