Home
last modified time | relevance | path

Searched refs:GdiplusStartup (Results 1 – 25 of 118) sorted by relevance

12345

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestgeneral.c39 status = GdiplusStartup (&gdiplusToken, &gdiplusStartupInput, NULL); in test_startup()
53 status = GdiplusStartup (&gdiplusToken, &gdiplusStartupInput, NULL); in test_startup()
77 status = GdiplusStartup (&gdiplusToken, &gdiplusStartupInput, NULL); in test_startup()
80 status = GdiplusStartup (&gdiplusToken, &gdiplusStartupInput, NULL); in test_startup()
85 status = GdiplusStartup (NULL, &gdiplusStartupInput, NULL); in test_startup()
88 status = GdiplusStartup (&gdiplusToken, NULL, NULL); in test_startup()
92 status = GdiplusStartup (&gdiplusToken, &gdiplusStartupInput, NULL); in test_startup()
96 status = GdiplusStartup (&gdiplusToken, &gdiplusStartupInput, NULL); in test_startup()
118 GdiplusStartup (&gdiplusToken, &gdiplusStartupInput, NULL); in test_shutdown()
164 GdiplusStartup (&gdiplusToken, &gdiplusStartupInput, NULL); in test_notificationHook()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/plugin/gdiplus/
H A Dgvplugin_gdiplus.cpp53 GdiplusStartup(&_gdiplusToken, &input, NULL); in UseGdiplus()
69 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL); in SaveBitmapToStream()
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dgdiplus.def56 GdiplusStartup
57 GdiplusStartup@12
/dports/games/simutrans/simutrans-121.0/
H A Dsimsys_w32_png.cc54 static int (WINAPI* GdiplusStartup)(ULONG_PTR* token, GdiplusStartupInput* size, void*);
120 GetProcAddress(GdiplusStartup, hGDIplus, "GdiplusStartup"); in dr_screenshot_png()
133 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL); in dr_screenshot_png()
/dports/graphics/povray37/povray-3.7.0.10/windows/cmedit/
H A Dcmedit.cpp56 GdiplusStartup(&gdipT, &gdipSI, NULL); in DllMain()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32image.c168 # undef GdiplusStartup
184 # define GdiplusStartup fn_GdiplusStartup macro
230 status = GdiplusStartup (&token, &input, &output); in gdiplus_startup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_gdiplususer.cxx65 Gdiplus::GdiplusStartup( &a_GdiPlusToken, in GDIPlusUser()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_gdiplususer.cxx65 Gdiplus::GdiplusStartup( &a_GdiPlusToken, in GDIPlusUser()
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgeneral.h41 GpStatus WINGDIPAPI GdiplusStartup (ULONG_PTR *token, const GdiplusStartupInput *input, GdiplusStar…
/dports/security/ridl/ridl-11b3240/source/msw/
H A Ddisplay.c31 GdiplusStartup(&display.token, &startup, NULL); in ui_open_display()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/win/
H A Die_impGraphic_Win32GDIPlus.cpp99 GdiplusStartup (ULONG_PTR *token, const GdiplusStartupInput *input, in GdiplusStartup() function
210 GdiplusStartup (&gdiplusToken, &input, NULL); in initGDIPlus()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusinit.h69 GpStatus WINGDIPAPI GdiplusStartup(ULONG_PTR*,GDIPCONST GdiplusStartupInput*,GdiplusStartupOutput*);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusinit.h69 GpStatus WINGDIPAPI GdiplusStartup(ULONG_PTR*,GDIPCONST GdiplusStartupInput*,GdiplusStartupOutput*);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusinit.h64 GpStatus WINGDIPAPI GdiplusStartup(ULONG_PTR*,GDIPCONST GdiplusStartupInput*,GdiplusStartupOutput*);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusinit.h64 GpStatus WINGDIPAPI GdiplusStartup(ULONG_PTR*,GDIPCONST GdiplusStartupInput*,GdiplusStartupOutput*);
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/codecs/
H A Dgdiplus.py189 gdiplus.GdiplusStartup.restype = c_int
190 gdiplus.GdiplusStartup.argtypes = [c_void_p, c_void_p, c_void_p]
339 gdiplus.GdiplusStartup(byref(token), byref(startup_in), byref(startup_out))
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/codecs/
H A Dgdiplus.py187 gdiplus.GdiplusStartup.restype = c_int
188 gdiplus.GdiplusStartup.argtypes = [c_void_p, c_void_p, c_void_p]
337 gdiplus.GdiplusStartup(byref(token), byref(startup_in), byref(startup_out))
/dports/www/firefox-esr/firefox-91.8.0/testing/tools/screenshot/
H A Dwin32-screenshot.cpp85 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, nullptr); in wmain()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/tools/screenshot/
H A Dwin32-screenshot.cpp85 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, nullptr); in wmain()
/dports/www/firefox/firefox-99.0/testing/tools/screenshot/
H A Dwin32-screenshot.cpp85 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, nullptr); in wmain()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/tools/screenshot/
H A Dwin32-screenshot.cpp88 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, nullptr); in wmain()
/dports/mail/thunderbird/thunderbird-91.8.0/testing/tools/screenshot/
H A Dwin32-screenshot.cpp85 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, nullptr); in wmain()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/tools/screenshot/
H A Dwin32-screenshot.cpp85 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, nullptr); in wmain()
/dports/emulators/atari800/atari800-3.1.0/src/win32/
H A Drender_gdiplus.cpp21 GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL); in startupgdiplus()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dgdiplus.go168 func GdiplusStartup(input *GdiplusStartupInput, output *GdiplusStartupOutput) { func

12345