Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-x.c699 int ximage_rowbytes = ximage->bytes_per_line; in rpng_x_display_image() local
706 image_width, image_rowbytes, ximage_rowbytes)) in rpng_x_display_image()
716 dest = ximage->data + row*ximage_rowbytes; in rpng_x_display_image()
790 dest = ximage->data + row*ximage_rowbytes; in rpng_x_display_image()
Drpng2-x.c1087 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_load_bg_image() local
1303 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_load_bg_image()
1341 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_load_bg_image()
1380 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_display_row() local
1429 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_display_row()
1504 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_display_row()
1623 int ximage_rowbytes = ximage->bytes_per_line; in rpng2_x_redisplay_image() local
1629 rpng2_info.width, rpng2_info.rowbytes, ximage_rowbytes)) in rpng2_x_redisplay_image()
1650 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_redisplay_image()
1777 dest = ximage->data + row*ximage_rowbytes; in rpng2_x_redisplay_image()