Home
last modified time | relevance | path

Searched refs:moveto (Results 1 – 14 of 14) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.cc68 static void moveto (cff2_cs_interp_env_t &env, cff2_extents_param_t& param, const point_t &pt) in moveto() function
71 env.moveto (pt); in moveto()
81 env.moveto (pt1); in line()
95 env.moveto (pt3); in curve()
Dhb-ot-cff1-table.cc233 static void moveto (cff1_cs_interp_env_t &env, cff1_extents_param_t& param, const point_t &pt) in moveto() function
236 env.moveto (pt); in moveto()
246 env.moveto (pt1); in line()
260 env.moveto (pt3); in curve()
Dhb-cff-interp-cs-common.hh204 void moveto (const point_t &pt_ ) { pt = pt_; } in moveto() function
241 static void moveto (ENV &env, PARAM& param, const point_t &pt) {} in moveto() function
471 PATH::moveto (env, param, pt1); in rmoveto()
478 PATH::moveto (env, param, pt1); in hmoveto()
485 PATH::moveto (env, param, pt1); in vmoveto()
754 static void moveto (ENV &env, PARAM& param, const point_t &pt) in moveto() function
755 { env.moveto (pt); } in moveto()
758 { PATH::moveto (env, param, pt1); } in line()
761 { PATH::moveto (env, param, pt3); } in curve()
/external/python/cpython2/Demo/tkinter/guido/
Dcanvasevents.py62 def moveto(self, x, y): member in Object
118 object.moveto(self.x + i*4, self.y + i*8)
Dsolitaire.py188 def moveto(self, x, y): member in Card
317 card.moveto(self.x, self.y)
522 card.moveto(self.x, y)
/external/scapy/scapy/
Dpacket.py575 return pyx.path.path(pyx.path.moveto(fb.right(), fb.top()),
579 pyx.path.moveto(lb.left(), lb.top()),
591 return pyx.path.path(pyx.path.moveto(fb.left(), fb.top()),
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py766 widget.moveto('group', 200, 100)
774 widget.moveto('group', y=50)
/external/python/cpython3/Lib/tkinter/
D__init__.py2918 def moveto(self, tagOrId, x='', y=''): member in Canvas
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1289 Added method :meth:`~tkinter.Canvas.moveto`
/external/llvm-project/polly/lib/External/isl/doc/
Dimplementation.tex439 pre=moveto,pre length=5mm,post length=8mm}]
/external/python/cpython2/Misc/
DHISTORY11318 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.)
17206 dev moveto(self, (x, y)): ...
17215 dev moveto(self, x, y): ...
17219 changed so that now p.moveto(x,y) is equivalent to Point.moveto(p,x,y)
17220 while formerly it was equivalent to Point.moveto(p,(x,y)).
/external/freetype/
DChangeLog.253501 effect when `moveto' executes) just before drawing the final element
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst2781 Add ``moveto()`` method to the ``tkinter.Canvas`` widget. Patch by Juliette
/external/python/cpython3/Misc/
DHISTORY28697 - Added new listbox and canvas methods: {xview,yview}_{scroll,moveto}.)
34585 dev moveto(self, (x, y)): ...
34594 dev moveto(self, x, y): ...
34598 changed so that now p.moveto(x,y) is equivalent to Point.moveto(p,x,y)
34599 while formerly it was equivalent to Point.moveto(p,(x,y)).