Home
last modified time | relevance | path

Searched refs:GdipScalePenTransform (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dpen.c498 status = GdipScalePenTransform(NULL, 1.0, 1.0, MatrixOrderPrepend); in test_transform()
501 status = GdipScalePenTransform(pen, 1.0, 1.0, MatrixOrderPrepend); in test_transform()
512 status = GdipScalePenTransform(pen, 2.0, -10.0, MatrixOrderPrepend); in test_transform()
523 status = GdipScalePenTransform(pen, 2.0, -10.0, MatrixOrderAppend); in test_transform()
545 status = GdipScalePenTransform(pen, 2.0, -10.0, MatrixOrderPrepend); in test_transform()
577 status = GdipScalePenTransform(pen, 2.0, -10.0, MatrixOrderAppend); in test_transform()
615 status = GdipScalePenTransform(pen, 2.0, -10.0, MatrixOrderAppend); in test_transform()
/reactos/sdk/include/psdk/
H A Dgdipluspen.h243 return SetStatus(DllExports::GdipScalePenTransform(nativePen, sx, sy, order));
H A Dgdiplusflat.h1257 GdipScalePenTransform(GpPen *, REAL, REAL, GpMatrixOrder);
/reactos/dll/win32/gdiplus/
H A Dpen.c471 GpStatus WINGDIPAPI GdipScalePenTransform(GpPen *pen, REAL sx, REAL sy, GpMatrixOrder order) in GdipScalePenTransform() function
H A Dgdiplus.spec482 482 stdcall GdipScalePenTransform(ptr float float long)