Home
last modified time | relevance | path

Searched refs:t1_PathSegment (Results 1 – 13 of 13) sorted by relevance

/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dpaths_rmz.h95 #define PathSegment(t,x,y) t1_PathSegment(t,(fractpel)x,(fractpel)y)
104 struct segment *t1_PathSegment(); /* produce a MOVE or LINE segment */
H A Dpaths.h119 #define PathSegment(t,x,y) t1_PathSegment(t,(fractpel)x,(fractpel)y)
128 struct segment *t1_PathSegment(); /* produce a MOVE or LINE segment */
H A Dfontfcn.c438 tmppath1=(struct segment *)t1_PathSegment( MOVETYPE, -currdisp.x, -currdisp.y); in fontfcnB()
851 tmppath1=(struct segment *)t1_PathSegment( MOVETYPE, -currdisp.x, -currdisp.y); in fontfcnB_string()
1114 tmppath1=(struct segment *)t1_PathSegment( MOVETYPE, -currdisp.x, -currdisp.y); in fontfcnB_ByName()
H A Dpaths.c284 struct segment *t1_PathSegment(type, x, y) in t1_PathSegment() function
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dpaths_rmz.h95 #define PathSegment(t,x,y) t1_PathSegment(t,(fractpel)x,(fractpel)y)
104 struct segment *t1_PathSegment(); /* produce a MOVE or LINE segment */
H A Dpaths.h84 #define PathSegment(t,x,y) t1_PathSegment(t,(fractpel)x,(fractpel)y)
93 struct segment *t1_PathSegment(); /* produce a MOVE or LINE segment */
H A Dfontfcn.c393 tmppath1=(struct segment *)t1_PathSegment( MOVETYPE, -currdisp.x, -currdisp.y); in fontfcnB()
805 tmppath1=(struct segment *)t1_PathSegment( MOVETYPE, -currdisp.x, -currdisp.y); in fontfcnB_string()
1068 tmppath1=(struct segment *)t1_PathSegment( MOVETYPE, -currdisp.x, -currdisp.y); in fontfcnB_ByName()
H A Dpaths.c284 struct segment *t1_PathSegment(type, x, y) in t1_PathSegment() function
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dpaths.h82 #define PathSegment(t,x,y) t1_PathSegment(t,(fractpel)x,(fractpel)y)
91 struct segment *t1_PathSegment(); /* produce a MOVE or LINE segment */
H A Dpaths.c281 struct segment *t1_PathSegment(type, x, y) in t1_PathSegment() function
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dpaths.h99 #define PathSegment(t,x,y) t1_PathSegment(t,(fractpel)x,(fractpel)y)
111 struct segment *t1_PathSegment(int, fractpel, fractpel);
H A Dprotos.h98 extern struct segment *t1_PathSegment(int type,long x,long y);
H A Dpaths.c257 struct segment *t1_PathSegment( in t1_PathSegment() function