Home
last modified time | relevance | path

Searched refs:dirn2 (Results 1 – 17 of 17) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxstroke.c2012 gs_fixed_point dirn1, dirn2; in check_miter() local
2030 dirn2.x = nplp->o.cdelta.x; in check_miter()
2031 dirn2.y = nplp->o.cdelta.y; in check_miter()
2035 if ((abs(dirn2.x) + abs(dirn2.y) < 16) && in check_miter()
2043 dirn2.x = (fixed)(-nplp->vector.x*scale); in check_miter()
2044 dirn2.y = (fixed)(-nplp->vector.y*scale); in check_miter()
2048 if (line_intersect(outp, &dirn1, np, &dirn2, mpt) == 0) in check_miter()
2490 gs_fixed_point dirn1, dirn2, tangmeet; in join_under_pie() local
2507 dirn2.x = -nplp->width.x; in join_under_pie()
2508 dirn2.y = -nplp->width.y; in join_under_pie()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxstroke.c2012 gs_fixed_point dirn1, dirn2; in check_miter() local
2030 dirn2.x = nplp->o.cdelta.x; in check_miter()
2031 dirn2.y = nplp->o.cdelta.y; in check_miter()
2035 if ((abs(dirn2.x) + abs(dirn2.y) < 16) && in check_miter()
2043 dirn2.x = (fixed)(-nplp->vector.x*scale); in check_miter()
2044 dirn2.y = (fixed)(-nplp->vector.y*scale); in check_miter()
2048 if (line_intersect(outp, &dirn1, np, &dirn2, mpt) == 0) in check_miter()
2490 gs_fixed_point dirn1, dirn2, tangmeet; in join_under_pie() local
2507 dirn2.x = -nplp->width.x; in join_under_pie()
2508 dirn2.y = -nplp->width.y; in join_under_pie()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxstroke.c2152 gs_fixed_point dirn1, dirn2; in check_miter() local
2170 dirn2.x = nplp->o.cdelta.x; in check_miter()
2171 dirn2.y = nplp->o.cdelta.y; in check_miter()
2175 if ((abs(dirn2.x) + abs(dirn2.y) < 16) && in check_miter()
2183 dirn2.x = (fixed)(-nplp->vector.x*scale); in check_miter()
2184 dirn2.y = (fixed)(-nplp->vector.y*scale); in check_miter()
2188 if (line_intersect(outp, &dirn1, np, &dirn2, mpt) == 0) in check_miter()
2627 gs_fixed_point dirn1, dirn2, tangmeet; in join_under_pie() local
2644 dirn2.x = -nplp->width.x; in join_under_pie()
2645 dirn2.y = -nplp->width.y; in join_under_pie()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxstroke.c2152 gs_fixed_point dirn1, dirn2; in check_miter() local
2170 dirn2.x = nplp->o.cdelta.x; in check_miter()
2171 dirn2.y = nplp->o.cdelta.y; in check_miter()
2175 if ((abs(dirn2.x) + abs(dirn2.y) < 16) && in check_miter()
2183 dirn2.x = (fixed)(-nplp->vector.x*scale); in check_miter()
2184 dirn2.y = (fixed)(-nplp->vector.y*scale); in check_miter()
2188 if (line_intersect(outp, &dirn1, np, &dirn2, mpt) == 0) in check_miter()
2627 gs_fixed_point dirn1, dirn2, tangmeet; in join_under_pie() local
2644 dirn2.x = -nplp->width.x; in join_under_pie()
2645 dirn2.y = -nplp->width.y; in join_under_pie()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxstroke.c2053 gs_fixed_point dirn1, dirn2; in check_miter() local
2071 dirn2.x = nplp->o.cdelta.x; in check_miter()
2072 dirn2.y = nplp->o.cdelta.y; in check_miter()
2076 if ((abs(dirn2.x) + abs(dirn2.y) < 16) && in check_miter()
2084 dirn2.x = (fixed)(-nplp->vector.x*scale); in check_miter()
2085 dirn2.y = (fixed)(-nplp->vector.y*scale); in check_miter()
2089 if (line_intersect(outp, &dirn1, np, &dirn2, mpt) == 0) in check_miter()
2531 gs_fixed_point dirn1, dirn2, tangmeet; in join_under_pie() local
2548 dirn2.x = -nplp->width.x; in join_under_pie()
2549 dirn2.y = -nplp->width.y; in join_under_pie()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxstroke.c2053 gs_fixed_point dirn1, dirn2; in check_miter() local
2071 dirn2.x = nplp->o.cdelta.x; in check_miter()
2072 dirn2.y = nplp->o.cdelta.y; in check_miter()
2076 if ((abs(dirn2.x) + abs(dirn2.y) < 16) && in check_miter()
2084 dirn2.x = (fixed)(-nplp->vector.x*scale); in check_miter()
2085 dirn2.y = (fixed)(-nplp->vector.y*scale); in check_miter()
2089 if (line_intersect(outp, &dirn1, np, &dirn2, mpt) == 0) in check_miter()
2531 gs_fixed_point dirn1, dirn2, tangmeet; in join_under_pie() local
2548 dirn2.x = -nplp->width.x; in join_under_pie()
2549 dirn2.y = -nplp->width.y; in join_under_pie()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/BuildTools/
H A Dcoin.m42570 dirn2=`AS_DIRNAME($my_target_dir/$i)`
2571 if test -d $dirn2; then : ; else
2572 AS_MKDIR_P($dirn2)
/dports/math/osi/Osi-0.108.6/BuildTools/
H A Dcoin.m42575 dirn2=`AS_DIRNAME($my_target_dir/$i)`
2576 if test -d $dirn2; then : ; else
2577 AS_MKDIR_P($dirn2)
/dports/math/coinutils/CoinUtils-2.11.4/BuildTools/
H A Dcoin.m42575 dirn2=`AS_DIRNAME($my_target_dir/$i)`
2576 if test -d $dirn2; then : ; else
2577 AS_MKDIR_P($dirn2)
/dports/math/clp/Clp-1.17.3/BuildTools/
H A Dcoin.m42569 dirn2=`AS_DIRNAME($my_target_dir/$i)`
2570 if test -d $dirn2; then : ; else
2571 AS_MKDIR_P($dirn2)
/dports/math/rehearse/Rehearse-31d12f8/Rehearse/
H A Dcoin.m42555 dirn2=`AS_DIRNAME($my_target_dir/$i)`
2556 if test -d $dirn2; then : ; else
2557 AS_MKDIR_P($dirn2)
H A Dacinclude.m48977 dirn2=`AS_DIRNAME($my_target_dir/$i)`
8978 if test -d $dirn2; then : ; else
8979 AS_MKDIR_P($dirn2)
/dports/math/rehearse/Rehearse-31d12f8/
H A Dcoin.m42555 dirn2=`AS_DIRNAME($my_target_dir/$i)`
2556 if test -d $dirn2; then : ; else
2557 AS_MKDIR_P($dirn2)
H A Dacinclude.m48977 dirn2=`AS_DIRNAME($my_target_dir/$i)`
8978 if test -d $dirn2; then : ; else
8979 AS_MKDIR_P($dirn2)
/dports/math/osiipopt/OsiIpopt-releases-0.1-8-gc808091/
H A Dacinclude.m48967 dirn2=`AS_DIRNAME($my_target_dir/$i)`
8968 if test -d $dirn2; then : ; else
8969 AS_MKDIR_P($dirn2)
/dports/math/creme/Creme-ab42f19/Creme/
H A Dacinclude.m48979 dirn2=`AS_DIRNAME($my_target_dir/$i)`
8980 if test -e $dirn2; then : ; else
8981 AS_MKDIR_P($dirn2)
/dports/math/creme/Creme-ab42f19/
H A Dacinclude.m48979 dirn2=`AS_DIRNAME($my_target_dir/$i)`
8980 if test -e $dirn2; then : ; else
8981 AS_MKDIR_P($dirn2)