Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/example_internal/all_widgets_1555xrgb/
Dimage_convert_screen.c12 GX_PIXELMAP *png_to_1555xrgb_map = GX_NULL; variable
25 png_to_1555xrgb_map = &pixelmap_memory[0]; in png_jpeg_to_1555xrgb_convert()
36 if (gx_image_reader_start(&image_reader, png_to_1555xrgb_map) != GX_SUCCESS) in png_jpeg_to_1555xrgb_convert()
38 png_to_1555xrgb_map = GX_NULL; in png_jpeg_to_1555xrgb_convert()
58 if (png_to_1555xrgb_map) in cleanup_output_pixelmaps()
60 if (png_to_1555xrgb_map->gx_pixelmap_data) in cleanup_output_pixelmaps()
62 memory_free((VOID *)png_to_1555xrgb_map->gx_pixelmap_data); in cleanup_output_pixelmaps()
63 png_to_1555xrgb_map->gx_pixelmap_data = GX_NULL; in cleanup_output_pixelmaps()
66 if (png_to_1555xrgb_map->gx_pixelmap_aux_data) in cleanup_output_pixelmaps()
68 memory_free((VOID *)png_to_1555xrgb_map->gx_pixelmap_aux_data); in cleanup_output_pixelmaps()
[all …]