Home
last modified time | relevance | path

Searched refs:GdipScaleWorldTransform (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dmetafile.c1606 stat = GdipScaleWorldTransform(graphics, 2.0, 4.0, MatrixOrderPrepend); in test_worldtransform()
2019 stat = GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderPrepend); in test_containers()
2034 stat = GdipScaleWorldTransform(graphics, 1.0, 1.0, MatrixOrderPrepend); in test_containers()
2053 stat = GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderPrepend); in test_containers()
2059 stat = GdipScaleWorldTransform(graphics, 4.0, 4.0, MatrixOrderPrepend); in test_containers()
H A Dgraphics.c1835 status = GdipScaleWorldTransform(graphics, 1.0, 1.0, MatrixOrderPrepend); in test_Get_Release_DC()
2164 status = GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderAppend); in test_clip_xform()
2179 status = GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderAppend); in test_clip_xform()
2537 status = GdipScaleWorldTransform(graphics, 0.5, 0.5, MatrixOrderPrepend); in test_GdipGetVisibleClipBounds_window()
3689 status = GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderPrepend); in test_getdc_scaled()
4339 status = GdipScaleWorldTransform(graphics, 0.01, 0.01, MatrixOrderAppend); in test_font_height_scaling()
6231 status = GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderPrepend); in test_container_rects()
H A Dregion.c1173 status = GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderPrepend); in test_gethrgn()
1784 status = GdipScaleWorldTransform(graphics, 2.0, 2.0, MatrixOrderPrepend); in test_getbounds()
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec484 484 stdcall GdipScaleWorldTransform(ptr float float long)
H A Dgraphics.c6055 GpStatus WINGDIPAPI GdipScaleWorldTransform(GpGraphics *graphics, REAL sx, in GdipScaleWorldTransform() function
/reactos/sdk/include/psdk/
H A Dgdiplusgraphics.h1369 return SetStatus(DllExports::GdipScaleWorldTransform(nativeGraphics, sx, sy, order));
H A Dgdiplusflat.h616 GdipScaleWorldTransform(GpGraphics *, REAL, REAL, GpMatrixOrder);