Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/modules/HibernateEnabler/graphic_utils.h

1 /* Graphic utility functions and data types
2 * Prashant Vaibhav (C) 12/12/2008
3 * Chameleon
4 */
5
6// Everything here is 32 bits per pixel non-premultiplied ARGB format
7//
8
9#ifndef H_GRAPHIC_UTILS_H
10#define H_GRAPHIC_UTILS_H
11
12#include "libsa.h"
13
14
15void drawPreview(void *src, uint8_t * saveunder);
16void
17spinActivityIndicator_hook(void *arg1, void *arg2, void *arg3, void *arg4, void* arg5, void* arg6);
18
19void updateProgressBar(uint8_t * saveunder, int32_t firstBlob, int32_t select);
20
21void
22loadImageScale (void *input, int iw, int ih, int ip, void *output, int ow, int oh, int op, int or);
23
24void
25setVideoMode( int mode);
26
27#endif//H_GRAPHIC_UTILS_H
28

Archive Download this file

Revision: 2006