Home
last modified time | relevance | path

Searched refs:MOVETO (Results 176 – 200 of 276) sorted by relevance

12345678910>>...12

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_artist.py218 [mpath.Path.MOVETO, mpath.Path.CURVE3,
H A Dtest_transforms.py187 M, L, C = Path.MOVETO, Path.LINETO, Path.CLOSEPOLY
566 codes = [Path.MOVETO, Path.LINETO, Path.LINETO, Path.CLOSEPOLY]
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DkeybindingDialog.py178 self.listKeysFinal.yview(MOVETO, '0.0')
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DkeybindingDialog.py178 self.listKeysFinal.yview(MOVETO, '0.0')
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dread.c136 #define RDmoveto() RDmtlt(MOVETO)
H A Dac.h33 #define MOVETO (0) macro
H A Dreport.c136 if (e->type == MOVETO) in ReportPossibleLoop()
H A Dgen.c749 } else if (p->type == MOVETO) { in GenVPts()
978 } else if (p->type != MOVETO && !IsTiny(p)) { in GenHPts()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_artist.py232 [mpath.Path.MOVETO, mpath.Path.CURVE3,
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dpatheffects.py507 codes = np.tile([Path.MOVETO, Path.LINETO], num)
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Dcfdg.l51 PATHOP MOVETO|LINETO|ARCTO|CURVETO|MOVEREL|LINEREL|ARCREL|CURVEREL|CLOSEPOLY
/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/matplot_dep/
H A Dplot_definitions.py114 … [Path.MOVETO, Path.LINETO, Path.LINETO, Path.LINETO, Path.LINETO, Path.CLOSEPOLY])
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_contour.cpp15 #define MOVETO 1 macro
450 *codes_ptr++ = (point == line.begin() ? MOVETO : LINETO); in append_contour_to_vertices_and_codes()
463 *codes_ptr++ = (point == child.begin() ? MOVETO : LINETO); in append_contour_to_vertices_and_codes()
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_contour.cpp15 #define MOVETO 1 macro
450 *codes_ptr++ = (point == line.begin() ? MOVETO : LINETO); in append_contour_to_vertices_and_codes()
463 *codes_ptr++ = (point == child.begin() ? MOVETO : LINETO); in append_contour_to_vertices_and_codes()
H A Dft2font.cpp213 *(d->codes++) = MOVETO; in ft_outline_move_to()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dcustomshapegeometry.cxx1050 …rSegments.empty() || ( mrSegments.back().Command != EnhancedCustomShapeSegmentCommand::MOVETO ) ) { in onCreateContext()
1061 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in onCreateContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dcustomshapegeometry.cxx1001 …rSegments.empty() || ( mrSegments.back().Command != EnhancedCustomShapeSegmentCommand::MOVETO ) ) { in onCreateContext()
1012 aNewSegment.Command = EnhancedCustomShapeSegmentCommand::MOVETO; in onCreateContext()
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dtktextext.py962 self.text.yview(tk.MOVETO, args[0])
1104 self._gutter.yview(tk.MOVETO, args[0])
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/
H A Dpath.rst15 - MOVETO
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/
H A Dbackend_agg.py166 c[0] = Path.MOVETO # move to end of last chunk
H A Dbackend_cairo.py127 if code == Path.MOVETO:
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/backends/
H A Dbackend_agg.py151 c[0] = Path.MOVETO # move to end of last chunk
H A Dbackend_cairo.py60 if code == Path.MOVETO:
/dports/science/nest/nest-simulator-3.1/pynest/nest/lib/
H A Dhl_api_spatial.py1165 codes[0] = mpath.Path.MOVETO
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/drawing/
H A Dmatplotlib.py305 codes = [Path.MOVETO]

12345678910>>...12