Home
last modified time | relevance | path

Searched refs:GreCreateBitmapEx (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Dbitmaps.h23 GreCreateBitmapEx(
H A Dbitmaps.c101 GreCreateBitmapEx( in GreCreateBitmapEx() function
180 return GreCreateBitmapEx(nWidth, in GreCreateBitmap()
730 hbmNew = GreCreateBitmapEx(psurfSrc->SurfObj.sizlBitmap.cx, in BITMAP_CopyBitmap()
H A Ddibobj.c290 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()