Searched refs:fullsize (Results 1 – 4 of 4) sorted by relevance
| /plugin/farmer/vendor/splitbrain/php-ringicon/src/ |
| H A D | AbstractRingIcon.php | 18 protected $fullsize; variable in splitbrain\\RingIcon\\AbstractRingIcon 34 $this->fullsize = $this->size * 5; 37 $this->center = floor($this->fullsize / 2); 38 $this->ringwidth = floor($this->fullsize / $rings);
|
| H A D | RingIcon.php | 29 $image = $this->createTransparentImage($this->fullsize, $this->fullsize); 30 $arcwidth = $this->fullsize; 38 …opyresampled($out, $image, 0, 0, 0, 0, $this->size, $this->size, $this->fullsize, $this->fullsize);
|
| /plugin/photogallery/phpThumb/demo/ |
| D | readme.demos.txt | 25 phpThumb.demo.showpic.php for fullsize popup display
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …fullsize = builder.getSymbolSizeExpression();\n builder.setSymbolSizeExpression(sampleSize);\n …
|