Searched refs:GdipGetDC (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | metafile.c | 605 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 D | graphics.c | 1671 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 D | gdiplus.spec | 245 245 stdcall GdipGetDC(ptr ptr)
|
H A D | metafile.c | 1660 stat = GdipGetDC(metafile->playback_graphics, &metafile->playback_dc); in METAFILE_PlaybackGetDC()
|
H A D | graphics.c | 6686 GpStatus WINGDIPAPI GdipGetDC(GpGraphics *graphics, HDC *hdc) in GdipGetDC() function
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusgraphics.h | 1029 SetStatus(DllExports::GdipGetDC(nativeGraphics, &hdc)); in GetHDC()
|
H A D | gdiplusflat.h | 493 GdipGetDC(GpGraphics *, HDC *);
|