Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-cmap-parse.c169 pdf_map_one_to_many(ctx, cmap, lo, dst, buf->len / 2); in pdf_parse_bf_range_array()
227 pdf_map_one_to_many(ctx, cmap, lo, dststr, i); in pdf_parse_bf_range()
277 pdf_map_one_to_many(ctx, cmap, src, dst, i); in pdf_parse_bf_char()
H A Dpdf-unicode.c22 pdf_map_one_to_many(ctx, ucs_from_gid, gid + k, ucsbuf, ucslen); in pdf_remap_cmap_range()
H A Dpdf-cmap.c691 pdf_map_one_to_many(fz_context *ctx, pdf_cmap *cmap, unsigned int low, int *values, size_t len) in pdf_map_one_to_many() function
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dcmap.h82 void pdf_map_one_to_many(fz_context *ctx, pdf_cmap *cmap, unsigned int one, int *many, size_t len);