Searched refs:GdipScaleLineTransform (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | gdiplusbrush.h | 341 return SetStatus(DllExports::GdipScaleLineTransform(gradient, sx, sy, order));
|
H A D | gdiplusflat.h | 985 GdipScaleLineTransform(GpLineGradient *, REAL, REAL, GpMatrixOrder);
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | brush.c | 360 status = GdipScaleLineTransform(NULL, 1, 1, MatrixOrderPrepend); in test_transform() 419 status = GdipScaleLineTransform(line, 4.0, 0.5, MatrixOrderAppend); in test_transform()
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 479 479 stdcall GdipScaleLineTransform(ptr float float long)
|
H A D | brush.c | 2141 GpStatus WINGDIPAPI GdipScaleLineTransform(GpLineGradient *brush, REAL sx, REAL sy, in GdipScaleLineTransform() function
|