Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-interpret.c475 resolve_properties(fz_context *ctx, pdf_csi *csi, pdf_obj *obj) in resolve_properties() function
487 proc->op_BDC(ctx, proc, csi->name, csi->obj, resolve_properties(ctx, csi, csi->obj)); in pdf_process_BDC()
777 …case B('D','P'): if (proc->op_DP) proc->op_DP(ctx, proc, csi->name, csi->obj, resolve_properties(c… in pdf_process_keyword()