ReactOS 0.4.16-dev-555-g690643f
|
#include <brush.hpp>
Static Public Member Functions | |
static VOID | vDeleteObject (_In_ PVOID pvObject) |
Static Public Member Functions inherited from BASEOBJECT | |
static PVOID | pvAllocate (_In_ GDIOBJTYPE objtype, _In_ SIZE_T cjSize) |
BRUSH::BRUSH | ( | _In_ FLONG | flAttrs, |
_In_ COLORREF | crColor, | ||
_In_ ULONG | iHatch, | ||
_In_opt_ HBITMAP | hbmPattern, | ||
_In_opt_ PVOID | pvClient, | ||
_In_ GDILOOBJTYPE | objtype = GDILoObjType_LO_BRUSH_TYPE |
||
) |
Definition at line 14 of file brush.cpp.
Referenced by BRUSH().
BRUSH::~BRUSH | ( | VOID | ) |
Definition at line 55 of file brush.cpp.
Referenced by ~BRUSH().
|
inlinenew |
|
inline |
Definition at line 91 of file brush.hpp.
|
inline |
|
inline |
Definition at line 102 of file brush.cpp.
Referenced by bAllocateBrushAttr().
Definition at line 151 of file brush.cpp.
Referenced by cjGetObject().
Definition at line 139 of file brush.cpp.
Referenced by hbmGetBitmapHandle().
HACK! better would be to extract the exact object type's tag
Definition at line 33 of file brush.hpp.
Definition at line 127 of file brush.cpp.
Referenced by vSetSolidColor().