Home
last modified time | relevance | path

Searched refs:psbpt (Results 1 – 25 of 26) sorted by relevance

12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgstype1.h38 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
42 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
46 ((psbpt) == 0 ? 0 : (gs_type1_set_lsb(pcis, psbpt), 0)))
H A Dgxtype1.c147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb() argument
149 pcis->lsb.x = float2fixed(psbpt->x); in gs_type1_set_lsb()
150 pcis->lsb.y = float2fixed(psbpt->y); in gs_type1_set_lsb()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgstype1.h38 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
42 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
46 ((psbpt) == 0 ? 0 : (gs_type1_set_lsb(pcis, psbpt), 0)))
H A Dgxtype1.c147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb() argument
149 pcis->lsb.x = float2fixed(psbpt->x); in gs_type1_set_lsb()
150 pcis->lsb.y = float2fixed(psbpt->y); in gs_type1_set_lsb()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgstype1.h41 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
45 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
49 ((psbpt) == 0 ? 0 : (gs_type1_set_lsb(pcis, psbpt), 0)))
H A Dgxtype1.c147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb() argument
149 pcis->lsb.x = float2fixed(psbpt->x); in gs_type1_set_lsb()
150 pcis->lsb.y = float2fixed(psbpt->y); in gs_type1_set_lsb()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgstype1.h46 void gs_type1_set_lsb(P2(gs_type1_state * pcis, const gs_point * psbpt));
50 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
54 ((psbpt) == 0 ? 0 : (gs_type1_set_lsb(pcis, psbpt), 0)))
H A Dzchar42.c159 gs_point *psbpt = 0; in type42_finish() local
169 psbpt = &sbpt; in type42_finish()
191 pop((psbpt == 0 ? 4 : 6)); in type42_finish()
H A Dzchar1.c418 gs_point *psbpt = 0; in bbox_finish() local
430 psbpt = &sbpt; in bbox_finish()
449 if (psbpt) in bbox_finish()
450 gs_type1_set_lsb(pcis, psbpt); in bbox_finish()
455 (psbpt ? 6 : 4)); in bbox_finish()
460 if (psbpt) in bbox_finish()
H A Dgxtype1.c153 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb() argument
155 pcis->lsb.x = float2fixed(psbpt->x); in gs_type1_set_lsb()
156 pcis->lsb.y = float2fixed(psbpt->y); in gs_type1_set_lsb()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgstype1.h43 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
47 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
51 ((psbpt) == 0 ? 0 : (gs_type1_set_lsb(pcis, psbpt), 0)))
H A Dgxtype1.c147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb() argument
149 pcis->lsb.x = float2fixed(psbpt->x); in gs_type1_set_lsb()
150 pcis->lsb.y = float2fixed(psbpt->y); in gs_type1_set_lsb()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgstype1.h43 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
47 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
51 ((psbpt) == 0 ? 0 : (gs_type1_set_lsb(pcis, psbpt), 0)))
H A Dgxtype1.c147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb() argument
149 pcis->lsb.x = float2fixed(psbpt->x); in gs_type1_set_lsb()
150 pcis->lsb.y = float2fixed(psbpt->y); in gs_type1_set_lsb()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgstype1.h46 void gs_type1_set_lsb(P2(gs_type1_state * pcis, const gs_point * psbpt));
50 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
54 ((psbpt) == 0 ? 0 : (gs_type1_set_lsb(pcis, psbpt), 0)))
H A Dzchar42.c159 gs_point *psbpt = 0; in type42_finish() local
169 psbpt = &sbpt; in type42_finish()
191 pop((psbpt == 0 ? 4 : 6)); in type42_finish()
H A Dzchar1.c418 gs_point *psbpt = 0; in bbox_finish() local
430 psbpt = &sbpt; in bbox_finish()
449 if (psbpt) in bbox_finish()
450 gs_type1_set_lsb(pcis, psbpt); in bbox_finish()
455 (psbpt ? 6 : 4)); in bbox_finish()
460 if (psbpt) in bbox_finish()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgstype1.h41 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
45 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
49 ((psbpt) == 0 ? 0 : (gs_type1_set_lsb(pcis, psbpt), 0)))
H A Dgxtype1.c147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb() argument
149 pcis->lsb.x = float2fixed(psbpt->x); in gs_type1_set_lsb()
150 pcis->lsb.y = float2fixed(psbpt->y); in gs_type1_set_lsb()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzchar1.c515 gs_point *psbpt = 0; in bbox_finish() local
527 psbpt = &sbpt; in bbox_finish()
546 if (psbpt) in bbox_finish()
547 gs_type1_set_lsb(pcis, psbpt); in bbox_finish()
552 (psbpt ? 6 : 4)); in bbox_finish()
557 if (psbpt) in bbox_finish()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzchar1.c516 gs_point *psbpt = 0; in bbox_finish() local
528 psbpt = &sbpt; in bbox_finish()
547 if (psbpt) in bbox_finish()
548 gs_type1_set_lsb(pcis, psbpt); in bbox_finish()
553 (psbpt ? 6 : 4)); in bbox_finish()
558 if (psbpt) in bbox_finish()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzchar1.c517 gs_point *psbpt = 0; in bbox_finish() local
529 psbpt = &sbpt; in bbox_finish()
548 if (psbpt) in bbox_finish()
549 gs_type1_set_lsb(pcis, psbpt); in bbox_finish()
554 (psbpt ? 6 : 4)); in bbox_finish()
559 if (psbpt) in bbox_finish()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzchar1.c517 gs_point *psbpt = 0; in bbox_finish() local
529 psbpt = &sbpt; in bbox_finish()
548 if (psbpt) in bbox_finish()
549 gs_type1_set_lsb(pcis, psbpt); in bbox_finish()
554 (psbpt ? 6 : 4)); in bbox_finish()
559 if (psbpt) in bbox_finish()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzchar1.c515 gs_point *psbpt = 0; in bbox_finish() local
527 psbpt = &sbpt; in bbox_finish()
546 if (psbpt) in bbox_finish()
547 gs_type1_set_lsb(pcis, psbpt); in bbox_finish()
552 (psbpt ? 6 : 4)); in bbox_finish()
557 if (psbpt) in bbox_finish()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzchar1.c516 gs_point *psbpt = 0; in bbox_finish() local
528 psbpt = &sbpt; in bbox_finish()
547 if (psbpt) in bbox_finish()
548 gs_type1_set_lsb(pcis, psbpt); in bbox_finish()
553 (psbpt ? 6 : 4)); in bbox_finish()
558 if (psbpt) in bbox_finish()

12