Searched refs:ppbRowPointers (Results 1 – 1 of 1) sorted by relevance
111 static png_byte **ppbRowPointers = NULL; local252 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; local365 if ((ppbRowPointers = (png_bytepp) malloc(iHeight * sizeof(png_bytep))) == NULL)[all …]