Home
last modified time | relevance | path

Searched refs:pdf_array_put_drop (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Dpdfobject.c512 pdf_array_put_drop(ctx, arr, index, pdf_new_int(ctx, i)); in FUN()
526 pdf_array_put_drop(ctx, arr, index, pdf_new_real(ctx, f)); in FUN()
548 pdf_array_put_drop(ctx, arr, index, pdf_new_string(ctx, str, strlen(str))); in FUN()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-annot.c788 pdf_array_put_drop(ctx, style, 0, pdf_name_from_line_ending(ctx, start_style)); in pdf_set_annot_line_ending_styles()
789 pdf_array_put_drop(ctx, style, 1, pdf_name_from_line_ending(ctx, end_style)); in pdf_set_annot_line_ending_styles()
1253 pdf_array_put_drop(ctx, vertices, i * 2 + 0, pdf_new_real(ctx, p.x)); in pdf_set_annot_vertex()
1254 pdf_array_put_drop(ctx, vertices, i * 2 + 1, pdf_new_real(ctx, p.y)); in pdf_set_annot_vertex()
H A Dpdf-write.c859 pdf_array_put_drop(ctx, obj, i, val); in renumberobj()
3192 pdf_array_put_drop(ctx, id, 1, pdf_new_string(ctx, (char *)rnd, 16)); in change_identity()
H A Dpdf-object.c717 pdf_array_put_drop(fz_context *ctx, pdf_obj *obj, int i, pdf_obj *item) in pdf_array_put_drop() function
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dobject.h88 void pdf_array_put_drop(fz_context *ctx, pdf_obj *array, int i, pdf_obj *obj);