ReactOS
0.4.15-dev-1618-g9c8ed68
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | IMAGE_FRAME_SIZE 1 |
Functions | |
static VOID | EditWndUpdateScrollInfo (PEDIT_WND_INFO Info) |
static BOOL | LoadBlankCanvas (PEDIT_WND_INFO Info) |
static BOOL | LoadDIBImage (PEDIT_WND_INFO Info) |
static BOOL | InitEditWnd (PEDIT_WND_INFO Info) |
static VOID | DestroyEditWnd (PEDIT_WND_INFO Info) |
static VOID | ImageEditWndRepaint (PEDIT_WND_INFO Info, HDC hDC, LPPAINTSTRUCT lpps) |
static LRESULT CALLBACK | ImageEditWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
VOID | SetImageEditorEnvironment (PEDIT_WND_INFO Info, BOOL Setup) |
BOOL | CreateImageEditWindow (PMAIN_WND_INFO MainWnd, POPEN_IMAGE_EDIT_INFO OpenInfo) |
BOOL | InitImageEditWindowImpl (VOID) |
VOID | UninitImageEditWindowImpl (VOID) |
Variables | |
static const TCHAR | szImageEditWndClass [] = TEXT("ImageSoftEditWndClass") |
#define IMAGE_FRAME_SIZE 1 |
Definition at line 5 of file imgedwnd.c.
BOOL CreateImageEditWindow | ( | PMAIN_WND_INFO | MainWnd, |
POPEN_IMAGE_EDIT_INFO | OpenInfo | ||
) |
Definition at line 459 of file imgedwnd.c.
Referenced by MainWndCommand().
|
static |
Definition at line 175 of file imgedwnd.c.
Referenced by ImageEditWndProc().
|
static |
Definition at line 8 of file imgedwnd.c.
Referenced by ImageEditWndProc(), and InitEditWnd().
|
static |
Definition at line 232 of file imgedwnd.c.
Referenced by InitImageEditWindowImpl().
|
static |
Definition at line 206 of file imgedwnd.c.
Referenced by ImageEditWndProc().
|
static |
Definition at line 128 of file imgedwnd.c.
Referenced by ImageEditWndProc().
Definition at line 513 of file imgedwnd.c.
Referenced by _tWinMain().
|
static |
Definition at line 37 of file imgedwnd.c.
Referenced by InitEditWnd().
|
static |
Definition at line 48 of file imgedwnd.c.
Referenced by InitEditWnd().
VOID SetImageEditorEnvironment | ( | PEDIT_WND_INFO | Info, |
BOOL | Setup | ||
) |
Definition at line 445 of file imgedwnd.c.
Referenced by MainWndSwitchEditorContext().
Definition at line 3 of file imgedwnd.c.
Referenced by CreateImageEditWindow(), InitImageEditWindowImpl(), and UninitImageEditWindowImpl().