Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py566 band_ibounds = ibounds
576 band_ibounds.y1 = band_ibounds.y0 + state.band_height
588 … state.workers[band].pix = mupdf.Pixmap( state.colorspace, band_ibounds, seps, state.alpha)
593 pix = mupdf.Pixmap( state.colorspace, band_ibounds, seps, state.alpha)
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c962 fz_irect band_ibounds = ibounds; in dodrawpage() local
973 band_ibounds.y1 = band_ibounds.y0 + band_height; in dodrawpage()
989 workers[band].pix = fz_new_pixmap_with_bbox(ctx, colorspace, band_ibounds, seps, alpha); in dodrawpage()
1002 pix = fz_new_pixmap_with_bbox(ctx, colorspace, band_ibounds, seps, alpha); in dodrawpage()