Home
last modified time | relevance | path

Searched refs:write_matrix (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dzmatrix.c46 return write_matrix(op, &mat); in zdefaultmatrix()
125 (code = write_matrix(op, &mat)) < 0 in ztranslate()
156 (code = write_matrix(op, &mat)) < 0 in zscale()
187 (code = write_matrix(op, &mat)) < 0 in zrotate()
226 (code = write_matrix(op, &mp)) < 0 in zconcatmatrix()
333 (code = write_matrix(op, &m)) < 0 in zinvertmatrix()
H A Diutil.h151 #define write_matrix(op, pmat)\ macro
H A Dgdevpdfd.c740 if (cvd->write_matrix) in write_image_with_clip()
782 code = write_image(pdev, &cvd->mdev, (cvd->write_matrix ? &cvd->m : NULL)); in pdf_dump_converted_image()
829 code = write_mask(pdev, cvd->mask, (cvd->write_matrix ? &cvd->m : NULL)); in pdf_dump_converted_image()
923 cvd->write_matrix = true; in pdf_setup_masked_image_converter()
1131 cvd.write_matrix = false; in gdev_pdf_fill_path()
H A Dzdpnext.c268 code = write_matrix(op, &mat); in zsizeimagebox()
H A Dzmedia2.c268 code = write_matrix(op, &mat); in zmatchpagesize()
H A Dgdevpdfx.h925 bool write_matrix; member