ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static HPEN FASTCALL | IntCreateStockPen (DWORD dwPenStyle, DWORD dwWidth, ULONG ulBrushStyle, ULONG ulColor) |
static VOID FASTCALL | CreateStockFonts (void) |
VOID FASTCALL | CreateStockObjects (void) |
HGDIOBJ APIENTRY | NtGdiGetStockObject (INT Object) |
VOID FASTCALL | IntSetSysColors (UINT nColors, CONST INT *Elements, CONST COLORREF *Colors) |
HGDIOBJ FASTCALL | IntGetSysColorBrush (INT Object) |
DWORD FASTCALL | IntGetSysColor (INT nIndex) |
VOID FASTCALL | CreateSysColorObjects (VOID) |
Variables | |
static const COLORREF | SysColors [] |
HDC | hSystemBM |
static LOGPEN | WhitePen |
static LOGPEN | BlackPen |
static LOGPEN | NullPen |
static LOGFONTW | OEMFixedFont |
static LOGFONTW | AnsiFixedFont |
static LOGFONTW | AnsiVarFont |
static LOGFONTW | SystemFont |
static LOGFONTW | DeviceDefaultFont |
static LOGFONTW | SystemFixedFont |
static LOGFONTW | DefaultGuiFont |
HGDIOBJ | StockObjects [NB_STOCK_OBJECTS] |
#define NDEBUG |
Definition at line 12 of file stockobj.c.
Definition at line 145 of file stockobj.c.
Referenced by CreateStockObjects().
Creates a bunch of stock objects: brushes, pens, fonts.
Definition at line 247 of file stockobj.c.
Referenced by DriverEntry().
Definition at line 329 of file stockobj.c.
Referenced by DriverEntry().
|
static |
Definition at line 105 of file stockobj.c.
Referenced by CreateStockObjects().
Definition at line 323 of file stockobj.c.
Referenced by DefWndControlColor(), IntDrawDiagEdge(), IntDrawMenuBarTemp(), IntDrawRectEdge(), MENU_DrawBitmapItem(), MENU_DrawMenuItem(), MENU_DrawPopupGlyph(), NC_DoNCActive(), NC_DoNCPaint(), UITOOLS95_DFC_ButtonCheckRadio(), UITOOLS95_DrawFrameCaption(), UITOOLS95_DrawFrameMenu(), UITOOLS95_DrawFrameScroll(), UITOOLS_DrawCheckedRect(), UserDrawCaption(), UserDrawCaptionBar(), and UserDrawCaptionText().
Definition at line 317 of file stockobj.c.
Referenced by DefWndControlColor(), DrawFrameControl(), FillRect(), IntDefWindowProc(), IntDrawMenuBarTemp(), IntDrawRectEdge(), IntDrawScrollInterior(), MENU_DrawMenuItem(), MENU_DrawPopupMenu(), MENU_DrawScrollArrows(), NC_DoNCPaint(), NC_DrawFrame(), PaintSuspendedWindow(), UITOOLS95_DFC_ButtonPush(), UITOOLS_DrawCheckedRect(), UserDrawCaption(), UserDrawCaptionBar(), and UserRegisterSystemClasses().
Definition at line 300 of file stockobj.c.
Referenced by NtUserSetSysColors().
Return stock object.
Object | - stock object id. |
Definition at line 292 of file stockobj.c.
|
static |
|
static |
Definition at line 75 of file stockobj.c.
Referenced by CreateStockFonts().
|
static |
Definition at line 59 of file stockobj.c.
Referenced by CreateStockObjects().
|
static |
Definition at line 95 of file stockobj.c.
Referenced by CreateStockFonts().
|
static |
HDC hSystemBM |
Definition at line 52 of file stockobj.c.
Referenced by co_IntInitializeDesktopGraphics(), NtUserBitBltSysBmp(), and UserChangeDisplaySettings().
|
static |
Definition at line 62 of file stockobj.c.
Referenced by CreateStockObjects().
|
static |
HGDIOBJ StockObjects[NB_STOCK_OBJECTS] |
Definition at line 100 of file stockobj.c.
Referenced by CreateStockFonts(), CreateStockObjects(), DC_vInitDc(), DC_vSetOwner(), DC_vUpdateFillBrush(), DC_vUpdateLineBrush(), InitDcImpl(), IntGdiExtCreatePen(), IntPaintDesktop(), NtGdiExtCreatePen(), NtGdiGetDCObject(), NtGdiGetStockObject(), NtGdiSelectBitmap(), and TranslateCOLORREF().
Definition at line 16 of file stockobj.c.
Referenced by CreateSysColorObjects().
|
static |
|
static |
|
static |
Definition at line 56 of file stockobj.c.
Referenced by CreateStockObjects().