Home
last modified time | relevance | path

Searched refs:pdf_sprint_matrix (Results 1 – 4 of 4) sorted by relevance

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdev.h78 extern int pdf_sprint_matrix (char *buf, const pdf_tmatrix *p);
H A Dpdfdev.c223 pdf_sprint_matrix (char *buf, const pdf_tmatrix *M) in pdf_sprint_matrix() function
560 len += pdf_sprint_matrix(format_buffer+len, &tm); in dev_set_text_matrix()
H A Dpdfdraw.c767 len += pdf_sprint_matrix(buf + len, M); in pdf_dev__rectshape()
1329 len += pdf_sprint_matrix(buf + len, M); in pdf_dev_concat()
H A Dspc_pdfm.c1288 len += pdf_sprint_matrix(work_buffer + len, &M); in spc_handler_pdfm_content()