ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | PEN_UnlockPen(pPenObj) GDIOBJ_vUnlockObject((POBJ)pPenObj) |
#define | PEN_ShareUnlockPen(ppen) GDIOBJ_vDereferenceObject((POBJ)ppen) |
#define | IntIsEffectiveWidePen(pbrLine) |
Typedefs | |
typedef BRUSH | PEN |
typedef BRUSH * | PPEN |
Functions | |
PPEN NTAPI | PEN_AllocPenWithHandle (VOID) |
PPEN NTAPI | PEN_AllocExtPenWithHandle (VOID) |
PPEN FASTCALL | PEN_ShareLockPen (HPEN hpen) |
INT NTAPI | PEN_GetObject (_In_ PPEN pPen, _In_ INT Count, _Out_ PLOGPEN Buffer) |
VOID FASTCALL | AddPenLinesBounds (PDC, int, POINT *) |
#define IntIsEffectiveWidePen | ( | pbrLine | ) |
#define PEN_ShareUnlockPen | ( | ppen | ) | GDIOBJ_vDereferenceObject((POBJ)ppen) |
#define PEN_UnlockPen | ( | pPenObj | ) | GDIOBJ_vUnlockObject((POBJ)pPenObj) |
Definition at line 19 of file line.c.
Referenced by IntGdiLineTo(), and IntGdiPolyline().
Definition at line 44 of file pen.c.
Referenced by IntGdiExtCreatePen().
Definition at line 27 of file pen.c.
Referenced by IntCreateStockPen(), and IntGdiExtCreatePen().
Definition at line 61 of file pen.c.
Referenced by DC_vInitDc(), DC_vSetOwner(), DC_vUpdateLineBrush(), IntArc(), IntGdiSetSolidPenColor(), IntRoundRect(), and NtGdiEllipse().