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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-x.c647 int ximage_rowbytes = ximage->bytes_per_line; local
653 Trace((stderr, " (width = %ld, rowbytes = %ld, ximage_rowbytes = %d)\n",
654 image_width, image_rowbytes, ximage_rowbytes))
664 dest = ximage->data + row*ximage_rowbytes;
738 dest = ximage->data + row*ximage_rowbytes;
H A Drpng2-x.c862 int ximage_rowbytes = ximage->bytes_per_line; local
1074 dest = ximage->data + row*ximage_rowbytes;
1096 dest = ximage->data + row*ximage_rowbytes;
1135 int ximage_rowbytes = ximage->bytes_per_line; local
1186 dest = ximage->data + row*ximage_rowbytes;
1247 dest = ximage->data + row*ximage_rowbytes;

Completed in 40 milliseconds