Searched refs:GdipScaleWorldTransform (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | metafile.c | 1606 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 D | graphics.c | 1835 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 D | region.c | 1173 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 D | gdiplus.spec | 484 484 stdcall GdipScaleWorldTransform(ptr float float long)
|
H A D | graphics.c | 6055 GpStatus WINGDIPAPI GdipScaleWorldTransform(GpGraphics *graphics, REAL sx, in GdipScaleWorldTransform() function
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 1369 return SetStatus(DllExports::GdipScaleWorldTransform(nativeGraphics, sx, sy, order));
|
H A D | gdiplusflat.h | 616 GdipScaleWorldTransform(GpGraphics *, REAL, REAL, GpMatrixOrder);
|