Searched refs:imgfile (Results 1 – 3 of 3) sorted by relevance
279 FILE *imgfile; in _print_page() local316 imgfile = fopen(pathname, "r"); in _print_page()317 if (imgfile) { in _print_page()324 if ((result = wprint_image_get_info(imgfile, image_info)) == OK) { in _print_page()478 fclose(imgfile); in _print_page()
72 FILE *imgfile; member181 status_t wprint_image_get_info(FILE *imgfile, wprint_image_info_t *image_info);
41 status_t wprint_image_get_info(FILE *imgfile, wprint_image_info_t *image_info) { in wprint_image_get_info() argument44 image_info->imgfile = imgfile; in wprint_image_get_info()