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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c100 static ulg image_width, image_height, image_rowbytes; variable
349 &image_rowbytes);
504 image_width, image_rowbytes, wimage_rowbytes))
514 src = image_data + row*image_rowbytes;
H A Drpng-x.c102 static ulg image_width, image_height, image_rowbytes; variable
341 &image_rowbytes);
654 image_width, image_rowbytes, ximage_rowbytes))
663 src = image_data + row*image_rowbytes;
737 src = image_data + row*image_rowbytes;

Completed in 114 milliseconds