Home
last modified time | relevance | path

Searched refs:gr_surface (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dminui.h36 typedef GRSurface* gr_surface; typedef
53 void gr_texticon(int x, int y, gr_surface icon);
57 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
58 unsigned int gr_get_width(gr_surface surface);
59 unsigned int gr_get_height(gr_surface surface);
88 int res_create_display_surface(const char* name, gr_surface* pSurface);
95 int* frames, gr_surface** pSurface);
98 int res_create_alpha_surface(const char* name, gr_surface* pSurface);
107 gr_surface* pSurface);
111 void res_free_surface(gr_surface surface);
H A Dresources.c39 static gr_surface malloc_surface(size_t data_size) { in malloc_surface()
42 gr_surface surface = (gr_surface) temp; in malloc_surface()
141 static gr_surface init_display_surface(png_uint_32 width, png_uint_32 height) { in init_display_surface()
142 gr_surface surface; in init_display_surface()
200 int res_create_display_surface(const char* name, gr_surface* pSurface) { in res_create_display_surface()
201 gr_surface surface = NULL; in res_create_display_surface()
235 int res_create_multi_display_surface(const char* name, int* frames, gr_surface** pSurface) { in res_create_multi_display_surface()
236 gr_surface* surface = NULL; in res_create_multi_display_surface()
269 surface = malloc(*frames * sizeof(gr_surface)); in res_create_multi_display_surface()
293 *pSurface = (gr_surface*) surface; in res_create_multi_display_surface()
[all …]
H A Dgraphics_fbdev.c35 static gr_surface fbdev_init(minui_backend*);
36 static gr_surface fbdev_flip(minui_backend*);
81 static gr_surface fbdev_init(minui_backend* backend) { in fbdev_init()
180 static gr_surface fbdev_flip(minui_backend* backend __unused) { in fbdev_flip()
H A Dgraphics.h29 gr_surface (*init)(struct minui_backend*);
34 gr_surface (*flip)(struct minui_backend*);
H A Dgraphics_adf.c49 static gr_surface adf_flip(struct minui_backend *backend);
137 static gr_surface adf_init(minui_backend *backend) in adf_init()
142 gr_surface ret; in adf_init()
194 static gr_surface adf_flip(struct minui_backend *backend) in adf_flip()
H A Dgraphics.c327 gr_surface frame = images[x%frames];
/OK3568_Linux_fs/external/recovery/minui/
H A Dminui.h36 typedef GRSurface* gr_surface; typedef
58 void gr_texticon(int x, int y, gr_surface icon);
62 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
63 unsigned int gr_get_width(gr_surface surface);
64 unsigned int gr_get_height(gr_surface surface);
105 int res_create_display_surface(const char* name, gr_surface* pSurface);
112 int* frames, gr_surface** pSurface);
115 int res_create_alpha_surface(const char* name, gr_surface* pSurface);
124 gr_surface* pSurface);
128 void res_free_surface(gr_surface surface);
H A Dresources.c39 static gr_surface malloc_surface(size_t data_size) in malloc_surface()
43 gr_surface surface = (gr_surface) temp; in malloc_surface()
143 static gr_surface init_display_surface(png_uint_32 width, png_uint_32 height) in init_display_surface()
145 gr_surface surface; in init_display_surface()
204 int res_create_display_surface(const char* name, gr_surface* pSurface) in res_create_display_surface()
206 gr_surface surface = NULL; in res_create_display_surface()
240 int res_create_multi_display_surface(const char* name, int* frames, gr_surface** pSurface) in res_create_multi_display_surface()
242 gr_surface* surface = NULL; in res_create_multi_display_surface()
275 surface = malloc(*frames * sizeof(gr_surface)); in res_create_multi_display_surface()
299 *pSurface = (gr_surface*) surface; in res_create_multi_display_surface()
[all …]
H A Dgraphics_fbdev.c35 static gr_surface fbdev_init(minui_backend*);
36 static gr_surface fbdev_flip(minui_backend*);
82 static gr_surface fbdev_init(minui_backend* backend) in fbdev_init()
182 static gr_surface fbdev_flip(minui_backend* backend __unused) in fbdev_flip()
H A Dgraphics.h29 gr_surface (*init)(struct minui_backend*);
34 gr_surface (*flip)(struct minui_backend*);
H A Dgraphics_adf.c49 static gr_surface adf_flip(struct minui_backend *backend);
137 static gr_surface adf_init(minui_backend *backend) in adf_init()
142 gr_surface ret; in adf_init()
194 static gr_surface adf_flip(struct minui_backend *backend) in adf_flip()
H A Dgraphics.c286 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) in gr_blit()
405 gr_surface frame = images[x % frames];
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dscreen_ui.h74 gr_surface backgroundIcon[3];
75 gr_surface *installationOverlay;
76 gr_surface *progressBarIndeterminate;
77 gr_surface progressBarEmpty;
78 gr_surface progressBarFill;
141 void LoadBitmap(const char* filename, gr_surface* surface);
H A Dui.c45 static gr_surface gBackgroundIcon[NUM_BACKGROUND_ICONS];
46 static gr_surface gProgressBarIndeterminate[PROGRESSBAR_INDETERMINATE_STATES];
47 static gr_surface gProgressBarEmpty;
48 static gr_surface gProgressBarFill;
50 static const struct { gr_surface* surface; const char *name; } BITMAPS[] = {
64 static gr_surface gCurrentIcon = NULL;
158 static void draw_background_locked(gr_surface icon) in draw_background_locked()
/OK3568_Linux_fs/external/recovery/
H A Dui.c42 static gr_surface gBackgroundIcon[NUM_BACKGROUND_ICONS];
43 static gr_surface gProgressBarIndeterminate[PROGRESSBAR_INDETERMINATE_STATES];
44 static gr_surface gProgressBarEmpty;
45 static gr_surface gProgressBarFill;
47 static const struct { gr_surface* surface; const char *name; } BITMAPS[] = {
61 static gr_surface gCurrentIcon = NULL;
96 static void draw_background_locked(gr_surface icon) in draw_background_locked()