Searched refs:CBM_CREATDIB (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | CreateDIBitmap.c | 14 #define CBM_CREATDIB 2 macro 61 if (fdwInit & CBM_CREATDIB) in GetExpected() 196 ULONG afInitf[12] = {0, 1, CBM_CREATDIB, 3, CBM_INIT, 5, 6, 7, 8, 0x10, 0x20}; in Test_CreateDIBitmap_Params() 446 hbmp = CreateDIBitmap(hdc, NULL, CBM_CREATDIB, ajBits, NULL, DIB_RGB_COLORS); in Test_CreateDIBitmap_CBM_CREATDIB() 450 hbmp = CreateDIBitmap(hdc, NULL, CBM_CREATDIB, ajBits, &bmi, DIB_RGB_COLORS); in Test_CreateDIBitmap_CBM_CREATDIB() 476 hbmp = CreateDIBitmap(hdc, NULL, CBM_CREATDIB | CBM_INIT, ajBits, &bmi, DIB_PAL_COLORS); in Test_CreateDIBitmap_CBM_CREATDIB() 489 …hbmp = CreateDIBitmap(hdc, &bmiRLE.bmiHeader, CBM_CREATDIB | CBM_INIT, ajBits, &bmi, DIB_PAL_COLOR… in Test_CreateDIBitmap_CBM_CREATDIB() 517 hbmp = CreateDIBitmap(hdc, NULL, CBM_CREATDIB, ajBitsRLE, (PVOID)&bmiRLE, DIB_PAL_COLORS); in Test_CreateDIBitmap_CBM_CREATDIB() 519 …hbmp = CreateDIBitmap(hdc, NULL, CBM_INIT | CBM_CREATDIB, ajBitsRLE, (PVOID)&bmiRLE, DIB_PAL_COLOR… in Test_CreateDIBitmap_CBM_CREATDIB() 525 hbmp = CreateDIBitmap(hdc, &bmi.bmiHeader, CBM_CREATDIB, ajBits, &bmi, DIB_PAL_COLORS); in Test_CreateDIBitmap_CBM_CREATDIB() [all …]
|
/reactos/win32ss/include/ |
H A D | ntgdityp.h | 238 #define CBM_CREATDIB 2 macro
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | bitmap.c | 468 if (Init & CBM_CREATDIB) in CreateDIBitmap()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | dibobj.c | 1585 if (init & CBM_CREATDIB) in IntCreateDIBitmap() 1832 CBM_INIT | CBM_CREATDIB, in GreCreateDIBitmapFromPackedDIB()
|