Home
last modified time | relevance | path

Searched refs:SetDIBitsToDevice (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/apitests/gdi32/
H A DSetDIBitsToDevice.c35 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
52 ret = SetDIBitsToDevice(NULL, in Test_SetDIBitsToDevice_Params()
86 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
103 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
120 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
137 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
154 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
171 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
188 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
205 ret = SetDIBitsToDevice(ghdcDIB32, in Test_SetDIBitsToDevice_Params()
[all …]
H A DCMakeLists.txt71 SetDIBitsToDevice.c
/reactos/modules/rostests/winetests/gdi32/
H A Dbitmap.c1094 ret = SetDIBitsToDevice( memdc, 0, 0, 1, 1, 0, 0, 0, 1, data, bi, DIB_RGB_COLORS ); in test_dib_formats()
1139 ret = SetDIBitsToDevice( memdc, 0, 0, 1, 1, 0, 0, 0, 1, data, bi, DIB_RGB_COLORS ); in test_dib_formats()
1163 ret = SetDIBitsToDevice( memdc, 0, 0, 1, 1, 0, 0, 0, 1, data, bi, DIB_RGB_COLORS ); in test_dib_formats()
1346 SetDIBitsToDevice(memdc, 0, 0, 10, 10, 0, 0, 0, 10, bits, pbmi, DIB_RGB_COLORS); in test_mono_dibsection()
1358 SetDIBitsToDevice(memdc, 0, 0, 10, 10, 0, 0, 0, 10, bits, pbmi, DIB_RGB_COLORS); in test_mono_dibsection()
1386 SetDIBitsToDevice(memdc, 0, 0, 10, 10, 0, 0, 0, 10, bits, pbmi, DIB_RGB_COLORS); in test_mono_dibsection()
1398 SetDIBitsToDevice(memdc, 0, 0, 10, 10, 0, 0, 0, 10, bits, pbmi, DIB_RGB_COLORS); in test_mono_dibsection()
1424 SetDIBitsToDevice(memdc, 0, 0, 10, 10, 0, 0, 0, 10, bits, pbmi, DIB_RGB_COLORS); in test_mono_dibsection()
1436 SetDIBitsToDevice(memdc, 0, 0, 10, 10, 0, 0, 0, 10, bits, pbmi, DIB_RGB_COLORS); in test_mono_dibsection()
1471 SetDIBitsToDevice(memdc, 0, 0, 10, 10, 0, 0, 0, 10, bits, pbmi, DIB_RGB_COLORS); in test_mono_dibsection()
[all …]
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dgraphics.c83 SetDIBitsToDevice(hMemDC, in GuiCopyFromGraphicsBuffer()
154 SetDIBitsToDevice(GuiData->hMemDC, in GuiPaintGraphicsBuffer()
/reactos/win32ss/gdi/gdi32/objects/
H A Dbitmap.c686 LinesCopied = SetDIBitsToDevice(SavehDC, 0, 0, dwWidth, dwHeight, 0, 0, uStartScan, in SetDIBits()
709 SetDIBitsToDevice( in SetDIBitsToDevice() function
848 SetDIBitsToDevice, in SetDIBitsToDevice()
/reactos/base/applications/clipbrd/
H A Dwinutils.c290 SetDIBitsToDevice(ps.hdc, in SetDIBitsToDeviceFromClipboard()
/reactos/win32ss/gdi/gdi32/
H A Dgdi32.spec546 546 stdcall SetDIBitsToDevice(long long long long long long long long long ptr ptr long)
/reactos/win32ss/gdi/gdi32/wine/
H A Dmetafile.c1002 SetDIBitsToDevice(hdc, (SHORT)mr->rdParm[8], (SHORT)mr->rdParm[7], in PlayMetaFileRecord()
H A Denhmetafile.c2127 SetDIBitsToDevice(hdc, in PlayEnhMetaFileRecord()
/reactos/dll/opengl/opengl32/
H A Dswimpl.c1525 …return SetDIBitsToDevice(fb->Hdc, 0, 0, fb->width, fb->height, 0, 0, 0, fb->height, fb->BackBuffer… in sw_SwapBuffers()
/reactos/sdk/include/psdk/
H A Dwingdi.h4178 int WINAPI SetDIBitsToDevice(_In_ HDC, _In_ int, _In_ int, _In_ DWORD, _In_ DWORD, _In_ int, _In_ i…