ReactOS 0.4.15-dev-8614-gbc76250
|
AVIStreamHeader ANIMATE_INFO::ash |
Definition at line 61 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), and ANIMATE_GetAviInfo().
CRITICAL_SECTION ANIMATE_INFO::cs |
Definition at line 70 of file animate.c.
Referenced by ANIMATE_AnimationThread(), ANIMATE_Create(), ANIMATE_Destroy(), ANIMATE_DoStop(), ANIMATE_Timer(), and ANIMATE_WindowProc().
int ANIMATE_INFO::currFrame |
Definition at line 79 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Play().
DWORD ANIMATE_INFO::dwStyle |
Definition at line 58 of file animate.c.
Referenced by ANIMATE_Create(), ANIMATE_OpenW(), ANIMATE_PaintFrame(), ANIMATE_Play(), ANIMATE_StyleChanged(), and ANIMATE_WindowProc().
HBITMAP ANIMATE_INFO::hbmPrevFrame |
Definition at line 83 of file animate.c.
Referenced by ANIMATE_Create(), ANIMATE_Free(), ANIMATE_PaintFrame(), and ANIMATE_WindowProc().
HBRUSH ANIMATE_INFO::hbrushBG |
Definition at line 82 of file animate.c.
Referenced by ANIMATE_OpenW(), and ANIMATE_PaintFrame().
HIC ANIMATE_INFO::hic |
Definition at line 65 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), and ANIMATE_PaintFrame().
HMMIO ANIMATE_INFO::hMMio |
Definition at line 55 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviInfo(), ANIMATE_LoadFileW(), ANIMATE_LoadResW(), ANIMATE_OpenW(), ANIMATE_Play(), and ANIMATE_Stop().
HGLOBAL ANIMATE_INFO::hRes |
Definition at line 54 of file animate.c.
Referenced by ANIMATE_Free(), and ANIMATE_LoadResW().
HANDLE ANIMATE_INFO::hStopEvent |
Definition at line 71 of file animate.c.
Referenced by ANIMATE_AnimationThread(), ANIMATE_DoStop(), and ANIMATE_Play().
HANDLE ANIMATE_INFO::hThread |
Definition at line 72 of file animate.c.
Referenced by ANIMATE_DoStop(), and ANIMATE_Play().
HWND ANIMATE_INFO::hwndNotify |
Definition at line 57 of file animate.c.
Referenced by ANIMATE_Create(), ANIMATE_EraseBackground(), ANIMATE_Notify(), and ANIMATE_OpenW().
HWND ANIMATE_INFO::hwndSelf |
Definition at line 56 of file animate.c.
Referenced by ANIMATE_AnimationThread(), ANIMATE_Create(), ANIMATE_Destroy(), ANIMATE_DoStop(), ANIMATE_EraseBackground(), ANIMATE_Notify(), ANIMATE_OpenW(), ANIMATE_PaintFrame(), ANIMATE_Play(), ANIMATE_StyleChanged(), ANIMATE_Timer(), and ANIMATE_WindowProc().
LPBITMAPINFOHEADER ANIMATE_INFO::inbih |
Definition at line 62 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), ANIMATE_GetAviInfo(), ANIMATE_PaintFrame(), and ANIMATE_TransparentBlt().
LPVOID ANIMATE_INFO::indata |
Definition at line 67 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviInfo(), and ANIMATE_PaintFrame().
LPDWORD ANIMATE_INFO::lpIndex |
Definition at line 63 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_GetAviInfo().
MainAVIHeader ANIMATE_INFO::mah |
Definition at line 60 of file animate.c.
Referenced by ANIMATE_AnimationThread(), ANIMATE_Free(), ANIMATE_GetAviInfo(), ANIMATE_OpenW(), and ANIMATE_Play().
int ANIMATE_INFO::nFromFrame |
Definition at line 76 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Play().
int ANIMATE_INFO::nLoop |
Definition at line 78 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Play().
int ANIMATE_INFO::nToFrame |
Definition at line 77 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), and ANIMATE_Play().
LPBITMAPINFOHEADER ANIMATE_INFO::outbih |
Definition at line 66 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), and ANIMATE_PaintFrame().
LPVOID ANIMATE_INFO::outdata |
Definition at line 68 of file animate.c.
Referenced by ANIMATE_DrawFrame(), ANIMATE_Free(), ANIMATE_GetAviCodec(), and ANIMATE_PaintFrame().
DWORD ANIMATE_INFO::threadId |
Definition at line 73 of file animate.c.
Referenced by ANIMATE_DoStop(), and ANIMATE_Play().
COLORREF ANIMATE_INFO::transparentColor |
Definition at line 81 of file animate.c.
Referenced by ANIMATE_Create(), ANIMATE_Free(), ANIMATE_PaintFrame(), and ANIMATE_TransparentBlt().
UINT ANIMATE_INFO::uTimer |
Definition at line 74 of file animate.c.
Referenced by ANIMATE_DoStop(), and ANIMATE_Play().