ReactOS
0.4.15-dev-2106-g6de3300
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 709 of file bitmaps.c.
Referenced by _Success_(), and NtGdiCreatePatternBrushInternal().
Definition at line 766 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 448 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(), 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 411 of file bitmaps.c.
LONG APIENTRY NtGdiGetBitmapBits | ( | HBITMAP | hBitmap, |
ULONG | cjBuffer, | ||
OUT OPTIONAL PBYTE | pUnsafeBits | ||
) |
Definition at line 552 of file bitmaps.c.
Definition at line 475 of file bitmaps.c.
Definition at line 869 of file bitmaps.c.
Definition at line 609 of file bitmaps.c.
Definition at line 663 of file bitmaps.c.
Definition at line 502 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().