Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dgdiplusbrush.h341 return SetStatus(DllExports::GdipScaleLineTransform(gradient, sx, sy, order));
H A Dgdiplusflat.h985 GdipScaleLineTransform(GpLineGradient *, REAL, REAL, GpMatrixOrder);
/reactos/modules/rostests/winetests/gdiplus/
H A Dbrush.c360 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 Dgdiplus.spec479 479 stdcall GdipScaleLineTransform(ptr float float long)
H A Dbrush.c2141 GpStatus WINGDIPAPI GdipScaleLineTransform(GpLineGradient *brush, REAL sx, REAL sy, in GdipScaleLineTransform() function