Searched defs:ppbRowPointers (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/contrib/visupng/
H A DPngFile.c106 static png_byte **ppbRowPointers = NULL; local
237 if ((ppbRowPointers = (png_bytepp) malloc((*piHeight)
246 ppbRowPointers[i] = pbImageData + i * ulRowBytes;
250 png_read_image(png_ptr, ppbRowPointers);
258 free (ppbRowPointers);
259 ppbRowPointers = NULL;
270 if(ppbRowPointers)
271 free (ppbRowPointers);
292 static png_byte **ppbRowPointers = NULL; local
350 if ((ppbRowPointers
[all...]

Completed in 43 milliseconds