Home
last modified time | relevance | path

Searched refs:GdipGetDC (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dmetafile.c605 stat = GdipGetDC(graphics, &metafile_dc); in test_getdc()
771 stat = GdipGetDC(graphics, &metafile_dc); in test_emfonly()
1296 stat = GdipGetDC(graphics, &metafile_dc); in test_nullframerect()
2361 stat = GdipGetDC(graphics, &metafile_dc); in test_gditransform()
H A Dgraphics.c1671 status = GdipGetDC(NULL, NULL); in test_Get_Release_DC()
1673 status = GdipGetDC(graphics, NULL); in test_Get_Release_DC()
1675 status = GdipGetDC(NULL, &retdc); in test_Get_Release_DC()
1690 status = GdipGetDC(graphics, &retdc); in test_Get_Release_DC()
1694 status = GdipGetDC(graphics, &retdc); in test_Get_Release_DC()
2618 status = GdipGetDC(graphics, &hdc); in test_fromMemoryBitmap()
2647 status = GdipGetDC(graphics, &hdc); in test_fromMemoryBitmap()
2668 status = GdipGetDC(graphics, &hdc); in test_fromMemoryBitmap()
3692 status = GdipGetDC(graphics, &hdc); in test_getdc_scaled()
4986 status = GdipGetDC(graphics, &gp_hdc); in test_alpha_hdc()
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec245 245 stdcall GdipGetDC(ptr ptr)
H A Dmetafile.c1660 stat = GdipGetDC(metafile->playback_graphics, &metafile->playback_dc); in METAFILE_PlaybackGetDC()
H A Dgraphics.c6686 GpStatus WINGDIPAPI GdipGetDC(GpGraphics *graphics, HDC *hdc) in GdipGetDC() function
/reactos/sdk/include/psdk/
H A Dgdiplusgraphics.h1029 SetStatus(DllExports::GdipGetDC(nativeGraphics, &hdc)); in GetHDC()
H A Dgdiplusflat.h493 GdipGetDC(GpGraphics *, HDC *);