Searched refs:pixman_image_from_file (Results 1 – 3 of 3) sorted by relevance
10 pixman_image_from_file (const char *filename, pixman_format_code_t format);
7 pixman_image_from_file (const char *filename, pixman_format_code_t format) in pixman_image_from_file() function
417 if (!(image = pixman_image_from_file (argv[1], PIXMAN_a8r8g8b8))) in main()