Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dimage.c510 int native_l2factor; in compressed_image_get_pixmap() local
571 native_l2factor = l2factor ? *l2factor : 0; in compressed_image_get_pixmap()
576 native_l2factor -= *l2factor; in compressed_image_get_pixmap()
579 tile = fz_decomp_image_from_stream(ctx, stm, image, subarea, indexed, native_l2factor); in compressed_image_get_pixmap()