ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <brush.h>
ULONG _BRUSHBODY::bCacheGrabbed |
Definition at line 25 of file brush.h.
Referenced by BRUSH::BRUSH().
BRUSH_ATTR _BRUSHBODY::BrushAttr |
Definition at line 23 of file brush.h.
Referenced by BRUSH::bAllocateBrushAttr(), BRUSH::BRUSH(), BRUSH::cjGetObject(), PEN_vInit(), BRUSH::vReleaseAttribute(), and BRUSH::~BRUSH().
COLORREF _BRUSHBODY::crBack |
Definition at line 26 of file brush.h.
Referenced by BRUSH::BRUSH().
COLORREF _BRUSHBODY::crFore |
Definition at line 27 of file brush.h.
Referenced by BRUSH::BRUSH().
ULONG _BRUSHBODY::dwStyleCount |
Definition at line 39 of file brush.h.
Referenced by BRUSH::BRUSH().
ULONG _BRUSHBODY::flAttrs |
Definition at line 19 of file brush.h.
Referenced by BRUSH::BRUSH(), BRUSH::cjGetObject(), BRUSH::hbmGetBitmapHandle(), IntGdiPolyline(), BRUSH::vSetSolidColor(), and BRUSH::~BRUSH().
HBITMAP _BRUSHBODY::hbmClient |
Definition at line 18 of file brush.h.
Referenced by BRUSH::BRUSH(), and BRUSH::cjGetObject().
HBITMAP _BRUSHBODY::hbmPattern |
Definition at line 17 of file brush.h.
Referenced by BRUSH::BRUSH(), BRUSH::hbmGetBitmapHandle(), and BRUSH::~BRUSH().
ULONG _BRUSHBODY::iHatch |
Definition at line 16 of file brush.h.
Referenced by BRUSH::BRUSH(), and BRUSH::cjGetObject().
LIST_ENTRY _BRUSHBODY::ListHead |
BRUSH_ATTR* _BRUSHBODY::pBrushAttr |
Definition at line 22 of file brush.h.
Referenced by BRUSH::bAllocateBrushAttr(), BRUSH::BRUSH(), PEN_vInit(), BRUSH::vReleaseAttribute(), BRUSH::vSetSolidColor(), and BRUSH::~BRUSH().
DWORD* _BRUSHBODY::pStyle |
Definition at line 38 of file brush.h.
Referenced by BRUSH::BRUSH(), and BRUSH::~BRUSH().
POINT _BRUSHBODY::ptOrigin |
Definition at line 24 of file brush.h.
Referenced by BRUSH::BRUSH(), IntRoundRect(), and NtGdiEllipse().
PVOID _BRUSHBODY::pvRBrush |
Definition at line 30 of file brush.h.
Referenced by BRUSH::BRUSH().
ULONG _BRUSHBODY::ulBrushUnique |
Definition at line 21 of file brush.h.
Referenced by BRUSH::BRUSH().
ULONG _BRUSHBODY::ulPalTime |
Definition at line 28 of file brush.h.
Referenced by BRUSH::BRUSH(), and BRUSH::vSetSolidColor().
ULONG _BRUSHBODY::ulSurfTime |
Definition at line 29 of file brush.h.
Referenced by BRUSH::BRUSH(), and BRUSH::vSetSolidColor().