Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/example_internal/all_widgets_4444argb/
Dimage_convert_screen.c11 GX_PIXELMAP *png_to_4444argb_map = GX_NULL; variable
23 png_to_4444argb_map = &pixelmap_memory[0]; in png_jpeg_to_4444argb_convert()
34 if (gx_image_reader_start(&image_reader, png_to_4444argb_map) != GX_SUCCESS) in png_jpeg_to_4444argb_convert()
36 png_to_4444argb_map = GX_NULL; in png_jpeg_to_4444argb_convert()
56 if (png_to_4444argb_map) in cleanup_output_pixelmaps()
58 if (png_to_4444argb_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
60 memory_free((VOID *)png_to_4444argb_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
61 png_to_4444argb_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
64 if (png_to_4444argb_map->gx_pixelmap_aux_data) in cleanup_output_pixelmaps()
66 memory_free((VOID *)png_to_4444argb_map->gx_pixelmap_aux_data); in cleanup_output_pixelmaps()
[all …]