Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dobject.h66 void pdf_set_obj_memo(fz_context *ctx, pdf_obj *obj, int bit, int memo);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-page.c450 pdf_set_obj_memo(ctx, rdb, PDF_FLAGS_MEMO_BM, useBM); in pdf_resources_use_blending()
534 pdf_set_obj_memo(ctx, rdb, PDF_FLAGS_MEMO_OP, useOP); in pdf_resources_use_overprint()
H A Dpdf-object.c1630 pdf_set_obj_memo(fz_context *ctx, pdf_obj *obj, int bit, int memo) in pdf_set_obj_memo() function