Home
last modified time | relevance | path

Searched refs:rep_height (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclbits.c250 (tile->rep_height == tile->size.y ? 0 : in cmd_size_tile_params()
251 cmd_size_w(tile->size.y / tile->rep_height)) + in cmd_size_tile_params()
263 p = cmd_put_w(tile->rep_height, p); in cmd_store_tile_params()
268 if (tile->rep_height != tile->size.y) { in cmd_store_tile_params()
269 p = cmd_put_w(tile->size.y / tile->rep_height, p); in cmd_store_tile_params()
468 slot->height = tiles->rep_height; in clist_add_tile()
476 tiles->rep_height); in clist_add_tile()
518 uint rep_height = tiles->rep_height; in clist_new_tile_params() local
529 uint max_bits_x = max_bytes * 8 / rep_height; in clist_new_tile_params()
547 new_tile->size.y = reps_y * rep_height; in clist_new_tile_params()
[all …]
H A Dgxht.c232 if (h > ptile0->rep_height || w > ptile0->rep_width || in gx_check_tile_size()
236 tsy = (y + imod(-pis->screen_phase[select].y, ptile0->rep_height)) % in gx_check_tile_size()
237 ptile0->rep_height; in gx_check_tile_size()
455 bt->tiles.rep_height = height; in gx_ht_init_cache()
507 pbt->tiles.rep_height, porder->raster, in render_ht()
509 if (pbt->tiles.size.y > pbt->tiles.rep_height && in render_ht()
512 bits_replicate_vertically(data, pbt->tiles.rep_height, in render_ht()
H A Dgdevmr1.c37 (px) + (ty) / (textures)->rep_height * (textures)->rep_shift)
178 no_texture.rep_width = no_texture.rep_height = 1; in mem_mono_strip_copy_rop()
235 textures->data + (ty % textures->rep_height) * traster; in mem_mono_strip_copy_rop()
H A Dgxclrect.c612 uint rep_height = tiles->rep_height; in clist_strip_copy_rop() local
617 if (rep_height == 1 || in clist_strip_copy_rop()
626 ids = gs_next_ids(min(height, rep_height)); in clist_strip_copy_rop()
629 line_tile.rep_height = 1; in clist_strip_copy_rop()
632 ((y + iy + phase_y) % rep_height); in clist_strip_copy_rop()
633 line_tile.id = ids + (iy % rep_height); in clist_strip_copy_rop()
H A Dgdevpdfv.c71 return (tile->rep_width * depth + 7) / 8 * tile->rep_height; in tile_size()
122 smat.yy = btile->rep_height / (pdev->HWResolution[1] / 72.0); in pdf_pattern()
156 (code = cos_dict_put_c_key_real(pcd, "/YStep", step.y / btile->rep_height)) < 0 in pdf_pattern()
176 pic->ImageMatrix.yy = pic->Height = tile->rep_height; in pdf_set_pattern_image()
184 int w = m_tile->tmask.rep_width, h = m_tile->tmask.rep_height; in pdf_put_pattern_mask()
259 int w = p_tile->tbits.rep_width, h = p_tile->tbits.rep_height; in pdf_put_colored_pattern()
292 i < p_tile->tbits.rep_height; in pdf_put_colored_pattern()
H A Dgxp1fill.c90 m_tile->tmask.rep_height); in tile_fill_init()
182 imod(yoff - y, ptfs->tmask->rep_height)); in tile_by_steps()
225 data_tile.size.y = data_tile.rep_height = ptile->tbits.size.y; in tile_colored_fill()
237 imod(yoff - y, data_tile.rep_height), in tile_colored_fill()
269 bits->rep_height); in gx_dc_pattern_fill_rectangle()
H A Dgxclip2.c130 ((cdev)->phase.x + (((ty) + (cdev)->phase.y) / (cdev)->tiles.rep_height) *\
150 int cy = (ty + cdev->phase.y) % cdev->tiles.rep_height; in tile_clip_copy_mono()
203 int cy = (y + cdev->phase.y) % cdev->tiles.rep_height;\
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclbits.c250 (tile->rep_height == tile->size.y ? 0 : in cmd_size_tile_params()
251 cmd_size_w(tile->size.y / tile->rep_height)) + in cmd_size_tile_params()
263 p = cmd_put_w(tile->rep_height, p); in cmd_store_tile_params()
268 if (tile->rep_height != tile->size.y) { in cmd_store_tile_params()
269 p = cmd_put_w(tile->size.y / tile->rep_height, p); in cmd_store_tile_params()
468 slot->height = tiles->rep_height; in clist_add_tile()
476 tiles->rep_height); in clist_add_tile()
518 uint rep_height = tiles->rep_height; in clist_new_tile_params() local
529 uint max_bits_x = max_bytes * 8 / rep_height; in clist_new_tile_params()
547 new_tile->size.y = reps_y * rep_height; in clist_new_tile_params()
[all …]
H A Dgxht.c232 if (h > ptile0->rep_height || w > ptile0->rep_width || in gx_check_tile_size()
236 tsy = (y + imod(-pis->screen_phase[select].y, ptile0->rep_height)) % in gx_check_tile_size()
237 ptile0->rep_height; in gx_check_tile_size()
455 bt->tiles.rep_height = height; in gx_ht_init_cache()
507 pbt->tiles.rep_height, porder->raster, in render_ht()
509 if (pbt->tiles.size.y > pbt->tiles.rep_height && in render_ht()
512 bits_replicate_vertically(data, pbt->tiles.rep_height, in render_ht()
H A Dgdevmr1.c37 (px) + (ty) / (textures)->rep_height * (textures)->rep_shift)
178 no_texture.rep_width = no_texture.rep_height = 1; in mem_mono_strip_copy_rop()
235 textures->data + (ty % textures->rep_height) * traster; in mem_mono_strip_copy_rop()
H A Dgxclrect.c612 uint rep_height = tiles->rep_height; in clist_strip_copy_rop() local
617 if (rep_height == 1 || in clist_strip_copy_rop()
626 ids = gs_next_ids(min(height, rep_height)); in clist_strip_copy_rop()
629 line_tile.rep_height = 1; in clist_strip_copy_rop()
632 ((y + iy + phase_y) % rep_height); in clist_strip_copy_rop()
633 line_tile.id = ids + (iy % rep_height); in clist_strip_copy_rop()
H A Dgdevpdfv.c71 return (tile->rep_width * depth + 7) / 8 * tile->rep_height; in tile_size()
122 smat.yy = btile->rep_height / (pdev->HWResolution[1] / 72.0); in pdf_pattern()
156 (code = cos_dict_put_c_key_real(pcd, "/YStep", step.y / btile->rep_height)) < 0 in pdf_pattern()
176 pic->ImageMatrix.yy = pic->Height = tile->rep_height; in pdf_set_pattern_image()
184 int w = m_tile->tmask.rep_width, h = m_tile->tmask.rep_height; in pdf_put_pattern_mask()
259 int w = p_tile->tbits.rep_width, h = p_tile->tbits.rep_height; in pdf_put_colored_pattern()
292 i < p_tile->tbits.rep_height; in pdf_put_colored_pattern()
H A Dgxp1fill.c90 m_tile->tmask.rep_height); in tile_fill_init()
182 imod(yoff - y, ptfs->tmask->rep_height)); in tile_by_steps()
225 data_tile.size.y = data_tile.rep_height = ptile->tbits.size.y; in tile_colored_fill()
237 imod(yoff - y, data_tile.rep_height), in tile_colored_fill()
269 bits->rep_height); in gx_dc_pattern_fill_rectangle()
H A Dgxclip2.c130 ((cdev)->phase.x + (((ty) + (cdev)->phase.y) / (cdev)->tiles.rep_height) *\
150 int cy = (ty + cdev->phase.y) % cdev->tiles.rep_height; in tile_clip_copy_mono()
203 int cy = (y + cdev->phase.y) % cdev->tiles.rep_height;\
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclbits.c246 (tile->rep_height == tile->size.y ? 0 : in cmd_size_tile_params()
247 cmd_size_w(tile->size.y / tile->rep_height)) + in cmd_size_tile_params()
261 p = cmd_put_w(tile->rep_height, p); in cmd_store_tile_params()
266 if (tile->rep_height != tile->size.y) { in cmd_store_tile_params()
267 p = cmd_put_w(tile->size.y / tile->rep_height, p); in cmd_store_tile_params()
469 slot->height = tiles->rep_height; in clist_add_tile()
477 tiles->rep_height); in clist_add_tile()
519 uint rep_height = tiles->rep_height; in clist_new_tile_params() local
530 uint max_bits_x = max_bytes * 8 / rep_height; in clist_new_tile_params()
548 new_tile->size.y = reps_y * rep_height; in clist_new_tile_params()
[all …]
H A Dgdevmr1.c32 (px) + (ty) / (textures)->rep_height * (textures)->rep_shift)
174 no_texture.rep_width = no_texture.rep_height = 1; in mem_mono_strip_copy_rop()
231 textures->data + (ty % textures->rep_height) * traster; in mem_mono_strip_copy_rop()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclbits.c246 (tile->rep_height == tile->size.y ? 0 : in cmd_size_tile_params()
247 cmd_size_w(tile->size.y / tile->rep_height)) + in cmd_size_tile_params()
261 p = cmd_put_w(tile->rep_height, p); in cmd_store_tile_params()
266 if (tile->rep_height != tile->size.y) { in cmd_store_tile_params()
267 p = cmd_put_w(tile->size.y / tile->rep_height, p); in cmd_store_tile_params()
469 slot->height = tiles->rep_height; in clist_add_tile()
477 tiles->rep_height); in clist_add_tile()
519 uint rep_height = tiles->rep_height; in clist_new_tile_params() local
530 uint max_bits_x = max_bytes * 8 / rep_height; in clist_new_tile_params()
548 new_tile->size.y = reps_y * rep_height; in clist_new_tile_params()
[all …]
H A Dgdevmr1.c32 (px) + (ty) / (textures)->rep_height * (textures)->rep_shift)
174 no_texture.rep_width = no_texture.rep_height = 1; in mem_mono_strip_copy_rop()
231 textures->data + (ty % textures->rep_height) * traster; in mem_mono_strip_copy_rop()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclbits.c249 (tile->rep_height == tile->size.y ? 0 : in cmd_size_tile_params()
250 cmd_size_w(tile->size.y / tile->rep_height)) + in cmd_size_tile_params()
265 p = cmd_put_w(tile->rep_height, p); in cmd_store_tile_params()
270 if (tile->rep_height != tile->size.y) { in cmd_store_tile_params()
271 p = cmd_put_w(tile->size.y / tile->rep_height, p); in cmd_store_tile_params()
477 slot->height = tiles->rep_height; in clist_add_tile()
531 uint rep_height = tiles->rep_height; in clist_new_tile_params() local
547 uint max_bits_x = max_bytes * 8 / rep_height; in clist_new_tile_params()
559 reps_y = max_bytes / (new_tile->raster * rep_height); in clist_new_tile_params()
565 new_tile->size.y = reps_y * rep_height; in clist_new_tile_params()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclbits.c249 (tile->rep_height == tile->size.y ? 0 : in cmd_size_tile_params()
250 cmd_size_w(tile->size.y / tile->rep_height)) + in cmd_size_tile_params()
265 p = cmd_put_w(tile->rep_height, p); in cmd_store_tile_params()
270 if (tile->rep_height != tile->size.y) { in cmd_store_tile_params()
271 p = cmd_put_w(tile->size.y / tile->rep_height, p); in cmd_store_tile_params()
477 slot->height = tiles->rep_height; in clist_add_tile()
531 uint rep_height = tiles->rep_height; in clist_new_tile_params() local
547 uint max_bits_x = max_bytes * 8 / rep_height; in clist_new_tile_params()
559 reps_y = max_bytes / (new_tile->raster * rep_height); in clist_new_tile_params()
565 new_tile->size.y = reps_y * rep_height; in clist_new_tile_params()
[all …]
H A Dgdevmr2n.c34 (px) + (ty) / (textures)->rep_height * (textures)->rep_shift)
129 texture2.size.y = texture2.rep_height = 1; in mem_gray_strip_copy_rop()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclbits.c300 (tile->rep_height == tile->size.y ? 0 : in cmd_size_tile_params()
301 cmd_size_w(tile->size.y / tile->rep_height)) + in cmd_size_tile_params()
316 p = cmd_put_w(tile->rep_height, p); in cmd_store_tile_params()
321 if (tile->rep_height != tile->size.y) { in cmd_store_tile_params()
322 p = cmd_put_w(tile->size.y / tile->rep_height, p); in cmd_store_tile_params()
529 slot->height = tiles->rep_height; in clist_add_tile()
583 uint rep_height = tiles->rep_height; in clist_new_tile_params() local
599 uint max_bits_x = max_bytes * 8 / rep_height; in clist_new_tile_params()
611 reps_y = max_bytes / (new_tile->raster * rep_height); in clist_new_tile_params()
617 new_tile->size.y = reps_y * rep_height; in clist_new_tile_params()
[all …]
H A Dgdevmr2n.c34 (px) + (ty) / (textures)->rep_height * (textures)->rep_shift)
129 texture2.size.y = texture2.rep_height = 1; in mem_gray_strip_copy_rop()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclbits.c300 (tile->rep_height == tile->size.y ? 0 : in cmd_size_tile_params()
301 cmd_size_w(tile->size.y / tile->rep_height)) + in cmd_size_tile_params()
316 p = cmd_put_w(tile->rep_height, p); in cmd_store_tile_params()
321 if (tile->rep_height != tile->size.y) { in cmd_store_tile_params()
322 p = cmd_put_w(tile->size.y / tile->rep_height, p); in cmd_store_tile_params()
529 slot->height = tiles->rep_height; in clist_add_tile()
583 uint rep_height = tiles->rep_height; in clist_new_tile_params() local
599 uint max_bits_x = max_bytes * 8 / rep_height; in clist_new_tile_params()
611 reps_y = max_bytes / (new_tile->raster * rep_height); in clist_new_tile_params()
617 new_tile->size.y = reps_y * rep_height; in clist_new_tile_params()
[all …]
H A Dgdevmr2n.c34 (px) + (ty) / (textures)->rep_height * (textures)->rep_shift)
129 texture2.size.y = texture2.rep_height = 1; in mem_gray_strip_copy_rop()

123456789