Searched refs:writeInfoPtr (Results 1 – 1 of 1) sorted by relevance
1194 png_infop writeInfoPtr = nullptr; in process() local1232 writeInfoPtr = png_create_info_struct(writePtr); in process()1233 if (!writeInfoPtr) { in process()1243 if (!writePng(mDiag, writePtr, writeInfoPtr, &pngInfo, options.grayscale_tolerance)) { in process()1254 png_destroy_write_struct(&writePtr, &writeInfoPtr); in process()