Home
last modified time | relevance | path

Searched refs:RRCurveTo (Results 1 – 6 of 6) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c192 static void RRCurveTo(DOUBLE dx1,DOUBLE dy1,DOUBLE dx2,DOUBLE dy2,DOUBLE dx3,DOUBLE dy3);
952 RRCurveTo(Stack[0], Stack[1], Stack[2], Stack[3], in DoCommand()
1007 RRCurveTo(0.0, Stack[0], Stack[1], Stack[2], in DoCommand()
1015 RRCurveTo(Stack[0], 0.0, Stack[1], Stack[2], 0.0, Stack[3]); in DoCommand()
1178 static void RRCurveTo(DOUBLE dx1, DOUBLE dy1, DOUBLE dx2, DOUBLE dy2, DOUBLE dx3, DOUBLE dy3) in RRCurveTo() function
1439 RRCurveTo(x0 - CurrentX, y0 - CurrentY, x1 - x0, y1 - y0, x2 - x1, y2 - y1); \
H A Dprotos.h375 static void RRCurveTo(double dx1,double dy1,double dx2,double dy2,double dx3,double dy3);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c168 static RRCurveTo();
941 RRCurveTo(Stack[0], Stack[1], Stack[2], Stack[3],
996 RRCurveTo(0.0, Stack[0], Stack[1], Stack[2],
1004 RRCurveTo(Stack[0], 0.0, Stack[1], Stack[2], 0.0, Stack[3]);
1171 static RRCurveTo(dx1, dy1, dx2, dy2, dx3, dy3) in RRCurveTo() function
1434 RRCurveTo(x0 - CurrentX, y0 - CurrentY, x1 - x0, y1 - y0, x2 - x1, y2 - y1); \
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c198 static int RRCurveTo();
1140 RRCurveTo(Stack[0], Stack[1], Stack[2], Stack[3],
1222 RRCurveTo(0.0, Stack[0], Stack[1], Stack[2],
1233 RRCurveTo(Stack[0], 0.0, Stack[1], Stack[2], 0.0, Stack[3]);
1418 static int RRCurveTo(dx1, dy1, dx2, dy2, dx3, dy3) in RRCurveTo() function
1693 RRCurveTo(x0 - CurrentX, y0 - CurrentY, x1 - x0, y1 - y0, x2 - x1, y2 - y1); \
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c451 static int RRCurveTo();
1443 RRCurveTo(Stack[0], Stack[1], Stack[2], Stack[3],
1525 RRCurveTo(0.0, Stack[0], Stack[1], Stack[2],
1536 RRCurveTo(Stack[0], 0.0, Stack[1], Stack[2], 0.0, Stack[3]);
1725 static int RRCurveTo(dx1, dy1, dx2, dy2, dx3, dy3) in RRCurveTo() function
2286 RRCurveTo( x0 - currx, y0 - curry,
2290 RRCurveTo( x3 - currx, y3 - curry,
2296 RRCurveTo( x0 - currx, y0 - curry,
2300 RRCurveTo( x3 - currx, y3 - curry,
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotcff.cpp754 CASE(RRCurveTo); in traceCharStringOp()