ReactOS
0.4.15-dev-4610-g11e0ed3
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static VOID NTAPI | 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 NTAPI | 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 49 of file common.c.
Referenced by CMenuDeskBar::_OnPaint(), AboutDlgProc(), add_ruler_units(), alpha_blend_image(), ANIMATE_PaintFrame(), ANIMATE_TransparentBlt(), BitBltFromClipboard(), CDimmedWindow::Blt(), BltCard(), SelectionModel::CalculateContents(), CDimmedWindow::Capture(), CaptureScreen(), CardBlt(), CC_PaintColorGraph(), CC_PaintCross(), check_BitBlt_pixel(), check_bits(), ClippedBitBlt(), ClockWndProc(), ColorKeyedMaskBlt(), COMCTL32_EnsureBitmapSize(), ConvertBitmapTo32Bpp(), CreateMDIMenuBitmap(), CreateStarBitmap(), ImageModel::Crop(), ddraw_surface_update_frontbuffer(), device_load_logo(), RdpClientUI::Display_MemBlt(), RdpClientUI::Display_ScreenBlt(), RdpClientUI::Display_TriBlt(), DoBlt(), Draw(), draw_graphics(), DrawCard(), DrawFace(), DrawGlyph(), DrawHorzCardStrip(), DrawIconOnOwnerDrawnButtons(), PictureButton::DrawItem(), DrawLeds(), DrawMine(), DrawProc(), DrawTileBitmap(), DrawVertCardStrip(), dup_bitmap(), GeneralPageProc(), get_bitmap_info(), GetDiaogTextureBrush(), 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(), IntDrawState(), IntGetWindowBitmap(), IntGrayString(), LISTVIEW_Refresh(), LoadCardBitmapsFromLibrary(), MainWndProc(), mi_paint_rect(), CardRegion::MoveDragCardTo(), mstsc_WndProc(), NT5_DrawBaseBackground(), NT5_DrawLogoffIcon(), OLEPictureImpl_LoadWICSource(), CMainWindow::OnCommand(), OnDrawItem(), CFullscreenWindow::OnPaint(), CBrandBand::OnPaint(), CDownloaderProgress::OnPaint(), OnPaint(), StartMenuRoot::Paint(), PaintBanner(), CardWindow::PaintCardRgn(), PaintCells(), PAINTING_DrawStateJam(), CAppScrnshotPreview::PaintOnDC(), PlayEnhMetaFileRecord(), PlayMetaFileRecord(), ProgressDlg::ProcessWindowMessage(), PROPSHEET_Paint(), RosImageProc(), Run(), ScreenSaverProc(), show_image(), SIC_OverlayShortcutImage(), SkewDIB(), START_TEST(), StatusDialogProc(), StatusMessageWindowProc(), swapchain_gdi_frontbuffer_updated(), 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(), VolumeDlgProc(), WinGBitBlt(), and WndProc().
|
static |
Definition at line 112 of file common.c.
Referenced by VidBitBlt().
Definition at line 470 of file common.c.
Referenced by BootLogoFadeIn(), and InbvBitBlt().
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 | ||
) |
Definition at line 452 of file common.c.
Referenced by InbvBufferToScreenBlt(), and InbvRotationThread().
Definition at line 374 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 324 of file common.c.
VOID NTAPI VidSetScrollRegion | ( | _In_ ULONG | Left, |
_In_ ULONG | Top, | ||
_In_ ULONG | Right, | ||
_In_ ULONG | Bottom | ||
) |
Definition at line 43 of file common.c.
Referenced by VidDisplayString().
ULONG VidpCurrentX = 0 |
Definition at line 7 of file common.c.
Referenced by VidDisplayString(), VidInitialize(), VidResetDisplay(), and VidSetScrollRegion().
ULONG VidpCurrentY = 0 |
Definition at line 8 of file common.c.
Referenced by VidDisplayString(), VidInitialize(), VidResetDisplay(), and VidSetScrollRegion().
const RGBQUAD VidpDefaultPalette[BV_MAX_COLORS] |
Definition at line 23 of file common.c.
Referenced by InitPaletteWithTable().
ULONG VidpScrollRegion[4] |
Definition at line 10 of file common.c.
Referenced by DoScroll(), VidDisplayString(), and VidSetScrollRegion().
UCHAR VidpTextColor = BV_COLOR_WHITE |
Definition at line 5 of file common.c.
Referenced by VidDisplayString(), and VidSetTextColor().