Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Doutline.c14 return fz_keep_imp(ctx, outline, &outline->refs); in fz_keep_outline()
H A Dcontext.c32 return fz_keep_imp(ctx, ctx->style, &ctx->style->refs); in fz_keep_style_context()
82 return fz_keep_imp(ctx, ctx->tuning, &ctx->tuning->refs); in fz_keep_tuning_context()
H A Dlink.c29 return fz_keep_imp(ctx, link, &link->refs); in fz_keep_link()
H A Ddocument.c31 return fz_keep_imp(ctx, ctx->handler, &ctx->handler->refs); in fz_keep_document_handler_context()
269 return fz_keep_imp(ctx, doc, &doc->refs); in fz_keep_document()
643 return fz_keep_imp(ctx, page, &page->refs); in fz_keep_page()
H A Dstream-open.c64 return fz_keep_imp(ctx, stm, &stm->refs); in fz_keep_stream()
H A Dtext.c18 return fz_keep_imp(ctx, text, &text->refs); in fz_keep_text()
H A Dbitmap.c299 return fz_keep_imp(ctx, bit, &bit->refs); in fz_keep_bitmap()
H A Dhalftone.c30 return fz_keep_imp(ctx, ht, &ht->refs); in fz_keep_halftone()
H A Dstore.c73 return fz_keep_imp(ctx, s, &s->refs); in fz_keep_storable()
689 return fz_keep_imp(ctx, ctx->store, &ctx->store->refs); in fz_keep_store_context()
H A Dcolorspace.c101 fz_keep_imp(ctx, ctx->colorspace, &ctx->colorspace->ctx_refs); in fz_keep_colorspace_context()
596 return fz_keep_imp(ctx, default_cs, &default_cs->refs); in fz_keep_default_colorspaces()
709 return fz_keep_imp(ctx, key, &key->refs); in fz_keep_link_key()
H A Dbuffer.c113 return fz_keep_imp(ctx, buf, &buf->refs); in fz_keep_buffer()
H A Ddevice.c63 return fz_keep_imp(ctx, dev, &dev->refs); in fz_keep_device()
H A Dfont.c137 return fz_keep_imp(ctx, font, &font->refs); in fz_keep_font()
360 return fz_keep_imp(ctx, ctx->font, &ctx->font->ctx_refs); in fz_keep_font_context()
H A Dseparation.c40 return fz_keep_imp(ctx, sep, &sep->refs); in fz_keep_separations()
H A Dimage.c75 return fz_keep_imp(ctx, key, &key->refs); in fz_keep_image_key()
H A Dpath.c1378 return fz_keep_imp(ctx, stroke, &stroke->refs); in fz_keep_stroke_state()
H A Ddraw-device.c2466 return fz_keep_imp(ctx, key, &key->refs); in fz_keep_tile_key()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-graft.c30 return fz_keep_imp(ctx, map, &map->refs); in pdf_keep_graft_map()
H A Dpdf-annot.c9 return fz_keep_imp(ctx, annot, &annot->refs); in pdf_keep_annot()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Dpkcs7signer.c16 return fz_keep_imp(ctx, signer, &signer->refs); in signer_keep()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dcontext.h602 fz_keep_imp(fz_context *ctx, void *p, int *refs) in fz_keep_imp() function
/dports/graphics/mupdf/mupdf-1.18.0-source/source/helpers/pkcs7/
H A Dpkcs7-openssl.c590 return fz_keep_imp(ctx, osigner, &osigner->refs); in keep_signer()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-parse.c1593 return fz_keep_imp(ctx, key, &key->refs); in fz_keep_html_key()