Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-x.c693 int ximage_rowbytes = ximage->bytes_per_line; in rpng_x_display_image() local
700 image_width, image_rowbytes, ximage_rowbytes)) in rpng_x_display_image()
710 dest = ximage->data + row*ximage_rowbytes; in rpng_x_display_image()
784 dest = ximage->data + row*ximage_rowbytes; in rpng_x_display_image()
Drpng2-x.c1083 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_load_bg_image() local
1299 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_load_bg_image()
1337 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_load_bg_image()
1376 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_display_row() local
1425 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_display_row()
1500 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_display_row()
1619 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_redisplay_image() local
1625 rpng2_info.width, rpng2_info.rowbytes, ximage_rowbytes)) in rpng2_x_redisplay_image()
1646 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_redisplay_image()
1773 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_redisplay_image()