Searched refs:data_height (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevpdfi.c | 919 pdev->image_mask_scale = (double)pxo->data_height / pxo->height; in pdf_end_and_do_image() 936 int data_height = height - pie->rows_left; in pdf_image_end_image_data() local 940 ((pdf_x_object_t *)pie->writer.pres)->data_height = data_height; in pdf_image_end_image_data() 941 else if (data_height > 0) in pdf_image_end_image_data() 942 pdf_put_image_matrix(pdev, &pie->mat, (double)data_height / height); in pdf_image_end_image_data() 943 if (data_height > 0) { in pdf_image_end_image_data() 944 code = pdf_complete_image_data(pdev, &pie->writer, data_height, in pdf_image_end_image_data() 948 code = pdf_end_image_binary(pdev, &pie->writer, data_height); in pdf_image_end_image_data() 963 code = pdf_end_image_binary(pdev, &writer, data_height); in pdf_image_end_image_data()
|
| H A D | gxclrast.c | 290 uint data_height; in clist_playback_band() local 1058 cmd_getw(data_height, cbp); in clist_playback_band() 1059 if (data_height == 0) { in clist_playback_band() 1091 cmd_getw(data_height, cbp); in clist_playback_band() 1092 if (data_height == 0) { in clist_playback_band() 1105 data_height, bytes_per_plane); in clist_playback_band() 1122 data_size *= data_height; in clist_playback_band() 1164 data_height; in clist_playback_band() 1178 data_height, in clist_playback_band() 1183 data_height); in clist_playback_band()
|
| H A D | gdevpdfj.c | 276 scale = (double)pxo->data_height / pxo->height; in pdf_do_image() 340 pxo->data_height = h; in pdf_begin_write_image()
|
| H A D | gdevpdfx.h | 177 int data_height; /* actual data height for images */ member
|