Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgdevpnga.c471 byte *buf_ptr = buf_plane; in pdf14_push_transparency_group() local
476 memcpy (buf_ptr, tos_ptr, width); in pdf14_push_transparency_group()
477 buf_ptr += buf->rowstride; in pdf14_push_transparency_group()
652 byte *buf_ptr = buf->data; in pnga_output_page() local
715 row[(x << 2)] = buf_ptr[x]; in pnga_output_page()
716 row[(x << 2) + 1] = buf_ptr[x + planestride]; in pnga_output_page()
717 row[(x << 2) + 2] = buf_ptr[x + planestride * 2]; in pnga_output_page()
718 row[(x << 2) + 3] = buf_ptr[x + planestride * 3]; in pnga_output_page()
721 buf_ptr += buf->rowstride; in pnga_output_page()
H A Dgdevp14.c411 byte *buf_ptr = buf_plane; in pdf14_push_transparency_group() local
416 memcpy (buf_ptr, tos_ptr, width); in pdf14_push_transparency_group()
417 buf_ptr += buf->rowstride; in pdf14_push_transparency_group()
703 const byte *buf_ptr = buf; in dump_planar_rgba() local
764 row[(x << 2)] = buf_ptr[x]; in dump_planar_rgba()
765 row[(x << 2) + 1] = buf_ptr[x + planestride]; in dump_planar_rgba()
766 row[(x << 2) + 2] = buf_ptr[x + planestride * 2]; in dump_planar_rgba()
767 row[(x << 2) + 3] = buf_ptr[x + planestride * 3]; in dump_planar_rgba()
770 buf_ptr += rowstride; in dump_planar_rgba()
811 byte *buf_ptr = buf->data; in pdf14_put_image() local
[all …]