Home
last modified time | relevance | path

Searched refs:pdf_is_name (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-type3.c49 if (pdf_is_name(ctx, obj)) in pdf_load_type3_font()
77 if (pdf_is_name(ctx, encoding)) in pdf_load_type3_font()
85 if (pdf_is_name(ctx, base)) in pdf_load_type3_font()
98 if (pdf_is_name(ctx, item) && k >= 0 && k < (int)nelem(estrings)) in pdf_load_type3_font()
H A Dpdf-interpret.c102 if (!pdf_is_indirect(ctx, cs) && pdf_is_name(ctx, cs)) in parse_inline_image()
183 if (pdf_is_name(ctx, obj) && proc->op_ri) in pdf_process_extgstate()
223 if (pdf_is_name(ctx, obj) && proc->op_gs_UseBlackPtComp) in pdf_process_extgstate()
229 if (pdf_is_name(ctx, obj)) in pdf_process_extgstate()
235 if (pdf_is_name(ctx, tr)) in pdf_process_extgstate()
253 if (pdf_is_name(ctx, obj) && proc->op_gs_BM) in pdf_process_extgstate()
302 else if (pdf_is_name(ctx, obj) && pdf_name_eq(ctx, obj, PDF_NAME(None))) in pdf_process_extgstate()
325 if (!pdf_is_name(ctx, subtype)) in pdf_process_Do()
477 if (pdf_is_name(ctx, obj)) in resolve_properties()
H A Dpdf-store.c69 …assert(pdf_is_name(ctx, key) || pdf_is_array(ctx, key) || pdf_is_dict(ctx, key) || pdf_is_indirect… in pdf_store_item()
H A Dpdf-link.c12 if (pdf_is_name(ctx, dest) || pdf_is_string(ctx, dest)) in resolve_dest_rec()
56 if (pdf_is_name(ctx, dest)) in pdf_parse_link_dest()
158 else if (pdf_is_name(ctx, dest)) in pdf_parse_file_spec()
H A Dpdf-stream.c222 if (pdf_is_name(ctx, name)) in build_filter()
340 if (pdf_is_name(ctx, filters)) in pdf_open_filter()
365 if (pdf_is_name(ctx, filters)) in pdf_open_inline_stream()
549 if (!pdf_is_name(ctx, f)) in can_reuse_buffer()
H A Dpdf-nametree.c99 if (pdf_is_name(ctx, needle)) in pdf_lookup_dest()
153 else if (pdf_is_name(ctx, key)) in pdf_load_name_tree_imp()
H A Dpdf-font.c716 if (pdf_is_name(ctx, encoding)) in pdf_load_simple_font()
724 if (pdf_is_name(ctx, base)) in pdf_load_simple_font()
739 if (pdf_is_name(ctx, item) && k >= 0 && k < (int)nelem(estrings)) in pdf_load_simple_font()
1031 if (pdf_is_name(ctx, encoding)) in load_cid_font()
1239 if (pdf_is_name(ctx, subtype) && pdf_name_eq(ctx, subtype, PDF_NAME(CIDFontType0))) in pdf_load_type0_font()
1241 if (pdf_is_name(ctx, subtype) && pdf_name_eq(ctx, subtype, PDF_NAME(CIDFontType2))) in pdf_load_type0_font()
H A Dpdf-cmap-load.c31 if (pdf_is_name(ctx, obj)) in pdf_load_embedded_cmap()
H A Dpdf-layer.c489 if (pdf_is_name(ctx, desc->intent)) in ocg_intents_include()
530 if (pdf_is_name(ctx, ocg)) in pdf_is_hidden_ocg()
564 if (pdf_is_name(ctx, obj)) in pdf_is_hidden_ocg()
H A Dpdf-colorspace.c339 if (pdf_is_name(ctx, obj)) in pdf_load_colorspace_imp()
363 if (pdf_is_name(ctx, name)) in pdf_load_colorspace_imp()
H A Dpdf-crypt.c56 if (!pdf_is_name(ctx, obj)) in pdf_new_crypt()
235 if (pdf_is_name(ctx, obj)) in pdf_new_crypt()
239 if (pdf_is_name(ctx, obj)) in pdf_new_crypt()
295 if (pdf_is_name(ctx, obj)) in pdf_parse_crypt_filter()
H A Dpdf-image.c95 if (pdf_is_name(ctx, obj)) in pdf_load_image_imp()
H A Dpdf-object.c259 int pdf_is_name(fz_context *ctx, pdf_obj *obj) in pdf_is_name() function
2118 else if (pdf_is_name(ctx, obj)) in fmt_obj()
H A Dpdf-write.c1657 if (pdf_is_name(ctx, f)) in addhexfilter()
1969 if (pdf_is_name(ctx, o)) in filter_implies_image()
H A Dpdf-form.c24 if (pdf_is_name(ctx, v)) in pdf_field_value()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dpdfextract.c171 if (obj && !pdf_is_name(ctx, obj)) in savefont()
H A Dmurun.c4725 else if (pdf_is_name(ctx, obj)) in ffi_PDFObject_valueOf()
4848 b = pdf_is_name(ctx, obj); in ffi_PDFObject_isName()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dobject.h47 int pdf_is_name(fz_context *ctx, pdf_obj *obj);
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Dpdfobject.c159 b = pdf_is_name(ctx, obj); in FUN()