Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dinterpret.h317 void pdf_tos_newline(pdf_text_object_state *tos, float leading);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-op-run.c1708 pdf_tos_newline(&pr->tos, gstate->text.leading); in pdf_run_Tstar()
1729 pdf_tos_newline(&pr->tos, gstate->text.leading); in pdf_run_squote()
1739 pdf_tos_newline(&pr->tos, gstate->text.leading); in pdf_run_dquote()
H A Dpdf-op-filter.c1416 pdf_tos_newline(&p->tos, p->gstate->pending.text.leading); in pdf_filter_Tstar()
1445 pdf_tos_newline(&p->tos, p->gstate->pending.text.leading); in pdf_filter_squote()
1462 pdf_tos_newline(&p->tos, p->gstate->pending.text.leading); in pdf_filter_dquote()
H A Dpdf-interpret.c1256 pdf_tos_newline(pdf_text_object_state *tos, float leading) in pdf_tos_newline() function