Home
last modified time | relevance | path

Searched refs:GdipFlush (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dgdiplus.def26 GdipFlush
27 GdipFlush@8
H A Dio-gdip-native.h247 GpStatus WINGDIPAPI GdipFlush (GpGraphics *graphics, INT intention);
H A Dio-gdip-utils.c815 GdipFlush (graphics, 1); in gdk_pixbuf__gdip_image_stop_vector_load()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32Dlg_PrintPreview.cpp186 static GdipFlushFunc GdipFlush = 0; variable
240 LOOKUP (GdipFlush); in gdip_init()
587 status = GdipFlush(g, 1); in endPage()
588 ASSERT_GDIP_SUCCESS (status, GdipFlush); in endPage()
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/codecs/
H A Dgdiplus.py147 gdiplus.GdipFlush.restype = c_int
148 gdiplus.GdipFlush.argtypes = [c_void_p, c_int]
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/codecs/
H A Dgdiplus.py145 gdiplus.GdipFlush.restype = c_int
146 gdiplus.GdipFlush.argtypes = [c_void_p, c_int]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/gdip_raster/
H A Dgdip_rend.cpp430 GdipFlush(_graph->graph, FlushIntentionSync); in gdip_surface_flush()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/gdip_raster/
H A Dgdip_rend.cpp430 GdipFlush(_graph->graph, FlushIntentionSync); in gdip_surface_flush()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgraphics.c1409 status = GdipFlush (graphics, FlushIntentionFlush); in test_flush()
1412 status = GdipFlush (graphics, FlushIntentionSync); in test_flush()
1415 status = GdipFlush (graphics, (FlushIntention)(FlushIntentionFlush - 1)); in test_flush()
1418 status = GdipFlush (graphics, (FlushIntention)(FlushIntentionSync + 1)); in test_flush()
1422 status = GdipFlush (NULL, FlushIntentionFlush); in test_flush()
1428 status = GdipFlush (graphics, FlushIntentionSync); in test_flush()
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Dwin32.py451 gdiplus.GdipFlush(self._graphics, 1)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/font/
H A Dwin32.py446 gdiplus.GdipFlush(self._graphics, 1)
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgraphics.h32 GpStatus WINGDIPAPI GdipFlush (GpGraphics *graphics, GpFlushIntention intention);
H A Dgraphics.c1927 GdipFlush (GpGraphics *graphics, GpFlushIntention intention) in GdipFlush() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h1023 updateStatus(DllExports::GdipFlush(nativeGraphics, intention));
H A Dgdiplusflat.h146 GpStatus WINGDIPAPI GdipFlush(GpGraphics*,GpFlushIntention);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusgraphics.h1028 updateStatus(DllExports::GdipFlush(nativeGraphics, intention));
H A Dgdiplusflat.h151 GpStatus WINGDIPAPI GdipFlush(GpGraphics*,GpFlushIntention);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusgraphics.h1028 updateStatus(DllExports::GdipFlush(nativeGraphics, intention));
H A Dgdiplusflat.h151 GpStatus WINGDIPAPI GdipFlush(GpGraphics*,GpFlushIntention);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusgraphics.h1023 updateStatus(DllExports::GdipFlush(nativeGraphics, intention));
H A Dgdiplusflat.h146 GpStatus WINGDIPAPI GdipFlush(GpGraphics*,GpFlushIntention);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGraphics.Unix.cs1658 int status = SafeNativeMethods.Gdip.GdipFlush(nativeObject, intention); in Flush()
H A DGraphics.Windows.cs274 … int status = SafeNativeMethods.Gdip.GdipFlush(new HandleRef(this, NativeGraphics), intention); in Flush()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DGraphics.cs1677 Status status = GDIPlus.GdipFlush (nativeObject, intention); in Flush()
H A DgdipFunctions.cs806 internal static extern Status GdipFlush(IntPtr graphics, FlushIntention intention); in GdipFlush() method in System.Drawing.GDIPlus

12