Home
last modified time | relevance | path

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

/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxchar.c1591 show_origin_setup(gs_state * pgs, fixed cpt_x, fixed cpt_y, gs_show_enum * penum) in show_origin_setup() argument
1603 cpt_y = (cpt_y + rdy) & scy; in show_origin_setup()
1606 cpt_y = fixed_rounded(cpt_y); in show_origin_setup()
1613 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxchar.c1583 show_origin_setup(gs_gstate * pgs, fixed cpt_x, fixed cpt_y, gs_show_enum * penum) in show_origin_setup() argument
1595 cpt_y = (cpt_y + rdy) & scy; in show_origin_setup()
1598 cpt_y = fixed_rounded(cpt_y); in show_origin_setup()
1605 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxchar.c1591 show_origin_setup(gs_state * pgs, fixed cpt_x, fixed cpt_y, gs_show_enum * penum) in show_origin_setup() argument
1603 cpt_y = (cpt_y + rdy) & scy; in show_origin_setup()
1606 cpt_y = fixed_rounded(cpt_y); in show_origin_setup()
1613 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxchar.c1572 show_origin_setup(gs_state * pgs, fixed cpt_x, fixed cpt_y, gs_show_enum * penum) in show_origin_setup() argument
1584 cpt_y = (cpt_y + rdy) & scy; in show_origin_setup()
1587 cpt_y = fixed_rounded(cpt_y); in show_origin_setup()
1594 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxchar.c1583 show_origin_setup(gs_gstate * pgs, fixed cpt_x, fixed cpt_y, gs_show_enum * penum) in show_origin_setup() argument
1595 cpt_y = (cpt_y + rdy) & scy; in show_origin_setup()
1598 cpt_y = fixed_rounded(cpt_y); in show_origin_setup()
1605 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxchar.c1572 show_origin_setup(gs_state * pgs, fixed cpt_x, fixed cpt_y, gs_show_enum * penum) in show_origin_setup() argument
1584 cpt_y = (cpt_y + rdy) & scy; in show_origin_setup()
1587 cpt_y = fixed_rounded(cpt_y); in show_origin_setup()
1594 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxchar.c1327 show_origin_setup(gs_state * pgs, fixed cpt_x, fixed cpt_y, in show_origin_setup() argument
1334 cpt_y = fixed_rounded(cpt_y); in show_origin_setup()
1340 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxchar.c1327 show_origin_setup(gs_state * pgs, fixed cpt_x, fixed cpt_y, in show_origin_setup() argument
1334 cpt_y = fixed_rounded(cpt_y); in show_origin_setup()
1340 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()