Searched refs:imgfile (Results 1 - 3 of 3) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
H A Dwprint_image.h72 FILE *imgfile; member in struct:__anon186
181 status_t wprint_image_get_info(FILE *imgfile, wprint_image_info_t *image_info);
H A Dplugin_pcl.c279 FILE *imgfile; local
316 imgfile = fopen(pathname, "r");
317 if (imgfile) {
324 if ((result = wprint_image_get_info(imgfile, image_info)) == OK) {
478 fclose(imgfile);
H A Dwprint_image.c41 status_t wprint_image_get_info(FILE *imgfile, wprint_image_info_t *image_info) { argument
44 image_info->imgfile = imgfile;

Completed in 215 milliseconds