Home
last modified time | relevance | path

Searched refs:GdipGetDpiY (Results 1 – 19 of 19) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgraphics.c1375 status = GdipGetDpiY (graphics, &dpiY); in test_dpiY()
1380 status = GdipGetDpiY (NULL, &dpiY); in test_dpiY()
1383 status = GdipGetDpiY (graphics, NULL); in test_dpiY()
1389 status = GdipGetDpiY (graphics, &dpiY); in test_dpiY()
1392 status = GdipGetDpiY (graphics, NULL); in test_dpiY()
H A Dtestbitmap.c729 GdipGetDpiY (bitmapGraphics, &dpiY); in test_createBitmapFromGraphics()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.h119 GpStatus WINGDIPAPI GdipGetDpiY (GpGraphics *graphics, REAL *dpi);
H A Dbitmap.c1014 GdipGetDpiY (graphics, &result->active_bitmap->dpi_vert); in GdipCreateBitmapFromGraphics()
H A Dgraphics.c1642 GdipGetDpiY (GpGraphics *graphics, REAL *dpi) in GdipGetDpiY() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h1064 updateStatus(DllExports::GdipGetDpiY(nativeGraphics, &result)); in GetDpiY()
H A Dgdiplusflat.h184 GpStatus WINGDIPAPI GdipGetDpiY(GpGraphics*,REAL*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusgraphics.h1069 updateStatus(DllExports::GdipGetDpiY(nativeGraphics, &result)); in GetDpiY()
H A Dgdiplusflat.h189 GpStatus WINGDIPAPI GdipGetDpiY(GpGraphics*,REAL*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusgraphics.h1069 updateStatus(DllExports::GdipGetDpiY(nativeGraphics, &result)); in GetDpiY()
H A Dgdiplusflat.h189 GpStatus WINGDIPAPI GdipGetDpiY(GpGraphics*,REAL*);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h1064 updateStatus(DllExports::GdipGetDpiY(nativeGraphics, &result)); in GetDpiY()
H A Dgdiplusflat.h184 GpStatus WINGDIPAPI GdipGetDpiY(GpGraphics*,REAL*);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.Unix.cs2014 int status = SafeNativeMethods.Gdip.GdipGetDpiY(nativeObject, out y);
H A DGraphics.Windows.cs525 … int status = SafeNativeMethods.Gdip.GdipGetDpiY(new HandleRef(this, NativeGraphics), dpi);
H A DGdiplusNative.Windows.cs818 …internal static int GdipGetDpiY(HandleRef graphics, float[] dpi) => GdipGetDpiY_ptr.Delegate(graph… in GdipGetDpiY() method in System.Drawing.SafeNativeMethods.Gdip
H A DGdiplusNative.Unix.cs621 …internal static int GdipGetDpiY(IntPtr graphics, out float dpi) => GdipGetDpiY_ptr.Delegate(graphi… in GdipGetDpiY() method in System.Drawing.SafeNativeMethods.Gdip
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DGraphics.cs2278 Status status = GDIPlus.GdipGetDpiY (nativeObject, out y);
H A DgdipFunctions.cs773 internal static extern Status GdipGetDpiY(IntPtr graphics, out float dpi); in GdipGetDpiY() method in System.Drawing.GDIPlus