Searched refs:GreCreateBitmapEx (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitmaps.h | 23 GreCreateBitmapEx(
|
H A D | bitmaps.c | 101 GreCreateBitmapEx( in GreCreateBitmapEx() function 180 return GreCreateBitmapEx(nWidth, in GreCreateBitmap() 730 hbmNew = GreCreateBitmapEx(psurfSrc->SurfObj.sizlBitmap.cx, in BITMAP_CopyBitmap()
|
H A D | dibobj.c | 290 SourceBitmap = GreCreateBitmapEx(bmi->bmiHeader.biWidth, in IntSetDIBits() 376 Mask = GreCreateBitmapEx(Width, Height, 0, BMF_1BPP, 0, 0, NULL, 0); in IntGdiCreateMaskFromRLE() 592 hSourceBitmap = GreCreateBitmapEx(bmi->bmiHeader.biWidth, in NtGdiSetDIBitsToDeviceInternal() 1454 hbmTmp = GreCreateBitmapEx(pbmiSafe->bmiHeader.biWidth, in NtGdiStretchDIBitsInternal() 2022 res = GreCreateBitmapEx(bm.bmWidth, in DIB_CreateDIBSection()
|