Home
last modified time | relevance | path

Searched refs:flex_max (Results 1 – 25 of 33) sorted by relevance

12

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxtype1.h203 #define flex_max 8 macro
204 gs_fixed_point flex_points[flex_max]; /* points for Flex */
H A Dgstype1.c231 pcis->flex_count == flex_max in gs_type1_interpret()
480 pcis->flex_count = flex_max; /* not inside flex */ in gs_type1_interpret()
490 if (pcis->flex_count >= flex_max) in gs_type1_interpret()
H A Dgdevpsfx.c73 pcis->flex_count = flex_max; in type1_next_init()
573 if (cis.flex_count != flex_max) { in psf_convert_type1_to_type2()
669 cis.flex_count = flex_max; /* not inside flex */ in psf_convert_type1_to_type2()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxtype1.h203 #define flex_max 8 macro
204 gs_fixed_point flex_points[flex_max]; /* points for Flex */
H A Dgstype1.c231 pcis->flex_count == flex_max in gs_type1_interpret()
480 pcis->flex_count = flex_max; /* not inside flex */ in gs_type1_interpret()
490 if (pcis->flex_count >= flex_max) in gs_type1_interpret()
H A Dgdevpsfx.c73 pcis->flex_count = flex_max; in type1_next_init()
573 if (cis.flex_count != flex_max) { in psf_convert_type1_to_type2()
669 cis.flex_count = flex_max; /* not inside flex */ in psf_convert_type1_to_type2()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsfx.c84 pcis->flex_count = flex_max; in type1_next_init()
681 if (cis.flex_count != flex_max) { in psf_convert_type1_to_type2()
783 cis.flex_count = flex_max; /* not inside flex */ in psf_convert_type1_to_type2()
H A Dgstype1.c461 pcis->flex_count = flex_max; /* not inside flex */ in gs_type1_interpret()
471 if (pcis->flex_count >= flex_max) in gs_type1_interpret()
H A Dgxtype1.h140 #define flex_max 8 macro
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsfx.c84 pcis->flex_count = flex_max; in type1_next_init()
681 if (cis.flex_count != flex_max) { in psf_convert_type1_to_type2()
783 cis.flex_count = flex_max; /* not inside flex */ in psf_convert_type1_to_type2()
H A Dgstype1.c461 pcis->flex_count = flex_max; /* not inside flex */ in gs_type1_interpret()
471 if (pcis->flex_count >= flex_max) in gs_type1_interpret()
H A Dgxtype1.h140 #define flex_max 8 macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsfx.c85 pcis->flex_count = flex_max; in type1_next_init()
690 if (cis.flex_count != flex_max) { in psf_convert_type1_to_type2()
795 cis.flex_count = flex_max; /* not inside flex */ in psf_convert_type1_to_type2()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsfx.c85 pcis->flex_count = flex_max; in type1_next_init()
690 if (cis.flex_count != flex_max) { in psf_convert_type1_to_type2()
795 cis.flex_count = flex_max; /* not inside flex */ in psf_convert_type1_to_type2()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsfx.c82 pcis->flex_count = flex_max; in type1_next_init()
661 if (cis.flex_count != flex_max) { in psf_convert_type1_to_type2()
763 cis.flex_count = flex_max; /* not inside flex */ in psf_convert_type1_to_type2()
H A Dgstype1.c459 pcis->flex_count = flex_max; /* not inside flex */ in gs_type1_interpret()
469 if (pcis->flex_count >= flex_max) in gs_type1_interpret()
H A Dgxtype1.h138 #define flex_max 8 macro
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsfx.c82 pcis->flex_count = flex_max; in type1_next_init()
661 if (cis.flex_count != flex_max) { in psf_convert_type1_to_type2()
763 cis.flex_count = flex_max; /* not inside flex */ in psf_convert_type1_to_type2()
H A Dgstype1.c459 pcis->flex_count = flex_max; /* not inside flex */ in gs_type1_interpret()
469 if (pcis->flex_count >= flex_max) in gs_type1_interpret()
H A Dgxtype1.h138 #define flex_max 8 macro
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgstype1.c479 pcis->flex_count = flex_max; /* not inside flex */ in gs_type1_interpret()
491 if (pcis->flex_count >= flex_max) in gs_type1_interpret()
H A Dgxtype1.h133 #define flex_max 8 macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgstype1.c479 pcis->flex_count = flex_max; /* not inside flex */ in gs_type1_interpret()
491 if (pcis->flex_count >= flex_max) in gs_type1_interpret()
H A Dgxtype1.h133 #define flex_max 8 macro
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Ddumppfa.c1466 int flex_max; in dumpprivatestuff() local
1477 flex_max = SplineFontIsFlexible(sf,layer,flags); in dumpprivatestuff()
1482 flex_max = incid->flexmax; in dumpprivatestuff()
1558 …if ( !hasshift && flex_max>=7 ) ++cnt; /* BlueShift needs to be specified if flex wants something … in dumpprivatestuff()
1587 if ( flex_max>0 ) ++cnt; in dumpprivatestuff()
1617 if ( !hasshift && flex_max>=7 ) in dumpprivatestuff()
1618 dumpf(dumpchar,data,"/BlueShift %d def\n", flex_max+1 ); in dumpprivatestuff()
1646 dumpothersubrs(dumpchar,data,incid!=NULL,flex_max>0,iscjk,mm); in dumpprivatestuff()

12