Home
last modified time | relevance | path

Searched refs:cpt_x (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
1602 cpt_x = (cpt_x + rdx) & scx; in show_origin_setup()
1605 cpt_x = fixed_rounded(cpt_x); 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
1594 cpt_x = (cpt_x + rdx) & scx; in show_origin_setup()
1597 cpt_x = fixed_rounded(cpt_x); 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
1602 cpt_x = (cpt_x + rdx) & scx; in show_origin_setup()
1605 cpt_x = fixed_rounded(cpt_x); 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
1583 cpt_x = (cpt_x + rdx) & scx; in show_origin_setup()
1586 cpt_x = fixed_rounded(cpt_x); 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
1594 cpt_x = (cpt_x + rdx) & scx; in show_origin_setup()
1597 cpt_x = fixed_rounded(cpt_x); 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
1583 cpt_x = (cpt_x + rdx) & scx; in show_origin_setup()
1586 cpt_x = fixed_rounded(cpt_x); 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
1333 cpt_x = fixed_rounded(cpt_x); 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
1333 cpt_x = fixed_rounded(cpt_x); in show_origin_setup()
1340 return gx_translate_to_fixed(pgs, cpt_x, cpt_y); in show_origin_setup()