Lines Matching defs:fp
1480 FILE *fp = fopen(file_name, "rb");1482 if (fp != NULL)1486 image->opaque->png_ptr->io_ptr = fp;1492 (void)fclose(fp);