|
ReactOS 0.4.16-dev-2104-gb84fa49
|
Go to the source code of this file.
Macros | |
| #define | READ_REGISTER_ULONG(r) (*(volatile ULONG * const)(r)) |
| #define | WRITE_REGISTER_ULONG(r, v) (*(volatile ULONG *)(r) = (v)) |
| #define | READ_REGISTER_USHORT(r) (*(volatile USHORT * const)(r)) |
| #define | WRITE_REGISTER_USHORT(r, v) (*(volatile USHORT *)(r) = (v)) |
| #define | PrepareForSetPixel() |
Functions | |
| VOID | InitPaletteWithTable (_In_reads_(Count) const ULONG *Table, _In_ ULONG Count) |
| VOID | SetPixel (_In_ ULONG Left, _In_ ULONG Top, _In_ UCHAR Color) |
Definition at line 220 of file bootvid.c.
Referenced by VidBitBlt().
Definition at line 52 of file bootvid.c.
Referenced by _test_color(), AlphaBlendInit(), BitBlt(), BltCard(), cdtDrawExt(), CreateSinkBmp(), draw_graphics(), draw_text_2(), DrawCardCorner(), DrawCharacterPixel(), DrawStarField(), EditGlyphPreviewWndProc(), InitResources(), CDrvDefExt::PaintStaticControls(), PlayMetaFileRecord(), RleBitBlt(), test_alpha_hdc(), test_begin_paint(), test_bitmap_colors(), test_DIB_PAL_COLORS(), test_fromMemoryBitmap(), test_GetSetDIBits_rtl(), Test_PatBlt_Params(), Test_SetPixel_PAL(), Test_SetPixel_Params(), Test_SrcMono(), test_StretchBlt(), TREEVIEW_DrawItemLines(), WndProc_wave(), write_monocolor_pixels_frontbuffer(), and write_monocolor_span_frontbuffer().