Searched refs:outImageInfo (Results 1 – 1 of 1) sorted by relevance
100 image_info* outImageInfo) in read_png() argument110 png_get_IHDR(read_ptr, read_info, &outImageInfo->width, in read_png()111 &outImageInfo->height, &bit_depth, &color_type, in read_png()142 outImageInfo->rows = (png_bytepp)malloc( in read_png()143 outImageInfo->height * sizeof(png_bytep)); in read_png()144 outImageInfo->allocHeight = outImageInfo->height; in read_png()145 outImageInfo->allocRows = outImageInfo->rows; in read_png()147 png_set_rows(read_ptr, read_info, outImageInfo->rows); in read_png()149 for (i = 0; i < (int)outImageInfo->height; i++) in read_png()151 outImageInfo->rows[i] = (png_bytep) in read_png()[all …]