Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dstore.h109 void fz_drop_key_storable(fz_context *, const fz_key_storable *);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dstore.c161 void fz_drop_key_storable(fz_context *ctx, const fz_key_storable *sc) in fz_drop_key_storable() function
H A Dimage.c126 fz_drop_key_storable(ctx, &image->key_storable); in fz_drop_image()
H A Dcolorspace.c271 fz_drop_key_storable(ctx, &cs->key_storable); in fz_drop_colorspace()