Home
last modified time | relevance | path

Searched refs:fill_image_mask (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Ddevice.c28 dev->fill_image_mask = NULL; in fz_disable_device()
342 if (dev->fill_image_mask) in fz_fill_image_mask()
345 dev->fill_image_mask(ctx, dev, image, ctm, colorspace, color, alpha, color_params); in fz_fill_image_mask()
H A Dbbox-device.c186 dev->super.fill_image_mask = fz_bbox_fill_image_mask; in fz_new_bbox_device()
H A Docr-device.c1001 rewrite->super.fill_image_mask = rewrite_fill_image_mask; in new_rewrite_device()
1111 dev->super.fill_image_mask = fz_ocr_fill_image_mask; in fz_new_ocr_device()
H A Dtest-device.c504 dev->super.fill_image_mask = fz_test_fill_image_mask; in fz_new_test_device()
H A Dstext-device.c829 dev->super.fill_image_mask = fz_stext_fill_image_mask; in fz_new_stext_device()
H A Dtrace-device.c563 dev->super.fill_image_mask = fz_trace_fill_image_mask; in fz_new_trace_device()
H A Dlist-device.c1309 dev->super.fill_image_mask = fz_list_fill_image_mask; in fz_new_list_device()
H A Dsvg-device.c1290 dev->super.fill_image_mask = svg_dev_fill_image_mask; in fz_new_svg_device_with_id()
H A Ddraw-device.c2950 dev->super.fill_image_mask = fz_draw_fill_image_mask; in new_draw_device()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Ddevice.h137 …void (*fill_image_mask)(fz_context *, fz_device *, fz_image *img, fz_matrix ctm, fz_colorspace *, … member
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Ddevice.c373 dev->super.fill_image_mask = fz_java_device_fill_image_mask; in fz_new_java_device()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-device.c1135 dev->super.fill_image_mask = pdf_dev_fill_image_mask; in pdf_new_pdf_device()
H A Dpdf-op-run.c2126 if (dev->fill_image || dev->fill_image_mask || dev->clip_image_mask) in pdf_new_run_processor()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmurun.c1243 dev->super.fill_image_mask = js_dev_fill_image_mask; in new_js_device()