Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dcolor-imp.h92 void fz_convert_slow_pixmap_samples(fz_context *ctx, const fz_pixmap *src, fz_pixmap *dst, fz_color…
H A Dcolorspace.c1058 fz_convert_slow_pixmap_samples(fz_context *ctx, const fz_pixmap *src, fz_pixmap *dst, fz_colorspace… in fz_convert_slow_pixmap_samples() function
1396 fz_convert_slow_pixmap_samples(ctx, src, dst, prf, params, copy_spots); in fz_convert_pixmap_samples()
1402 fz_convert_slow_pixmap_samples(ctx, src, dst, prf, params, copy_spots); in fz_convert_pixmap_samples()
H A Dcolor-fast.c1707 fz_convert_slow_pixmap_samples(ctx, src, dst, NULL, fz_default_color_params, copy_spots); in fz_convert_fast_pixmap_samples()