Lines Matching defs:fInfoPtr
63 png_infop infoPtr() { return fInfoPtr; }
68 png_destroy_write_struct(&fPngPtr, &fInfoPtr);
75 , fInfoPtr(infoPtr)
79 png_infop fInfoPtr;
191 png_set_IHDR(fPngPtr, fInfoPtr, srcInfo.width(), srcInfo.height(),
195 png_set_sBIT(fPngPtr, fInfoPtr, &sigBit);
229 png_set_text(fPngPtr, fInfoPtr, png_texts.data(), png_texts.size());
371 png_set_sRGB(fPngPtr, fInfoPtr, PNG_sRGB_INTENT_PERCEPTUAL);
373 set_icc(fPngPtr, fInfoPtr, info);
384 png_write_info(fPngPtr, fInfoPtr);