Home
last modified time | relevance | path

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

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevxcf.c1003 xcf_calc_levels(int size, int tile_size) in xcf_calc_levels() function
1023 xc->n_levels = max(xcf_calc_levels(dev->width, TILE_WIDTH), in xcf_setup_tiles()
1024 xcf_calc_levels(dev->height, TILE_HEIGHT)); in xcf_setup_tiles()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevxcf.c1011 xcf_calc_levels(int size, int tile_size) in xcf_calc_levels() function
1031 xc->n_levels = max(xcf_calc_levels(dev->width, TILE_WIDTH), in xcf_setup_tiles()
1032 xcf_calc_levels(dev->height, TILE_HEIGHT)); in xcf_setup_tiles()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevxcf.c1074 xcf_calc_levels(int size, int tile_size) in xcf_calc_levels() function
1094 xc->n_levels = max(xcf_calc_levels(dev->width, TILE_WIDTH), in xcf_setup_tiles()
1095 xcf_calc_levels(dev->height, TILE_HEIGHT)); in xcf_setup_tiles()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevxcf.c1074 xcf_calc_levels(int size, int tile_size) in xcf_calc_levels() function
1094 xc->n_levels = max(xcf_calc_levels(dev->width, TILE_WIDTH), in xcf_setup_tiles()
1095 xcf_calc_levels(dev->height, TILE_HEIGHT)); in xcf_setup_tiles()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevxcf.c1011 xcf_calc_levels(int size, int tile_size) in xcf_calc_levels() function
1031 xc->n_levels = max(xcf_calc_levels(dev->width, TILE_WIDTH), in xcf_setup_tiles()
1032 xcf_calc_levels(dev->height, TILE_HEIGHT)); in xcf_setup_tiles()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevxcf.c1003 xcf_calc_levels(int size, int tile_size) in xcf_calc_levels() function
1023 xc->n_levels = max(xcf_calc_levels(dev->width, TILE_WIDTH), in xcf_setup_tiles()
1024 xcf_calc_levels(dev->height, TILE_HEIGHT)); in xcf_setup_tiles()
/dports/graphics/gimp-app/gimp-2.10.30/app/xcf/
H A Dxcf-save.c1474 xcf_calc_levels (gint size, in xcf_calc_levels() function
1516 tmp1 = xcf_calc_levels (width, XCF_TILE_WIDTH); in xcf_save_buffer()
1517 tmp2 = xcf_calc_levels (height, XCF_TILE_HEIGHT); in xcf_save_buffer()