Home
last modified time | relevance | path

Searched refs:pdf_array_push (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-image.c511 pdf_array_push(ctx, arr, PDF_NAME(Indexed)); in pdf_add_image()
515 pdf_array_push(ctx, arr, PDF_NAME(DeviceGray)); in pdf_add_image()
518 pdf_array_push(ctx, arr, PDF_NAME(DeviceRGB)); in pdf_add_image()
521 pdf_array_push(ctx, arr, PDF_NAME(DeviceCMYK)); in pdf_add_image()
H A Dpdf-clean-file.c40 pdf_array_push(ctx, kids, pageref); in retainpage()
266 pdf_array_push(ctx, names_list, val); in retainpages()
H A Dpdf-parse.c574 pdf_array_push(ctx, ary, PDF_NULL); in pdf_parse_array()
578 pdf_array_push(ctx, ary, PDF_NULL); in pdf_parse_array()
H A Dpdf-font-add.c295 pdf_array_push(ctx, fw, run_obj); in pdf_add_cid_font_widths()
323 pdf_array_push(ctx, fw, run_obj); in pdf_add_cid_font_widths()
H A Dpdf-layer.c792 pdf_array_push(ctx, order, s->obj); in pdf_set_layer_config_as_default()
794 pdf_array_push(ctx, on, s->obj); in pdf_set_layer_config_as_default()
H A Dpdf-page.c743 pdf_array_push(ctx, clearme, obj); in find_seps()
755 pdf_array_push(ctx, clearme, obj); in find_seps()
836 pdf_array_push(ctx, clearme, res); in scan_page_seps()
H A Dpdf-object.c619 pdf_array_push(ctx, arr, pdf_array_get(ctx, obj, i)); in pdf_copy_array()
706 pdf_array_push(ctx, obj, item); in pdf_array_put()
728 pdf_array_push(fz_context *ctx, pdf_obj *obj, pdf_obj *item) in pdf_array_push() function
744 pdf_array_push(ctx, obj, item); in pdf_array_push_drop()
2341 pdf_array_push(ctx, array, x ? PDF_TRUE : PDF_FALSE); in pdf_array_push_bool()
H A Dpdf-write.c1224 pdf_array_push(ctx, o, opts->linear_h0); in add_linearization_objs()
1226 pdf_array_push(ctx, o, opts->linear_h1); in add_linearization_objs()
1660 pdf_array_push(ctx, newf, PDF_NAME(ASCIIHexDecode)); in addhexfilter()
1661 pdf_array_push(ctx, newf, f); in addhexfilter()
1666 pdf_array_push(ctx, newdp, PDF_NULL); in addhexfilter()
1667 pdf_array_push(ctx, newdp, dp); in addhexfilter()
H A Dpdf-form.c269 pdf_array_push(ctx, array, field); in add_field_hierarchy_to_array()
892 pdf_array_push(ctx, fields, obj); in pdf_create_signature_widget()
1563 pdf_array_push(ctx, arr, annot_from_name(ctx, doc, s)); in get_locked_fields_from_xfa()
H A Dpdf-annot.c289 pdf_array_push(ctx, annot_arr, ind_obj); in pdf_create_annot_raw()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dobject.h89 void pdf_array_push(fz_context *ctx, pdf_obj *array, pdf_obj *obj);
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Dpdfobject.c1167 pdf_array_push(ctx, arr, PDF_NULL); in FUN()
1188 pdf_array_push(ctx, arr, item); in FUN()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmurun.c4667 pdf_array_push(ctx, obj, item); in ffi_PDFObject_push()