ReactOS 0.4.16-dev-340-g0540c21
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static VOID | BitBlt (_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Width, _In_ ULONG Height, _In_reads_bytes_(Delta *Height) PUCHAR Buffer, _In_ ULONG BitsPerPixel, _In_ ULONG Delta) |
static VOID | RleBitBlt (_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Width, _In_ ULONG Height, _In_ PUCHAR Buffer) |
ULONG NTAPI | VidSetTextColor (_In_ ULONG Color) |
VOID NTAPI | VidDisplayStringXY (_In_z_ PUCHAR String, _In_ ULONG Left, _In_ ULONG Top, _In_ BOOLEAN Transparent) |
VOID NTAPI | VidSetScrollRegion (_In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Right, _In_ ULONG Bottom) |
VOID NTAPI | VidDisplayString (_In_z_ PUCHAR String) |
VOID NTAPI | VidBufferToScreenBlt (_In_reads_bytes_(Delta *Height) PUCHAR Buffer, _In_ ULONG Left, _In_ ULONG Top, _In_ ULONG Width, _In_ ULONG Height, _In_ ULONG Delta) |
VOID NTAPI | VidBitBlt (_In_ PUCHAR Buffer, _In_ ULONG Left, _In_ ULONG Top) |
Variables | |
UCHAR | VidpTextColor = BV_COLOR_WHITE |
ULONG | VidpCurrentX = 0 |
ULONG | VidpCurrentY = 0 |
ULONG | VidpScrollRegion [4] |
const RGBQUAD | VidpDefaultPalette [BV_MAX_COLORS] |
static BOOLEAN | ClearRow = FALSE |
|
static |
Definition at line 57 of file common.c.
Referenced by CMenuDeskBar::_OnPaint(), AboutDlgProc(), add_ruler_units(), alpha_blend_image(), ANIMATE_PaintFrame(), ANIMATE_TransparentBlt(), BitBltFromClipboard(), CDimmedWindow::Blt(), BltCard(), C1_DrawLabel(), C1_InvertButton(), C1_OnDraw(), CDimmedWindow::Capture(), CaptureScreen(), CardBlt(), CC_PaintColorGraph(), CC_PaintCross(), check_BitBlt_pixel(), check_bits(), cicChangeBitmapColor(), cicConvertBlackBKGBitmap(), cicCreateDisabledBitmap(), cicCreateMaskBmp(), cicCreateShadowMaskBmp(), cicDrawMaskBmpOnDC(), cicMirrorBitmap(), ClippedBitBlt(), ClockWndProc(), ColorKeyedMaskBlt(), COMCTL32_EnsureBitmapSize(), ConvertBitmapTo32Bpp(), CCicLibMenuItem::CreateBitmap(), CreateMDIMenuBitmap(), CreateStarBitmap(), ddraw_surface_update_frontbuffer(), device_load_logo(), RdpClientUI::Display_DrawGlyph(), RdpClientUI::Display_MemBlt(), RdpClientUI::Display_ScreenBlt(), RdpClientUI::Display_TriBlt(), RdpClientUI::DisplayWindowProc(), DoBlt(), CCanvasWindow::DoDraw(), Draw(), draw_graphics(), DrawCard(), DrawFace(), DrawGlyph(), DrawHorzCardStrip(), DrawIconOnOwnerDrawnButtons(), CUIFButton::DrawIconProc(), PictureButton::DrawItem(), DrawLeds(), DrawMine(), DrawProc(), DrawTileBitmap(), DrawVertCardStrip(), dup_bitmap(), GeneralPageProc(), get_bitmap_info(), GetDiaogTextureBrush(), getSubImage(), Ghost_OnDraw(), GraphCtrl_AddPoint(), GraphCtrl_WndProc(), HEADER_DrawItem(), HelDdSurfBlt(), HelDdSurfLock(), HelDdSurfUnlock(), HEXEDIT_WM_PAINT(), HLPFILE_RtfAddTransparentBitmap(), ImageList_Add(), ImageList_AddMasked(), ImageList_BeginDrag(), ImageList_Copy(), imagelist_copy_images(), ImageList_DragMove(), ImageList_DragShowNolock(), ImageList_DrawIndirect(), ImageList_Duplicate(), ImageList_GetIcon(), IMAGELIST_InternalExpandBitmaps(), ImageList_Merge(), ImageList_Replace(), ImageList_ReplaceIcon(), Imm32DrawBitmap(), IntDrawState(), IntGetWindowBitmap(), IntGrayString(), LISTVIEW_Refresh(), LoadCardBitmapsFromLibrary(), MainWndProc(), mi_paint_rect(), CardRegion::MoveDragCardTo(), mstsc_WndProc(), NT5_DrawBaseBackground(), NT5_DrawLogoffIcon(), OLEPictureImpl_LoadWICSource(), CMainWindow::OnCommand(), OnDrawItem(), OnPaint(), CFullscreenWindow::OnPaint(), CMiniatureWindow::OnPaint(), CPaletteWindow::OnPaint(), CDownloaderProgress::OnPaint(), CBrandBand::OnPaint(), StartMenuRoot::Paint(), PaintBanner(), CardWindow::PaintCardRgn(), PaintCells(), PAINTING_DrawStateJam(), CAppScrnshotPreview::PaintOnDC(), PlayEnhMetaFileRecord(), PlayMetaFileRecord(), ProgressDlg::ProcessWindowMessage(), PROPSHEET_Paint(), putSubImage(), RosImageProc(), Run(), ScreenSaverProc(), show_image(), SIC_OverlayShortcutImage(), SkewDIB(), START_TEST(), StatusDialogProc(), StatusMessageWindowProc(), swapchain_gdi_frontbuffer_updated(), T1_DrawLabels(), T1_OnDraw(), test_32bit_ddb(), test_bitmap_colors(), test_clipping(), Test_CreateDIBitmap_CBM_CREATDIB(), test_D3DKMTCreateDCFromMemory(), test_dibsections(), test_emf_BitBlt(), test_printer_dc(), Test_Rectangle(), Test_SrcMono1(), ThemeEndBufferedPaint(), TOOLBAR_DrawMasked(), TRACKBAR_Refresh(), UXTHEME_SizedBlt(), VidBitBlt(), VidBufferToScreenBlt(), WinGBitBlt(), WndProc(), and ZoomWnd_OnDraw().
|
static |
Definition at line 119 of file common.c.
Referenced by VidBitBlt().
Definition at line 471 of file common.c.
Referenced by BootLogoFadeIn(), and InbvBitBlt().
Definition at line 375 of file common.c.
Referenced by InbvDisplayString().
VOID NTAPI VidDisplayStringXY | ( | _In_z_ PUCHAR | String, |
_In_ ULONG | Left, | ||
_In_ ULONG | Top, | ||
_In_ BOOLEAN | Transparent | ||
) |
Definition at line 328 of file common.c.
VOID NTAPI VidSetScrollRegion | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom | ||
) |
Definition at line 352 of file common.c.
Referenced by InbvSetScrollRegion().
Definition at line 315 of file common.c.
Referenced by InbvSetTextColor().
Definition at line 52 of file common.c.
Referenced by VidDisplayString().
ULONG VidpCurrentX = 0 |
Definition at line 16 of file common.c.
Referenced by VidDisplayString(), VidInitialize(), VidResetDisplay(), and VidSetScrollRegion().
ULONG VidpCurrentY = 0 |
Definition at line 17 of file common.c.
Referenced by VidDisplayString(), VidInitialize(), VidResetDisplay(), and VidSetScrollRegion().
const RGBQUAD VidpDefaultPalette[BV_MAX_COLORS] |
Definition at line 32 of file common.c.
Referenced by InitPaletteWithTable().
ULONG VidpScrollRegion[4] |
Definition at line 19 of file common.c.
Referenced by DoScroll(), VidDisplayString(), and VidSetScrollRegion().
UCHAR VidpTextColor = BV_COLOR_WHITE |
Definition at line 14 of file common.c.
Referenced by VidDisplayString(), and VidSetTextColor().