/external/harfbuzz_ng/src/ |
D | hb-ot-cff2-table.cc | 68 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()
|
D | hb-ot-cff1-table.cc | 233 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()
|
D | hb-cff-interp-cs-common.hh | 204 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/ |
D | canvasevents.py | 62 def moveto(self, x, y): member in Object 118 object.moveto(self.x + i*4, self.y + i*8)
|
D | solitaire.py | 188 def moveto(self, x, y): member in Card 317 card.moveto(self.x, self.y) 522 card.moveto(self.x, y)
|
/external/scapy/scapy/ |
D | packet.py | 575 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/ |
D | test_widgets.py | 766 widget.moveto('group', 200, 100) 774 widget.moveto('group', y=50)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2918 def moveto(self, tagOrId, x='', y=''): member in Canvas
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.8.rst | 1289 Added method :meth:`~tkinter.Canvas.moveto`
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | implementation.tex | 439 pre=moveto,pre length=5mm,post length=8mm}]
|
/external/python/cpython2/Misc/ |
D | HISTORY | 11318 - 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/ |
D | ChangeLog.25 | 3501 effect when `moveto' executes) just before drawing the final element
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 2781 Add ``moveto()`` method to the ``tkinter.Canvas`` widget. Patch by Juliette
|
/external/python/cpython3/Misc/ |
D | HISTORY | 28697 - 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)).
|