Home
last modified time | relevance | path

Searched refs:malloc_surface (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/recovery/minui/
H A Dresources.c39 static gr_surface malloc_surface(size_t data_size) in malloc_surface() function
147 surface = malloc_surface(width * height * 4); in init_display_surface()
334 surface = malloc_surface(width * height); in res_create_alpha_surface()
391 surface = malloc_surface(0); in res_create_localized_alpha_surface()
419 surface = malloc_surface(w * h); in res_create_localized_alpha_surface()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dresources.c39 static gr_surface malloc_surface(size_t data_size) { in malloc_surface() function
144 surface = malloc_surface(width * height * 4); in init_display_surface()
327 surface = malloc_surface(width * height); in res_create_alpha_surface()
382 surface = malloc_surface(0); in res_create_localized_alpha_surface()
410 surface = malloc_surface(w*h); in res_create_localized_alpha_surface()