|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winnls.h"#include "commctrl.h"#include "vfw.h"#include "mmsystem.h"#include "comctl32.h"#include "wine/debug.h"#include "wine/heap.h"
Go to the source code of this file.
Classes | |
| struct | ANIMATE_INFO |
Macros | |
| #define | ANIMATE_COLOR_NONE 0xffffffff |
Variables | |
| struct { | |
| HMODULE hModule | |
| DWORD | |
| UINT | |
| DWORD_PTR | |
| LPBITMAPINFOHEADER | |
| LPVOID | |
| } | fnIC |
Definition at line 384 of file animate.c.
Referenced by ANIMATE_Play().
|
static |
Definition at line 795 of file animate.c.
Referenced by ANIMATE_WindowProc().
|
static |
Definition at line 832 of file animate.c.
Referenced by ANIMATE_WindowProc().
|
static |
Definition at line 138 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Stop().
|
static |
Definition at line 340 of file animate.c.
Referenced by ANIMATE_AnimationThread(), ANIMATE_Play(), and ANIMATE_Timer().
|
static |
Definition at line 848 of file animate.c.
Referenced by ANIMATE_WindowProc().
|
static |
Definition at line 181 of file animate.c.
Referenced by ANIMATE_Destroy(), ANIMATE_OpenW(), and ANIMATE_WindowProc().
|
static |
Definition at line 646 of file animate.c.
Referenced by ANIMATE_OpenW().
|
static |
Definition at line 478 of file animate.c.
Referenced by ANIMATE_OpenW().
|
static |
Definition at line 129 of file animate.c.
Referenced by ANIMATE_OpenW().
|
static |
Definition at line 95 of file animate.c.
Referenced by ANIMATE_OpenW().
|
static |
Definition at line 88 of file animate.c.
Referenced by ANIMATE_DoStop(), and ANIMATE_Play().
|
static |
Definition at line 764 of file animate.c.
Referenced by ANIMATE_WindowProc().
|
static |
Definition at line 694 of file animate.c.
Referenced by ANIMATE_OpenA(), and ANIMATE_WindowProc().
|
static |
Definition at line 252 of file animate.c.
Referenced by ANIMATE_DrawFrame(), and ANIMATE_WindowProc().
|
static |
Definition at line 409 of file animate.c.
Referenced by ANIMATE_OpenW(), and ANIMATE_WindowProc().
Definition at line 965 of file animate.c.
Referenced by DllMain().
|
static |
Definition at line 784 of file animate.c.
Referenced by ANIMATE_WindowProc().
|
static |
Definition at line 862 of file animate.c.
Referenced by ANIMATE_WindowProc().
|
static |
Definition at line 368 of file animate.c.
Referenced by ANIMATE_WindowProc().
|
static |
Definition at line 220 of file animate.c.
Referenced by ANIMATE_PaintFrame().
|
static |
Definition at line 876 of file animate.c.
Referenced by ANIMATE_Register().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | animate | ) |
Definition at line 47 of file animate.c.
Referenced by ANIMATE_Create().
| struct { ... } fnIC |
Referenced by ANIMATE_Create(), ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_GetAviCodec().