Home
last modified time | relevance | path

Searched refs:pdf_new_xobject (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dresource.h63 pdf_obj *pdf_new_xobject(fz_context *ctx, pdf_document *doc, fz_rect bbox, fz_matrix matrix, pdf_ob…
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-xobject.c77 pdf_new_xobject(fz_context *ctx, pdf_document *doc, fz_rect bbox, fz_matrix matrix, pdf_obj *res, f… in pdf_new_xobject() function
H A Dpdf-appearance.c1984 ap = pdf_new_xobject(ctx, annot->page->doc, bbox, matrix, res, buf); in draw_push_button()
2024 ap = pdf_new_xobject(ctx, annot->page->doc, bbox, matrix, NULL, buf); in draw_radio_button()
2054 ap = pdf_new_xobject(ctx, annot->page->doc, bbox, matrix, res, buf); in draw_check_button()
2266 new_ap_n = pdf_new_xobject(ctx, annot->page->doc, rect, fz_identity, res, buf); in pdf_update_signature_appearance()
2364 new_ap_n = pdf_new_xobject(ctx, annot->page->doc, bbox, matrix, res, buf); in pdf_update_appearance()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_image.h354 int pdf_new_xobject(PDF *p, pdf_xobj_type type, pdc_id obj_id);
H A Dp_template.c166 image->no = pdf_new_xobject(p, form_xobject, PDC_NEW_ID); in pdf__begin_template()
H A Dp_image.c209 pdf_new_xobject(PDF *p, pdf_xobj_type type, pdc_id obj_id) in pdf_new_xobject() function
495 image->no = pdf_new_xobject(p, image_xobject, PDC_NEW_ID); in pdf_put_image()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_image.h354 int pdf_new_xobject(PDF *p, pdf_xobj_type type, pdc_id obj_id);
H A Dp_template.c166 image->no = pdf_new_xobject(p, form_xobject, PDC_NEW_ID); in pdf__begin_template()
H A Dp_image.c209 pdf_new_xobject(PDF *p, pdf_xobj_type type, pdc_id obj_id) in pdf_new_xobject() function
495 image->no = pdf_new_xobject(p, image_xobject, PDC_NEW_ID); in pdf_put_image()