Lines Matching refs:png_bytepp
54 png_bytepp rows;
61 png_bytepp allocRows;
104 outImageInfo->rows = (png_bytepp)malloc(
217 png_bytepp rows, int offset, int height, bool transparent, bool required,
266 png_bytepp rows, int left, int top, int right, int bottom)
441 image->rows = (png_bytepp)malloc((H-2) * png_sizeof(png_bytep));
616 static void dump_image(int w, int h, png_bytepp rows, int color_type)
671 png_bytepp outRows)
851 png_bytepp outRows = (png_bytepp) malloc((int) imageInfo.height * png_sizeof(png_bytep));
852 if (outRows == (png_bytepp) 0) {
938 png_bytepp rows;