Home | History | Annotate | Download | only in gregbook

Lines Matching refs:ximage_rowbytes

1087     int ximage_rowbytes = ximage->bytes_per_line;
1303 dest = ximage->data + row*ximage_rowbytes;
1341 dest = ximage->data + row*ximage_rowbytes;
1380 int ximage_rowbytes = ximage->bytes_per_line;
1429 dest = ximage->data + row*ximage_rowbytes;
1504 dest = ximage->data + row*ximage_rowbytes;
1623 int ximage_rowbytes = ximage->bytes_per_line;
1628 Trace((stderr, " (width = %ld, rowbytes = %d, ximage_rowbytes = %d)\n",
1629 rpng2_info.width, rpng2_info.rowbytes, ximage_rowbytes))
1650 dest = ximage->data + row*ximage_rowbytes;
1777 dest = ximage->data + row*ximage_rowbytes;