ReactOS 0.4.16-dev-88-ga65b6ae
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 714 of file bitmaps.c.
Referenced by _Success_(), and NtGdiCreatePatternBrushInternal().
Definition at line 771 of file bitmaps.c.
Referenced by GreGetObject(), and IntCreateCompatibleBitmap().
HBITMAP NTAPI GreCreateBitmap | ( | _In_ ULONG | nWidth, |
_In_ ULONG | nHeight, | ||
_In_ ULONG | cPlanes, | ||
_In_ ULONG | cBitsPixel, | ||
_In_opt_ PVOID | pvBits | ||
) |
Definition at line 172 of file bitmaps.c.
Referenced by CreateStockObjects(), IntCreateCompatibleBitmap(), IntCreateDIBitmap(), NtGdiCreateCompatibleBitmap(), and UserInitialize().
HBITMAP NTAPI GreCreateBitmapEx | ( | _In_ ULONG | nWidth, |
_In_ ULONG | nHeight, | ||
_In_ ULONG | cjWidthBytes, | ||
_In_ ULONG | iFormat, | ||
_In_ USHORT | fjBitmap, | ||
_In_ ULONG | cjSizeImage, | ||
_In_opt_ PVOID | pvBits, | ||
_In_ FLONG | flags | ||
) |
Definition at line 101 of file bitmaps.c.
Referenced by BITMAP_CopyBitmap(), DIB_CreateDIBSection(), GreCreateBitmap(), IntGdiCreateMaskFromRLE(), IntSetDIBits(), NtGdiSetDIBitsToDeviceInternal(), and NtGdiStretchDIBitsInternal().
Definition at line 453 of file bitmaps.c.
Referenced by co_IntDrawCaret(), and NtGdiGetBitmapDimension().
FIXME: this is a hack and doesn't handle a race condition properly. It needs to be done in GDIOBJ_vSetObjectOwner atomically.
Definition at line 17 of file bitmaps.c.
Referenced by CreateBrushInternal(), DxEngSetBitmapOwner(), IntGdiCreatePatternBrush(), IntSetCursorData(), and BRUSH::~BRUSH().
Definition at line 273 of file bitmaps.c.
Referenced by IntCreateDIBitmap(), and NtGdiCreateCompatibleBitmap().
HBITMAP APIENTRY NtGdiCreateBitmap | ( | IN INT | nWidth, |
IN INT | nHeight, | ||
IN UINT | cPlanes, | ||
IN UINT | cBitsPixel, | ||
IN OPTIONAL LPBYTE | pUnsafeBits | ||
) |
Definition at line 192 of file bitmaps.c.
Definition at line 416 of file bitmaps.c.
LONG APIENTRY NtGdiGetBitmapBits | ( | HBITMAP | hBitmap, |
ULONG | cjBuffer, | ||
OUT OPTIONAL PBYTE | pUnsafeBits | ||
) |
Definition at line 557 of file bitmaps.c.
Definition at line 480 of file bitmaps.c.
Definition at line 614 of file bitmaps.c.
Definition at line 668 of file bitmaps.c.
Definition at line 507 of file bitmaps.c.
Referenced by NtGdiGetBitmapBits().
LONG NTAPI UnsafeSetBitmapBits | ( | _Inout_ PSURFACE | psurf, |
_In_ ULONG | cjBits, | ||
_In_ const VOID * | pvBits | ||
) |
Definition at line 48 of file bitmaps.c.
Referenced by NtGdiCreateBitmap(), and NtGdiSetBitmapBits().