ReactOS 0.4.16-dev-117-g38f21f9
|
#include "brush.hpp"
Go to the source code of this file.
INT FASTCALL BRUSH_GetObject | ( | PBRUSH | pbr, |
INT | cjBuffer, | ||
LPLOGBRUSH | plbBuffer | ||
) |
|
static |
Definition at line 202 of file brush.cpp.
Referenced by IntGdiCreateNullBrush(), IntGdiCreatePatternBrush(), IntGdiCreateSolidBrush(), NtGdiCreateDIBBrush(), NtGdiCreateHatchBrushInternal(), NtGdiCreatePatternBrushInternal(), and NtGdiCreateSolidBrush().
DBG_DEFAULT_CHANNEL | ( | GdiBrush | ) |
Definition at line 281 of file brush.cpp.
Referenced by CreateStockObjects().
Definition at line 303 of file brush.cpp.
Referenced by UserInitialize().
Definition at line 290 of file brush.cpp.
Referenced by CreateStockObjects(), and CreateSysColorObjects().
Definition at line 317 of file brush.cpp.
Referenced by IntSetSysColors().
__kernel_entry HBRUSH APIENTRY NtGdiClearBrushAttributes | ( | _In_ HBRUSH | hbr, |
_In_ DWORD | dwFlags | ||
) |
Definition at line 579 of file brush.cpp.
Referenced by ClearBrushAttributes().
__kernel_entry HBRUSH APIENTRY NtGdiCreateDIBBrush | ( | _In_reads_bytes_(cj) PVOID | pv, |
_In_ FLONG | uUsage, | ||
_In_ UINT | cj, | ||
_In_ BOOL | b8X8, | ||
_In_ BOOL | bPen, | ||
_In_ PVOID | pvClient | ||
) |
Definition at line 423 of file brush.cpp.
Referenced by CreateDIBPatternBrush(), and CreateDIBPatternBrushPt().
__kernel_entry HBRUSH APIENTRY NtGdiCreateHatchBrushInternal | ( | _In_ ULONG | iHatch, |
_In_ COLORREF | crColor, | ||
_In_ BOOL | bPen | ||
) |
Definition at line 357 of file brush.cpp.
Referenced by CreateBrushIndirect(), and CreateHatchBrush().
__kernel_entry HBRUSH APIENTRY NtGdiCreatePatternBrushInternal | ( | _In_ HBITMAP | hbmClient, |
_In_ BOOL | bPen, | ||
_In_ BOOL | b8X8 | ||
) |
Definition at line 391 of file brush.cpp.
Referenced by CreateBrushIndirect(), and CreatePatternBrush().
__kernel_entry HBRUSH APIENTRY NtGdiCreateSolidBrush | ( | _In_ COLORREF | crColor, |
_In_opt_ HBRUSH | hbr | ||
) |
Definition at line 341 of file brush.cpp.
Referenced by CreateBrushIndirect(), and CreateSolidBrush().
__kernel_entry HBITMAP APIENTRY NtGdiGetObjectBitmapHandle | ( | _In_ HBRUSH | hbr, |
_Out_ UINT * | piUsage | ||
) |
Definition at line 513 of file brush.cpp.
Referenced by get_brush_bitmap_info().
__kernel_entry HBRUSH APIENTRY NtGdiSetBrushAttributes | ( | _In_ HBRUSH | hbr, |
_In_ DWORD | dwFlags | ||
) |
Definition at line 553 of file brush.cpp.
Referenced by SetBrushAttributes().