ReactOS 0.4.16-dev-125-g798ea90
|
#include <windows.h>
#include <stdio.h>
Go to the source code of this file.
Enumerations | |
enum | { ID_ZOOM25 , ID_ZOOM50 , ID_ZOOM75 , ID_ZOOM100 , ID_ZOOM125 , ID_ZOOM150 , ID_ZOOM200 , ID_ZOOM300 } |
Functions | |
LRESULT CALLBACK | MainWndProc (HWND HWnd, UINT Msg, WPARAM WParam, LPARAM LParam) |
int APIENTRY | WinMain (HINSTANCE HInstance, HINSTANCE HPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
Variables | |
HWND | HListBox = NULL |
HWND | VListBox = NULL |
const int | ID_LISTBOX = 101 |
const int | ID_LISTBOX2 = 102 |
BOOL | useDIBits =FALSE |
HINSTANCE | HInst |
HINSTANCE | HPrevInst |
TCHAR * | cmdline |
const char * | WndClassName = "GMainWnd" |
BITMAP | bmp |
BITMAPINFO | bmInfo |
char * | bbits = NULL |
const char * | filename = "LENA.BMP" |
HDC | HMemDC = NULL |
HBITMAP | HOldBmp = NULL |
float | zoom_factor_h = 0.5 |
float | zoom_factor_v = 0.5 |
RECT | RDest = {5, 5, 0, 0} |
anonymous enum |
Enumerator | |
---|---|
ID_ZOOM25 | |
ID_ZOOM50 | |
ID_ZOOM75 | |
ID_ZOOM100 | |
ID_ZOOM125 | |
ID_ZOOM150 | |
ID_ZOOM200 | |
ID_ZOOM300 |
Definition at line 146 of file stretchblt.cpp.
Definition at line 149 of file stretchblt.cpp.
Referenced by WinMain().
int APIENTRY WinMain | ( | HINSTANCE | HInstance, |
HINSTANCE | HPrevInstance, | ||
LPTSTR | lpCmdLine, | ||
int | nCmdShow | ||
) |
Definition at line 38 of file stretchblt.cpp.
Definition at line 137 of file stretchblt.cpp.
Referenced by MainWndProc().
BITMAPINFO bmInfo |
Definition at line 136 of file stretchblt.cpp.
Referenced by MainWndProc().
BITMAP bmp |
Definition at line 135 of file stretchblt.cpp.
Referenced by MainWndProc().
TCHAR* cmdline |
Definition at line 32 of file stretchblt.cpp.
Referenced by _tWinMain(), _wsystem(), Activate_RunDLL(), command_line_to_args(), CommandLineToArgvW(), create_ie_window(), create_process(), create_server_process(), create_target_process(), custom_start_server(), debugclient_CreateProcess(), debugclient_CreateProcessAndAttach(), DECLARE_INTERFACE_(), DelNodeRunDLL32A(), DelNodeRunDLL32W(), DllInstall(), DoEntry(), fork_helper(), get_extrac_args(), getCommandLineFromProcess(), GetHostnameFromCommand(), HandleCommandLine(), IEWinMain(), InstallHinfSectionA(), InstallHinfSectionW(), InstallReg_RunDLL(), LaunchINFSectionA(), LaunchINFSectionExA(), LaunchINFSectionExW(), LaunchINFSectionW(), LoadPerfCounterTextStringsA(), LoadPerfCounterTextStringsW(), main(), MainWndProc(), MsiReinstallFeatureW(), OpenAs_RunDLLA(), OpenAs_RunDLLW(), OpenURLA(), PrintHTML(), process_args(), ProcessCmdLine(), processQueryValue(), read_reg_output_(), RegisterOCX(), ResetStatsW(), run_child(), run_child_process(), run_client(), run_cmdline(), run_rapps(), run_reg_exe_(), run_regedit_exe_(), runCmd(), RunDlg_GetParentDir(), RunDLL(), BtrfsPropSheet::set_cmdline(), start_server(), test___getmainargs_parent(), test_alloc_shared(), test_apc_deadlock(), test_Directory(), TEST_DoTestEntry(), TEST_DoTestEntryStruct(), test_ExitProcess(), test_file_inherit(), test_GetProcessVersion(), test_internet_features(), test_invalid_stdin(), test_IsWow64Process(), test_LaunchINFSection(), test_LaunchINFSectionEx(), test_LresultFromObject(), test_process_access(), test_query_process_debug_flags(), test_query_process_debug_object_handle(), test_query_process_debug_port(), test_shared_memory(), test_shared_memory_ro(), test_stdout_handle(), test_TerminateProcess(), UnloadPerfCounterTextStringsA(), UnloadPerfCounterTextStringsW(), WinMain(), wmain(), wWinMain(), and XCOPY_ParseCommandLine().
Definition at line 138 of file stretchblt.cpp.
HINSTANCE HInst |
Definition at line 30 of file stretchblt.cpp.
Referenced by MainWndProc(), and WinMain().
Definition at line 24 of file stretchblt.cpp.
Referenced by MainWndProc(), and WinMain().
Definition at line 139 of file stretchblt.cpp.
Referenced by MainWndProc().
Definition at line 140 of file stretchblt.cpp.
Referenced by MainWndProc().
HINSTANCE HPrevInst |
Definition at line 31 of file stretchblt.cpp.
Referenced by WinMain().
Definition at line 26 of file stretchblt.cpp.
Referenced by MainWndProc(), and WinMain().
Definition at line 27 of file stretchblt.cpp.
Referenced by MainWndProc(), and WinMain().
RECT RDest = {5, 5, 0, 0} |
Definition at line 145 of file stretchblt.cpp.
Referenced by MainWndProc().
Definition at line 28 of file stretchblt.cpp.
Referenced by MainWndProc().
Definition at line 25 of file stretchblt.cpp.
Referenced by MainWndProc(), and WinMain().
Definition at line 33 of file stretchblt.cpp.
Referenced by WinMain().
float zoom_factor_h = 0.5 |
Definition at line 143 of file stretchblt.cpp.
Referenced by MainWndProc().
float zoom_factor_v = 0.5 |
Definition at line 144 of file stretchblt.cpp.
Referenced by MainWndProc().