Home
last modified time | relevance | path

Searched refs:shearY (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dgdiplusmatrix.h181 Shear(REAL shearX, REAL shearY, MatrixOrder order = MatrixOrderPrepend)
183 return SetStatus(DllExports::GdipShearMatrix(nativeMatrix, shearX, shearY, order));
/reactos/dll/win32/gdiplus/
H A Dmatrix.c335 GpStatus WINGDIPAPI GdipShearMatrix(GpMatrix *matrix, REAL shearX, REAL shearY, in GdipShearMatrix() argument
340 TRACE("(%p, %.2f, %.2f, %d)\n", matrix, shearX, shearY, order); in GdipShearMatrix()
347 shear[1] = shearY; in GdipShearMatrix()