Home
last modified time | relevance | path

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

/plugin/farmer/vendor/splitbrain/php-ringicon/src/
H A DRingIcon.php29 $image = $this->createTransparentImage($this->fullsize, $this->fullsize);
37 $out = $this->createTransparentImage($this->size, $this->size);
106 protected function createTransparentImage($width, $height) function in splitbrain\\RingIcon\\RingIcon