Searched refs:ppbRowPointers (Results 1 – 1 of 1) sorted by relevance
111 static png_byte **ppbRowPointers = NULL; in PngLoadImage() local248 if ((ppbRowPointers = (png_bytepp) malloc((*piHeight) in PngLoadImage()257 ppbRowPointers[i] = pbImageData + i * ulRowBytes; in PngLoadImage()261 png_read_image(png_ptr, ppbRowPointers); in PngLoadImage()269 free (ppbRowPointers); in PngLoadImage()270 ppbRowPointers = NULL; in PngLoadImage()281 if(ppbRowPointers) in PngLoadImage()282 free (ppbRowPointers); in PngLoadImage()303 static png_byte **ppbRowPointers = NULL; in PngSaveImage() local361 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL) in PngSaveImage()[all …]