Searched refs:image_rowbytes (Results 1 - 2 of 2) sorted by relevance

/external/libpng/contrib/gregbook/
H A Drpng-win.c151 static ulg image_width, image_height, image_rowbytes; variable
430 &image_rowbytes);
590 image_width, image_rowbytes, wimage_rowbytes))
600 src = image_data + row*image_rowbytes;
H A Drpng-x.c133 static ulg image_width, image_height, image_rowbytes; variable
379 &image_rowbytes);
700 image_width, image_rowbytes, ximage_rowbytes))
709 src = image_data + row*image_rowbytes;
783 src = image_data + row*image_rowbytes;

Completed in 321 milliseconds