Home
last modified time | relevance | path

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

/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dt1imager.h56 extern location t1_Loc();
101 #define Loc(S,x,y) t1_Loc(S,(DOUBLE)x,(DOUBLE)y)
H A Dpaths.h33 #define Loc(S,x,y) t1_Loc(S,(DOUBLE)x,(DOUBLE)y)
91 struct segment *t1_Loc(); /* create a location object (or "move" segment) */
H A Dpaths.c207 struct segment *t1_Loc(S, x, y) in t1_Loc() function
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dt1imager.h55 extern location t1_Loc();
100 #define Loc(S,x,y) t1_Loc(S,(double)x,(double)y)
H A Dpaths.h31 #define Loc(S,x,y) t1_Loc(S,(double)x,(double)y)
54 struct segment *t1_Loc(); /* create a location object (or "move" segment) */
H A Dpaths.c204 struct segment *t1_Loc(S, x, y) in t1_Loc() function
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dt1imager.h56 extern location t1_Loc();
101 #define Loc(S,x,y) t1_Loc(S,(DOUBLE)x,(DOUBLE)y)
H A Dpaths.h33 #define Loc(S,x,y) t1_Loc(S,(DOUBLE)x,(DOUBLE)y)
56 struct segment *t1_Loc(); /* create a location object (or "move" segment) */
H A Dpaths.c207 struct segment *t1_Loc(S, x, y) in t1_Loc() function
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dt1imager.h56 extern location t1_Loc();
101 #define Loc(S,x,y) t1_Loc(S,(DOUBLE)x,(DOUBLE)y)
H A Dpaths.h33 #define Loc(S,x,y) t1_Loc(S,(DOUBLE)x,(DOUBLE)y)
58 struct segment *t1_Loc(struct XYspace *, DOUBLE, DOUBLE);
H A Dprotos.h95 extern struct segment *t1_Loc(struct XYspace *S,double x,double y);
H A Dpaths.c205 struct segment *t1_Loc( in t1_Loc() function