Home
last modified time | relevance | path

Searched refs:BasePoint (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dutanvec.h54 static inline BasePoint BPRev(BasePoint v) { in BPRev()
58 static inline BasePoint BPRevIf(int t, BasePoint v) { in BPRevIf()
62 static inline BasePoint BPAdd(BasePoint v1, BasePoint v2) { in BPAdd()
66 static inline BasePoint BPSub(BasePoint v1, BasePoint v2) { in BPSub()
74 static inline BasePoint BPAvg(BasePoint v1, BasePoint v2) { in BPAvg()
90 static inline BasePoint BPRot(BasePoint v, BasePoint ut) { in BPRot()
98 static inline BasePoint BP90CCW(BasePoint v) { in BP90CCW()
102 static inline BasePoint BP90CW(BasePoint v) { in BP90CW()
106 static inline BasePoint BPNeg(BasePoint v) { in BPNeg()
111 extern BasePoint NormVec(BasePoint v);
[all …]
H A Dstemdb.h47 BasePoint slant_unit;
109 BasePoint newpos;
110 BasePoint newnext, newprev;
116 BasePoint unit;
117 BasePoint online;
152 BasePoint unit; /* Unit vector pointing in direction of stem */
153 BasePoint l_to_r; /* Unit vector pointing from left to right (across stem) */
155 BasePoint right; /* and one on the other */
157 BasePoint newleft, newright;/* Left and right edges after repositioning */
208 BasePoint bp; /* Base point for measuring by l_to_r (stem->lpos,rpos) */
[all …]
H A Dsplineutil.h13 extern bigreal DistanceBetweenPoints(BasePoint *p1, BasePoint *p2);
15 extern bigreal SplineMinDistanceToPoint(Spline *s, BasePoint *p);
38 extern HintMask *HintMaskFromTransformedRef(RefChar *ref, BasePoint *trans, SplineChar *basesc,Hint…
44 extern int IntersectLines(BasePoint *inter, BasePoint *line1_1, BasePoint *line1_2, BasePoint *line…
45 extern int IntersectLinesClip(BasePoint *inter, BasePoint *line1_1, BasePoint *line1_2, BasePoint *…
46 extern int IntersectLinesSlopes(BasePoint *inter, BasePoint *line1, BasePoint *slope1, BasePoint *l…
47 extern int LineTangentToSplineThroughPt(Spline *s, BasePoint *pt, extended ts[4], extended tmin, ex…
73 extern int SSPointWithin(SplineSet *spl, BasePoint *pt);
78 extern real SplineNearPoint(Spline *spline, BasePoint *bp, real fudge);
115 extern void BpTransform(BasePoint *to, BasePoint *from, real transform[6]);
[all …]
H A Dsplinestroke.c273 static int LineSameSide(BasePoint l1, BasePoint l2, BasePoint p, BasePoint r, in LineSameSide()
290 static BasePoint ProjectPointOnLine(BasePoint p, BasePoint lp, BasePoint lut) { in ProjectPointOnLine()
319 static int LineCircleTest(BasePoint lp, BasePoint lut, BasePoint c1, in LineCircleTest()
334 static int PVPCircle(BasePoint p1, BasePoint ut1, BasePoint p2, BasePoint *c, in PVPCircle()
350 static BasePoint CloserPoint(BasePoint r, BasePoint p1, BasePoint p2) { in CloserPoint()
356 static BasePoint CloserIntersection(BasePoint p1, BasePoint p2, BasePoint i1, in CloserIntersection()
367 static void IntersectLineCircle(BasePoint lp, BasePoint lut, BasePoint c1, in IntersectLineCircle()
1017 BasePoint ang, BasePoint ut_fm, BasePoint ut_to, in SSAppendArc()
1404 static bigreal LineDist(BasePoint l1, BasePoint l2, BasePoint p) { in LineDist()
1483 BasePoint SVGArcClip(BasePoint lp, BasePoint lut, BasePoint center, in SVGArcClip()
[all …]
H A Dutanvec.c44 BasePoint MakeUTanVec(bigreal x, bigreal y) { in MakeUTanVec()
45 BasePoint ret = { 0.0, 0.0 }; in MakeUTanVec()
55 BasePoint NormVec(BasePoint v) { in NormVec()
62 int UTanVecGreater(BasePoint uta, BasePoint utb) { in UTanVecGreater()
82 int UTanVecsSequent(BasePoint ut1, BasePoint ut2, BasePoint ut3, in UTanVecsSequent()
84 BasePoint tmp; in UTanVecsSequent()
106 int JointBendsCW(BasePoint ut_ref, BasePoint ut_vec) { in JointBendsCW()
114 BasePoint SplineUTanVecAt(Spline *s, bigreal t) { in SplineUTanVecAt()
115 BasePoint raw; in SplineUTanVecAt()
145 bigreal SplineSolveForUTanVec(Spline *spl, BasePoint ut, bigreal min_t, in SplineSolveForUTanVec()
[all …]
H A Dsplineutil2.h12 extern int PointsDiagonalable(SplineFont *sf, BasePoint **bp, BasePoint *unit);
44 extern void BP_HVForce(BasePoint *vector);
48 extern void SPAdjustControl(SplinePoint *sp, BasePoint *cp, BasePoint *to, int order2);
81 extern void SPTouchControl(SplinePoint *sp, BasePoint *which, int order2);
87 static inline int BPWithin(BasePoint bp1, BasePoint bp2, bigreal f) { in BPWithin()
/dports/print/py-fontparts/fontParts-0.9.11/documentation/source/objectref/objects/
H A Dpoint.rst31 BasePoint.copy
40 BasePoint.glyph
41 BasePoint.layer
42 BasePoint.font
50 BasePoint.name
52 BasePoint.index
60 BasePoint.x
61 BasePoint.y
69 BasePoint.type
90 BasePoint.round
[all …]
/dports/print/py-fontparts/fontParts-0.9.11/documentation/source/environments/objects/
H A Dpoint.rst10 .. automethod:: BasePoint._get_name
11 .. automethod:: BasePoint._get_smooth
12 .. automethod:: BasePoint._get_type
13 .. automethod:: BasePoint._get_x
14 .. automethod:: BasePoint._get_y
15 .. automethod:: BasePoint._set_name
18 .. automethod:: BasePoint._set_x
19 .. automethod:: BasePoint._set_y
24 .. automethod:: BasePoint._init
25 .. automethod:: BasePoint._moveBy
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h41 BasePoint slant_unit;
106 BasePoint newpos;
107 BasePoint newnext, newprev;
113 BasePoint unit;
114 BasePoint online;
122 BasePoint unit; /* Unit vector pointing in direction of stem */
123 BasePoint l_to_r; /* Unit vector pointing from left to right (across stem) */
125 BasePoint right; /* and one on the other */
127 BasePoint newleft, newright;/* Left and right edges after repositioning */
196 BasePoint unit; /* All these stems are parallel, pointing in unit direction */
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h41 BasePoint slant_unit;
106 BasePoint newpos;
107 BasePoint newnext, newprev;
113 BasePoint unit;
114 BasePoint online;
122 BasePoint unit; /* Unit vector pointing in direction of stem */
123 BasePoint l_to_r; /* Unit vector pointing from left to right (across stem) */
125 BasePoint right; /* and one on the other */
127 BasePoint newleft, newright;/* Left and right edges after repositioning */
196 BasePoint unit; /* All these stems are parallel, pointing in unit direction */
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h41 BasePoint slant_unit;
106 BasePoint newpos;
107 BasePoint newnext, newprev;
113 BasePoint unit;
114 BasePoint online;
122 BasePoint unit; /* Unit vector pointing in direction of stem */
123 BasePoint l_to_r; /* Unit vector pointing from left to right (across stem) */
125 BasePoint right; /* and one on the other */
127 BasePoint newleft, newright;/* Left and right edges after repositioning */
196 BasePoint unit; /* All these stems are parallel, pointing in unit direction */
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h41 BasePoint slant_unit;
106 BasePoint newpos;
107 BasePoint newnext, newprev;
113 BasePoint unit;
114 BasePoint online;
122 BasePoint unit; /* Unit vector pointing in direction of stem */
123 BasePoint l_to_r; /* Unit vector pointing from left to right (across stem) */
125 BasePoint right; /* and one on the other */
127 BasePoint newleft, newright;/* Left and right edges after repositioning */
196 BasePoint unit; /* All these stems are parallel, pointing in unit direction */
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h41 BasePoint slant_unit;
106 BasePoint newpos;
107 BasePoint newnext, newprev;
113 BasePoint unit;
114 BasePoint online;
122 BasePoint unit; /* Unit vector pointing in direction of stem */
123 BasePoint l_to_r; /* Unit vector pointing from left to right (across stem) */
125 BasePoint right; /* and one on the other */
127 BasePoint newleft, newright;/* Left and right edges after repositioning */
196 BasePoint unit; /* All these stems are parallel, pointing in unit direction */
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h41 BasePoint slant_unit;
106 BasePoint newpos;
107 BasePoint newnext, newprev;
113 BasePoint unit;
114 BasePoint online;
122 BasePoint unit; /* Unit vector pointing in direction of stem */
123 BasePoint l_to_r; /* Unit vector pointing from left to right (across stem) */
125 BasePoint right; /* and one on the other */
127 BasePoint newleft, newright;/* Left and right edges after repositioning */
196 BasePoint unit; /* All these stems are parallel, pointing in unit direction */
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dstemdb.h41 BasePoint slant_unit;
106 BasePoint newpos;
107 BasePoint newnext, newprev;
113 BasePoint unit;
114 BasePoint online;
122 BasePoint unit; /* Unit vector pointing in direction of stem */
123 BasePoint l_to_r; /* Unit vector pointing from left to right (across stem) */
125 BasePoint right; /* and one on the other */
127 BasePoint newleft, newright;/* Left and right edges after repositioning */
196 BasePoint unit; /* All these stems are parallel, pointing in unit direction */
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/
H A Dbase_point.cpp34 IMPLEMENT_PERSISTENT(BasePoint, false) in IMPLEMENT_PERSISTENT() argument
37 BasePoint::BasePoint() { in IMPLEMENT_PERSISTENT()
43 BasePoint::~BasePoint() { in ~BasePoint()
49 BasePoint::BasePoint(int initX, int initY) { in BasePoint() function in Wintermute::BasePoint
55 bool BasePoint::persist(BasePersistenceManager *persistMgr) { in persist()
H A Dbase_point.h37 class BasePoint: public BaseClass {
39 DECLARE_PERSISTENT(BasePoint, BaseClass)
40 BasePoint();
41 BasePoint(int initX, int initY);
44 virtual ~BasePoint();
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/
H A Dbase_point.cpp34 IMPLEMENT_PERSISTENT(BasePoint, false) in IMPLEMENT_PERSISTENT() argument
37 BasePoint::BasePoint() { in IMPLEMENT_PERSISTENT()
43 BasePoint::~BasePoint() { in ~BasePoint()
49 BasePoint::BasePoint(int initX, int initY) { in BasePoint() function in Wintermute::BasePoint
55 bool BasePoint::persist(BasePersistenceManager *persistMgr) { in persist()
H A Dbase_point.h37 class BasePoint: public BaseClass {
39 DECLARE_PERSISTENT(BasePoint, BaseClass)
40 BasePoint();
41 BasePoint(int initX, int initY);
44 ~BasePoint() override;
/dports/devel/mercator/mercator-0.3.3/Mercator/
H A DSegment.h53 Matrix<2, 2, BasePoint> m_controlPoints;
119 void setCornerPoint(unsigned int x, unsigned int y, const BasePoint & bp) { in setCornerPoint()
125 const Matrix<2, 2, BasePoint> & getControlPoints() const { in getControlPoints()
130 Matrix<2, 2, BasePoint> & getControlPoints() { in getControlPoints()
207 void fill1d(const BasePoint& l, const BasePoint &h, float *array) const;
209 void fill2d(const BasePoint& p1, const BasePoint& p2,
210 const BasePoint& p3, const BasePoint& p4);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/ad/
H A Dad_path.h37 class BasePoint; variable
41 BasePoint *getCurrent();
43 void addPoint(BasePoint *point);
44 BasePoint *getNext();
45 BasePoint *getFirst();
49 BaseArray<BasePoint *> _points;
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/ad/
H A Dad_path.h37 class BasePoint; variable
41 BasePoint *getCurrent();
43 void addPoint(BasePoint *point);
44 BasePoint *getNext();
45 BasePoint *getFirst();
49 BaseArray<BasePoint *> _points;
/dports/devel/mercator/mercator-0.3.3/tests/
H A DSegmentperf.cpp23 Mercator::Matrix<2,2,Mercator::BasePoint> & points = s.getControlPoints(); in main()
45 const float BasePoint::HEIGHT = 8.0;
46 const float BasePoint::ROUGHNESS = 1.25;
47 const float BasePoint::FALLOFF = 0.25;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C4 template <class Coord> struct BasePoint struct
7 constexpr BasePoint (Coord, Coord) : x (0), y (0) {} in BasePoint() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C4 template <class Coord> struct BasePoint struct
7 constexpr BasePoint (Coord, Coord) : x (0), y (0) {} in BasePoint() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;

12345678910>>...13