Home
last modified time | relevance | path

Searched refs:ximage_rowbytes (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/gregbook/
Drpng-x.c700 int ximage_rowbytes = ximage->bytes_per_line; in rpng_x_display_image() local
707 image_width, image_rowbytes, ximage_rowbytes)) in rpng_x_display_image()
717 dest = ximage->data + row*ximage_rowbytes; in rpng_x_display_image()
791 dest = ximage->data + row*ximage_rowbytes; in rpng_x_display_image()
Drpng2-x.c1096 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_load_bg_image() local
1312 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_load_bg_image()
1350 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_load_bg_image()
1389 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_display_row() local
1438 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_display_row()
1513 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_display_row()
1632 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_redisplay_image() local
1638 rpng2_info.width, rpng2_info.rowbytes, ximage_rowbytes)) in rpng2_x_redisplay_image()
1659 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_redisplay_image()
1786 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_redisplay_image()