Home
last modified time | relevance | path

Searched refs:GdipGetImageVerticalResolution (Results 1 – 8 of 8) sorted by relevance

/reactos/base/applications/mspaint/
H A Datlimagedx.h184 using FN_GetImageVerticalResolution = decltype(&GPDE::GdipGetImageVerticalResolution);
/reactos/modules/rostests/winetests/gdiplus/
H A Dmetafile.c438 stat = GdipGetImageVerticalResolution((GpImage*)metafile, &yres); in test_empty()
523 stat = GdipGetImageVerticalResolution((GpImage*)metafile, &yres); in test_empty()
812 stat = GdipGetImageVerticalResolution((GpImage*)metafile, &yres); in test_emfonly()
955 stat = GdipGetImageVerticalResolution((GpImage*)metafile, &yres); in test_emfonly()
1380 stat = GdipGetImageVerticalResolution((GpImage*)metafile, &dpiy); in test_pagetransform()
1945 stat = GdipGetImageVerticalResolution((GpImage*)metafile, &dpiy); in test_frameunit()
H A Dimage.c1483 stat = GdipGetImageVerticalResolution(img, &res); in test_loadwmf()
1541 stat = GdipGetImageVerticalResolution(img, &res); in test_createfromwmf()
1605 stat = GdipGetImageVerticalResolution(NULL, &res); in test_resolution()
1608 stat = GdipGetImageVerticalResolution((GpImage*)bitmap, NULL); in test_resolution()
1629 stat = GdipGetImageVerticalResolution((GpImage*)bitmap, &res); in test_resolution()
1650 stat = GdipGetImageVerticalResolution((GpImage*)bitmap, &res); in test_resolution()
H A Dgraphics.c115 status = GdipGetImageVerticalResolution(u.image, &res); in create_graphics()
5050 stat = GdipGetImageVerticalResolution((GpImage*)bitmap, &imageres); in test_bitmapfromgraphics()
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec284 284 stdcall GdipGetImageVerticalResolution(ptr ptr)
H A Dimage.c2378 GpStatus WINGDIPAPI GdipGetImageVerticalResolution(GpImage *image, REAL *res) in GdipGetImageVerticalResolution() function
/reactos/sdk/include/psdk/
H A Dgdiplusheaders.h250 SetStatus(DllExports::GdipGetImageVerticalResolution(nativeImage, &resolution)); in GetVerticalResolution()
H A Dgdiplusflat.h857 GdipGetImageVerticalResolution(GpImage *, REAL *);