Searched defs:moveTo (Results 1 - 3 of 3) sorted by relevance
| /yui3/src/graphics/js/ |
| H A D | SVGDrawing.js | 130 this.moveTo(x, y); 149 this.moveTo(x, y + eh); 218 this.moveTo(x + midWidth, y); 371 * @method moveTo 375 moveTo: function(x, y) {
|
| H A D | CanvasDrawing.js | 195 * @method moveTo 199 moveTo: function(x, y) { 201 this._updateDrawingQueue(["moveTo", x, y]); 301 this.moveTo(x + midWidth, y); 334 this.moveTo(ax, ay); 363 this._updateDrawingQueue(["moveTo", x, y]); 387 this._updateDrawingQueue(["moveTo", x, y + eh]); 432 this._updateDrawingQueue(["moveTo", x, y]);
|
| H A D | VMLDrawing.js | 106 this.moveTo(x, y); 128 this.moveTo(x, y + eh); 196 this.moveTo(x + midWidth, y); 269 * @method moveTo 273 moveTo: function(x, y) {
|
Completed in 43 milliseconds