Home
last modified time | relevance | path

Searched refs:scaleMode (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DScaleStyle.php10 …public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotS… argument
11 $this->scaleMode = $scaleMode;
24 return $this->scaleMode;
43 private $scaleMode; variable in ScaleStyle
/plugin/statistics/inc/pchart/
H A DScaleStyle.php9 public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotSize = 0) { argument
10 $this->scaleMode = $scaleMode;
23 return $this->scaleMode;
42 private $scaleMode; variable in ScaleStyle
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js410 scaleMode: 'box', // 'box' or 'contents' or { } with provided values
439 if (this.options.scaleMode=='box')
441 if (/^content/.test(this.options.scaleMode))
444 this.dims = [this.options.scaleMode.originalHeight,
445 this.options.scaleMode.originalWidth];
607 scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width},
701 scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width},
729 scaleMode: 'box',
731 scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width},
824 scaleMode: { originalHeight: dims.height, originalWidth: dims.width },
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as87 stage.scaleMode = StageScaleMode.NO_SCALE;