Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dobject.h149 void pdf_array_push_text_string(fz_context *ctx, pdf_obj *array, const char *x);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-object.c2364 void pdf_array_push_text_string(fz_context *ctx, pdf_obj *array, const char *x) in pdf_array_push_text_string() function