ReactOS 0.4.16-dev-1-gcf26321
|
#include <windows.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | AC_SRC_ALPHA (0x1) |
Functions | |
BOOL WINAPI | GdiAlphaBlend (HDC hdcDst, int xDst, int yDst, int widthDst, int heightDst, HDC hdcSrc, int xSrc, int ySrc, int widthSrc, int heightSrc, BLENDFUNCTION blendFunction) |
LRESULT CALLBACK | MainWndProc (HWND HWnd, UINT Msg, WPARAM WParam, LPARAM LParam) |
int APIENTRY | WinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
BOOL | ConvertBitmapTo32Bpp (HDC hDC, BITMAP *bmp) |
Variables | |
HINSTANCE | HInst |
const char * | WndClassName = "GMainWnd" |
BITMAP | bmp |
LPCSTR | filename = TEXT("lena.bmp") |
HDC | HMemDC = NULL |
HDC | HMemDC2 = NULL |
HBITMAP | HOldBmp = NULL |
PVOID | pBmpBits = NULL |
HBITMAP | H32BppBitmap = NULL |
BITMAPINFO | bmpi |
#define AC_SRC_ALPHA (0x1) |
Definition at line 9 of file alphablend.c.
Definition at line 70 of file alphablend.c.
Referenced by MainWndProc().
BOOL WINAPI GdiAlphaBlend | ( | HDC | hdcDst, |
int | xDst, | ||
int | yDst, | ||
int | widthDst, | ||
int | heightDst, | ||
HDC | hdcSrc, | ||
int | xSrc, | ||
int | ySrc, | ||
int | widthSrc, | ||
int | heightSrc, | ||
BLENDFUNCTION | blendFunction | ||
) |
Referenced by alpha_blend_image(), draw_graphics(), DrawShadowText(), gdi_alpha_blend(), MainWndProc(), OnDrawItem(), and PlayEnhMetaFileRecord().
Definition at line 120 of file alphablend.c.
Referenced by WinMain().
int APIENTRY WinMain | ( | HINSTANCE | HInstance, |
HINSTANCE | HPrevInstance, | ||
LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 17 of file alphablend.c.
BITMAP bmp |
Definition at line 62 of file alphablend.c.
Referenced by add_checksum_entry(), add_tb_button(), alpha_blend_image(), balance_data_chunk(), BitBltFromClipboard(), BookmarkToURL(), brush_fill_path(), cert_mgr_advanced_dlg_proc(), cert_mgr_dlg_proc(), cert_properties_general_dlg_proc(), COMCTL32_EnsureBitmapSize(), ConvertBitmapTo32Bpp(), DIB_CreateDIBSection(), draw_graphics(), FillBookmarkInfo(), get_bitmap_info(), get_color_format(), get_graphics_device_bounds(), get_icon_size(), GetBookmark(), GetClipboardDataDimensions(), GetNextBookmark(), HBITMAP_UserFree(), HBITMAP_UserMarshal(), HBITMAP_UserSize(), HBITMAP_UserUnmarshal(), HEADER_DrawItem(), ImageList_Add(), ImageList_AddMasked(), ImageList_LoadImageW(), ImageList_Replace(), ImageList_ReplaceIcon(), init_hierarchy_page(), LISTVIEW_SetColumnWidth(), load_stored_free_space_tree(), LoadCardBitmapsFromLibrary(), MainWndProc(), MENU_DrawBitmapItem(), MENU_GetBitmapItemSize(), NotifyArea::Paint(), StartMenuRoot::Paint(), ParseHostLine(), PictureButton::PictureButton(), prepare_alpha(), PromptForBookmarkName(), PutBookmark(), scrub_chunk(), scrub_data_extent(), select_cert_dlg_proc(), SetBookmarkDefaults(), START_TEST(), test_bitmap_font_glyph_index(), test_bmBits(), test_brush_pens(), test_CreateBitmap(), Test_CursorIcon(), test_D3DKMTCreateDCFromMemory(), test_DIB_PAL_COLORS(), test_GdiGradientFill(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetVisibleClipBounds_memoryDC(), test_GetCursorFrameInfo(), test_himetric(), test_layered_window(), test_LoadIconWithScaleDown(), test_LoadImage(), test_multiframegif(), test_pic_with_stream(), test_printer_dc(), test_ps_alternate(), ui_destroy_bitmap(), User32CallOBMFromKernel(), UXTHEME_LoadImage(), UXTHEME_SelectImage(), WDML_DataHandle2Global(), WDML_Global2DataHandle(), and WriteBmLine().
BITMAPINFO bmpi |
Definition at line 68 of file alphablend.c.
Referenced by ConvertBitmapTo32Bpp(), and InitLogo().
Definition at line 63 of file alphablend.c.
Definition at line 67 of file alphablend.c.
Referenced by ConvertBitmapTo32Bpp().
HINSTANCE HInst |
Definition at line 12 of file alphablend.c.
Referenced by ConvertBitmapTo32Bpp(), MainWndProc(), and WinMain().
Definition at line 64 of file alphablend.c.
Referenced by ConvertBitmapTo32Bpp(), and MainWndProc().
Definition at line 64 of file alphablend.c.
Referenced by MainWndProc().
Definition at line 65 of file alphablend.c.
Referenced by MainWndProc().
Definition at line 66 of file alphablend.c.
Referenced by ConvertBitmapTo32Bpp().
Definition at line 13 of file alphablend.c.
Referenced by WinMain().