Home
last modified time | relevance | path

Searched refs:ppbRowPointers (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/visupng/
DPngFile.c111 static png_byte **ppbRowPointers = NULL; local
252 if ((ppbRowPointers = (png_bytepp) malloc((*piHeight)
261 ppbRowPointers[i] = pbImageData + i * ulRowBytes;
265 png_read_image(png_ptr, ppbRowPointers);
273 free (ppbRowPointers);
274 ppbRowPointers = NULL;
285 if(ppbRowPointers)
286 free (ppbRowPointers);
307 static png_byte **ppbRowPointers = NULL; local
365 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL)
[all …]