Lines Matching refs:moveto
290 this.moveTo = function(x,y) {291 this.__log__.push("moveTo",x,y,"\n");2446 moveTo: function CanvasGraphics_moveTo(x, y) {2447 this.ctx.moveTo(x, y);13180 m: 'moveTo',16735 // moveto (this is a one shot positionning command). This is used only