Home
last modified time | relevance | path

Searched refs:fz_alpha_from_gray (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dpixmap.h340 fz_pixmap *fz_alpha_from_gray(fz_context *ctx, fz_pixmap *gray);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-image.c26 mask_pixmap = fz_alpha_from_gray(ctx, tile); in pdf_load_jpx_imp()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dpixmap.c769 fz_alpha_from_gray(fz_context *ctx, fz_pixmap *gray) in fz_alpha_from_gray() function
H A Dfont.c1565 result = fz_alpha_from_gray(ctx, glyph); in fz_render_t3_glyph_pixmap()
H A Ddraw-device.c2209 temp = fz_alpha_from_gray(ctx, state[1].dest); in fz_draw_end_mask()