Searched refs:GdipScalePenTransform (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | pen.c | 498 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 D | gdipluspen.h | 243 return SetStatus(DllExports::GdipScalePenTransform(nativePen, sx, sy, order));
|
H A D | gdiplusflat.h | 1257 GdipScalePenTransform(GpPen *, REAL, REAL, GpMatrixOrder);
|
/reactos/dll/win32/gdiplus/ |
H A D | pen.c | 471 GpStatus WINGDIPAPI GdipScalePenTransform(GpPen *pen, REAL sx, REAL sy, GpMatrixOrder order) in GdipScalePenTransform() function
|
H A D | gdiplus.spec | 482 482 stdcall GdipScalePenTransform(ptr float float long)
|