Searched refs:_top (Results 1 - 14 of 14) sorted by relevance

/yui3/src/graphics/js/
H A DSVGPath.js39 * @property _top
43 _top: 0,
114 return Math.max(this._bottom - this._top, 0);
H A DVMLPath.js42 return Math.max(this._bottom - this._top, 0);
H A DCanvasPieSlice.js39 this._top = y;
H A DVMLDrawing.js359 this._top = 0;
379 if (h < this._top)
381 this._top = h;
388 this._height = this._bottom - this._top;
395 _top: 0,
H A DSVGDrawing.js409 this._top = 0;
433 top = this._top,
526 if (h < this._top)
528 this._top = h;
535 this._height = this._bottom - this._top;
H A DCanvasDrawing.js134 node.style.top = (y + this._top) + "px";
695 this._top = 0;
737 if (h < this._top)
739 this._top = h;
746 this._height = this._bottom - this._top;
H A DCanvasShape.js230 * @property _top
234 _top: 0,
617 h = this._bottom - this._top,
644 args[j] = args[j] - this._top;
669 args.unshift(this._xcoords[i] - this._left, this._ycoords[i] - this._top);
H A DSVGShape.js636 ty = this._top + (transformOrigin[1] * this.get("height"));
638 normalizedMatrix.init({dx: x + this._left, dy: y + this._top});
H A DVMLShape.js722 normalizedMatrix.translate(this._left, this._top);
743 normalizedMatrix.translate(-this._left, -this._top);
/yui3/build/graphics-vml/
H A Dgraphics-vml-debug.js361 this._top = 0;
381 if (h < this._top)
383 this._top = h;
390 this._height = this._bottom - this._top;
397 _top: 0,
1127 normalizedMatrix.translate(this._left, this._top);
1148 normalizedMatrix.translate(-this._left, -this._top);
1868 return Math.max(this._bottom - this._top, 0);
/yui3/src/charts/js/
H A DShapeGroup.js93 coords: (x - this._left) + ", " + (y - this._top) + ", " + radius,
/yui3/build/graphics-canvas/
H A Dgraphics-canvas-debug.js136 node.style.top = (y + this._top) + "px";
697 this._top = 0;
739 if (h < this._top)
741 this._top = h;
748 this._height = this._bottom - this._top;
981 * @property _top
985 _top: 0,
1368 h = this._bottom - this._top,
1395 args[j] = args[j] - this._top;
1420 args.unshift(this._xcoords[i] - this._left, this._ycoords[i] - this._top);
[all...]
/yui3/build/graphics-svg/
H A Dgraphics-svg-debug.js411 this._top = 0;
435 top = this._top,
528 if (h < this._top)
530 this._top = h;
537 this._height = this._bottom - this._top;
1176 ty = this._top + (transformOrigin[1] * this.get("height"));
1178 normalizedMatrix.init({dx: x + this._left, dy: y + this._top});
1705 * @property _top
1709 _top: 0,
1780 return Math.max(this._bottom - this._top,
[all...]
/yui3/build/charts-base/
H A Dcharts-base-debug.js95 coords: (x - this._left) + ", " + (y - this._top) + ", " + radius,

Completed in 118 milliseconds