Home
last modified time | relevance | path

Searched refs:CLOSEPATH (Results 1 – 25 of 31) sorted by relevance

12

/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dmisc.c73 else if (gPathEnd->type != CLOSEPATH) { in PreCheckForHinting()
81 if (e->type == CLOSEPATH) { in PreCheckForHinting()
90 if (nxt->type == CLOSEPATH) { /* remove double closepath */ in PreCheckForHinting()
118 if (e->type == CLOSEPATH) in GetSubpathNext()
212 ReportTryFlexError(n->type == CLOSEPATH, x1, y1); in TryYFlex()
271 ReportTryFlexError(n->type == CLOSEPATH, x1, y1); in TryXFlex()
H A Dhead.c31 if (clsdby->type == CLOSEPATH) in GetClosedBy()
39 if (clsdby->type == CLOSEPATH) in GetClosedBy()
63 case CLOSEPATH: in GetEndPoint()
65 if (e == NULL || e->type == CLOSEPATH) { in GetEndPoint()
193 if (nxt->type == CLOSEPATH) { in NxtForBend()
H A Dbbox.c73 case CLOSEPATH: in FindPathBBox()
131 case CLOSEPATH: in FindSubpathBBox()
H A Dwrite.c431 case CLOSEPATH: in SaveFile()
461 case CLOSEPATH: in SaveFile()
H A Dcheck.c260 if (e->type == CLOSEPATH) in RMovePoint()
632 subEnd = (e->type == CLOSEPATH) ? e : GetClosedBy(e); in MoveSubpathToEnd()
H A Dread.c172 AppendElement(CLOSEPATH); in psCP()
H A Dauto.c18 if (e->type == CLOSEPATH) in GetSubPathNxt()
1083 CLOSEPATH) { /* do not attach extra hints to closepath */ in AutoExtraHints()
H A Dac.h36 #define CLOSEPATH (3) macro
H A Dreport.c85 case CLOSEPATH: in ExpectedMoveTo()
H A Dmerge.c48 if (e->type == CLOSEPATH) in CloseElements()
H A Dgen.c90 if (e1->type == CLOSEPATH) in AddSegment()
96 if (e2->type == CLOSEPATH) in AddSegment()
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DGraphicPath.h43 enum Type {MOVETO, LINETO, CONICTO, CUBICTO, CLOSEPATH}; enumerator
64 case CLOSEPATH : return 0; in numParams()
165 _commands.push_back(Command(Command::CLOSEPATH)); in closepath()
181 if (it->type == Command::MOVETO && prevCommand && prevCommand->type != Command::CLOSEPATH) { in closeOpenSubPaths()
183 it = _commands.insert(it, Command(Command::CLOSEPATH))+1; in closeOpenSubPaths()
189 if (!_commands.empty() && _commands.back().type != Command::CLOSEPATH) in closeOpenSubPaths()
381 case Command::CLOSEPATH: in iterate()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A DdrawPS.c131 #define CLOSEPATH "closepath" macro
394 cmdout(CLOSEPATH); in flushPath()
399 cmdout(CLOSEPATH); in flushPath()
426 cmdout(CLOSEPATH); in flushPath()
/dports/editors/yudit/yudit-3.0.7/swindow/
H A DSGPrimitive.cpp123 case CLOSEPATH: in getKey()
264 type = CLOSEPATH; in closepath()
H A DSGPrimitive.h37 NEWPATH, MOVETO, LINETO, CURVETO, CLOSEPATH, enumerator
H A DSGEngine.cpp1225 case SGPrimitive::CLOSEPATH: in _replay()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dmpost.c307 #define CLOSEPATH 32 macro
383 {"closepath", CLOSEPATH},
442 {"p", CLOSEPATH},
1038 case CLOSEPATH: in do_operator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/fontsubset/
H A Dcff.cxx172 HLINETO=6, VLINETO=7, RCURVETO=8, CLOSEPATH=9, enumerator
765 writeTypeOp( TYPE1OP::CLOSEPATH); in convertOneTypeOp()
779 writeTypeOp( TYPE1OP::CLOSEPATH); in convertOneTypeOp()
863 writeTypeOp( TYPE1OP::CLOSEPATH); in convertOneTypeOp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/fontsubset/
H A Dcff.cxx169 HLINETO=6, VLINETO=7, RCURVETO=8, CLOSEPATH=9, enumerator
764 writeTypeOp( TYPE1OP::CLOSEPATH); in convertOneTypeOp()
778 writeTypeOp( TYPE1OP::CLOSEPATH); in convertOneTypeOp()
862 writeTypeOp( TYPE1OP::CLOSEPATH); in convertOneTypeOp()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapmvt.c41 #define CLOSEPATH 7 macro
354 mvt_feature->geometry[idx++] = COMMAND(CLOSEPATH, 1); in mvtWriteShape()
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dtype1.c84 #define CLOSEPATH 9 macro
956 case CLOSEPATH: /* - CLOSEPATH |- */ in DoCommand()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dtype1.c82 #define CLOSEPATH 9 macro
945 case CLOSEPATH: /* - CLOSEPATH |- */
/dports/math/grace/grace-5.1.25/T1lib/type1/
H A Dtype1.c85 #define CLOSEPATH 9 macro
1144 case CLOSEPATH: /* - CLOSEPATH |- */
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dtype1.c312 #define CLOSEPATH 9 macro
1447 case CLOSEPATH: /* - CLOSEPATH |- */
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/mplibdir/
H A Dpsout.w3801 case CS_CLOSEPATH: /* - CLOSEPATH |- */

12