Home
last modified time | relevance | path

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

/plugin/farmer/vendor/splitbrain/php-ringicon/src/
H A DRingIcon.php30 $arcwidth = $this->fullsize;
32 $this->drawRing($image, $arcwidth);
33 $arcwidth -= $this->ringwidth;
54 * @param int $arcwidth outer width of the ring
56 protected function drawRing($image, $arcwidth) argument
65 …imagefilledarc($image, $this->center, $this->center, $arcwidth, $arcwidth, $stop, $start, $color, …
66 imagefilledellipse($image, $this->center, $this->center, $arcwidth - $this->ringwidth,
67 $arcwidth - $this->ringwidth, $transparency);