Searched defs:outRows (Results 1 – 2 of 2) sorted by relevance
241 bool* hasTransparency, int* colorType, png_bytepp outRows) { in analyze_image()434 png_bytepp outRows = (png_bytepp)malloc((int)info->height * sizeof(png_bytep)); in writePng() local
879 int *colorType, png_bytepp outRows) in analyze_image()1153 png_bytepp outRows = (png_bytepp) malloc((int) imageInfo.height * sizeof(png_bytep)); in write_png() local