Home
last modified time | relevance | path

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

/plugin/farmer/3rdparty/
H A DRingIcon.php66 $arcwidth = $this->fullsize;
68 $this->drawRing($image, $arcwidth);
69 $arcwidth -= $this->ringwidth;
115 * @param int $arcwidth outer width of the ring
117 protected function drawRing($image, $arcwidth)
126 imagefilledarc($image, $this->center, $this->center, $arcwidth, $arcwidth, $stop, $start, $color, IMG_ARC_PIE);
131 $arcwidth - $this->ringwidth,
132 $arcwidth - $this->ringwidth,
122 drawRing($image, $arcwidth) global() argument