Searched refs:setSize (Results 1 - 8 of 8) sorted by relevance
| /yui3/src/charts/js/ |
| H A D | Histogram.js | 24 setSize, 80 setSize = style[setSizeKey]; 99 setSize *= ratio; 100 setSize = Math.max(setSize, 1); 101 this._maxSize = setSize; 125 dimensions[setSizeKey][i] = setSize; 132 style[setSizeKey] = setSize;
|
| /yui3/src/graphics/js/ |
| H A D | VMLGraphic.js | 313 this.setSize(w, h); 473 * @method setSize 477 setSize: function(w, h) { 645 this.setSize(box.right, box.bottom);
|
| H A D | CanvasDrawing.js | 73 * @method setSize 78 setSize: function(w, h) {
|
| /yui3/src/dial/js/ |
| H A D | Dial.js | 859 setSize = function(node, dia, percent){ 866 setSize(this._ringNode, dia, 1.0); 867 setSize(this._handleNode, dia, this.get('handleDiameter')); 868 setSize(this._markerNode, dia, this.get('markerDiameter')); 869 setSize(this._centerButtonNode, dia, this.get('centerButtonDiameter'));
|
| /yui3/build/dial/ |
| H A D | dial-debug.js | 861 setSize = function(node, dia, percent){ 868 setSize(this._ringNode, dia, 1.0); 869 setSize(this._handleNode, dia, this.get('handleDiameter')); 870 setSize(this._markerNode, dia, this.get('markerDiameter')); 871 setSize(this._centerButtonNode, dia, this.get('centerButtonDiameter'));
|
| /yui3/build/graphics-vml/ |
| H A D | graphics-vml-debug.js | 2472 this.setSize(w, h); 2632 * @method setSize 2636 setSize: function(w, h) { 2804 this.setSize(box.right, box.bottom);
|
| /yui3/build/charts-base/ |
| H A D | charts-base-debug.js | 6867 setSize, 6923 setSize = style[setSizeKey]; 6942 setSize *= ratio; 6943 setSize = Math.max(setSize, 1); 6944 this._maxSize = setSize; 6968 dimensions[setSizeKey][i] = setSize; 6975 style[setSizeKey] = setSize;
|
| /yui3/build/graphics-canvas/ |
| H A D | graphics-canvas-debug.js | 75 * @method setSize 80 setSize: function(w, h) {
|
Completed in 119 milliseconds