Home
last modified time | relevance | path

Searched refs:RLineTo (Results 1 – 11 of 11) sorted by relevance

/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c197 static int RLineTo();
1110 RLineTo(Stack[0], Stack[1]);
1119 RLineTo(Stack[0], 0.0);
1128 RLineTo(0.0, Stack[0]);
1394 static int RLineTo(dx, dy) in RLineTo() function
1684 RLineTo(x - CurrentX, y - CurrentY); \
2072 RLineTo( 0.0, (double) -line_thickness); in Type1Line()
2073 RLineTo( (double) line_length, 0.0); in Type1Line()
2074 RLineTo( 0.0, (double) line_thickness); in Type1Line()
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c191 static void RLineTo(DOUBLE dx,DOUBLE dy);
931 RLineTo(Stack[0], Stack[1]); in DoCommand()
937 RLineTo(Stack[0], 0.0); in DoCommand()
943 RLineTo(0.0, Stack[0]); in DoCommand()
1156 static void RLineTo(DOUBLE dx, DOUBLE dy) in RLineTo() function
1430 RLineTo(x - CurrentX, y - CurrentY); \
H A Dprotos.h374 static void RLineTo(double dx,double dy);
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c167 static RLineTo();
920 RLineTo(Stack[0], Stack[1]);
926 RLineTo(Stack[0], 0.0);
932 RLineTo(0.0, Stack[0]);
1148 static RLineTo(dx, dy) in RLineTo() function
1425 RLineTo(x - CurrentX, y - CurrentY); \
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/animator/
H A DSkPathParts.h60 DECLARE_MEMBER_INFO(RLineTo);
H A DSkDisplayType.cpp166 CASE_NEW(RLineTo); in CreateInstance()
320 CASE_GET_INFO(RLineTo); in GetMembers()
H A DSkCondensedDebug.inc1268 85, // RLineTo
H A DSkCondensedRelease.inc1248 85, // RLineTo
H A DSkAnimateSchema.xsd2211 RLineTo adds a line from the last point in a path to the specified point. The specified
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c450 static int RLineTo();
1413 RLineTo(Stack[0], Stack[1]);
1422 RLineTo(Stack[0], 0.0);
1431 RLineTo(0.0, Stack[0]);
1697 static int RLineTo(dx, dy) in RLineTo() function
2284 RLineTo( x5 - currx, y5 - curry); \
2614 RLineTo( 0.0, (double) -line_thickness); in Type1Line()
2615 RLineTo( (double) line_length, 0.0); in Type1Line()
2616 RLineTo( 0.0, (double) line_thickness); in Type1Line()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotcff.cpp751 CASE(RLineTo); in traceCharStringOp()