Searched defs:_trackSize (Results 1 - 2 of 2) sorted by relevance

/yui3/src/graphics/js/
H A DCanvasDrawing.js183 this._trackSize(x - wt, y - wt);
184 this._trackSize(x + wt, y + wt);
202 this._trackSize(x - wt, y - wt);
203 this._trackSize(x + wt, y + wt);
231 this._trackSize(hiX, hiY);
232 this._trackSize(loX, loY);
258 this._trackSize(hiX + wt, hiY + wt);
259 this._trackSize(loX - wt, loY - wt);
280 this._trackSize(x + circum, y + circum);
281 this._trackSize(
[all...]
H A DVMLDrawing.js73 this._trackSize(hiX, hiY);
74 this._trackSize(loX, loY);
155 this._trackSize(x + circum, y + circum);
177 this._trackSize(x + w, y + h);
231 this._trackSize(diameter, diameter);
259 this._trackSize.apply(this, args[i]);
279 this._trackSize(x, y);
366 * @method _trackSize
371 _trackSize: function(w, h) {

Completed in 9 milliseconds