Searched refs:open_png (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | resources.c | 49 static int open_png(const char* name, png_structp* png_ptr, png_infop* info_ptr, in open_png() function 215 result = open_png(name, &png_ptr, &info_ptr, &width, &height, &channels); in res_create_display_surface() 253 result = open_png(name, &png_ptr, &info_ptr, &width, &height, &channels); in res_create_multi_display_surface() 326 result = open_png(name, &png_ptr, &info_ptr, &width, &height, &channels); in res_create_alpha_surface() 399 result = open_png(name, &png_ptr, &info_ptr, &width, &height, &channels); in res_create_localized_alpha_surface()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | resources.c | 48 static int open_png(const char* name, png_structp* png_ptr, png_infop* info_ptr, in open_png() function 210 result = open_png(name, &png_ptr, &info_ptr, &width, &height, &channels); in res_create_display_surface() 247 result = open_png(name, &png_ptr, &info_ptr, &width, &height, &channels); in res_create_multi_display_surface() 319 result = open_png(name, &png_ptr, &info_ptr, &width, &height, &channels); in res_create_alpha_surface() 390 result = open_png(name, &png_ptr, &info_ptr, &width, &height, &channels); in res_create_localized_alpha_surface()
|