Home
last modified time | relevance | path

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

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/graph/
H A DShape.php241 $bc = $this->img->current_color_name;
276 $bc = $this->img->current_color_name;
310 $bc = $this->img->current_color_name;
344 $bc = $this->img->current_color_name;
/dports/devel/rth/rth/jpgraph-1.8/src/
H A Djpgraph_canvtools.php191 $bc = $this->img->current_color_name;
226 $bc = $this->img->current_color_name;
260 $bc = $this->img->current_color_name;
294 $bc = $this->img->current_color_name;
H A Djpgraph.php3794 var $current_color,$current_color_name; variable in Image
4222 $this->current_color_name = $color;
4252 $this->colorstack[$this->colorstackidx]=$this->current_color_name;
4266 $this->current_color_name=$this->colorstack[--$this->colorstackidx];
4406 $fillcolor = $this->current_color_name;
4470 $this->CakeSlice($cx,$cy,$w,$h,$s,$e,$this->current_color_name);
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dcolor_editor.py170 current_color_name = current_color.GetAsString()
175 current_color_name,
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_canvtools.php256 $bc = $this->img->current_color_name;
291 $bc = $this->img->current_color_name;
325 $bc = $this->img->current_color_name;
359 $bc = $this->img->current_color_name;
H A Djpgraph.php5630 var $current_color,$current_color_name; variable in Image
6367 $this->current_color_name = $color;
6397 $this->colorstack[$this->colorstackidx]=$this->current_color_name;
6411 $this->current_color_name=$this->colorstack[--$this->colorstackidx];
6564 $fillcolor = $this->current_color_name;
6627 $this->CakeSlice($cx,$cy,$w,$h,$s,$e,$this->current_color_name);
6642 imagefilledarc($this->img,$xc,$yc,2*$w,2*$h,$s,$e,$this->current_color_name,
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph_canvtools.php256 $bc = $this->img->current_color_name;
291 $bc = $this->img->current_color_name;
325 $bc = $this->img->current_color_name;
359 $bc = $this->img->current_color_name;
H A Djpgraph.php5875 public $current_color,$current_color_name; variable in Image
6626 $this->current_color_name = $color;
6638 $this->colorstack[$this->colorstackidx]=$this->current_color_name;
6652 $this->current_color_name=$this->colorstack[--$this->colorstackidx];
6799 $this->CakeSlice($cx,$cy,$w,$h,$s,$e,$this->current_color_name);
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph_canvtools.php256 $bc = $this->img->current_color_name;
291 $bc = $this->img->current_color_name;
325 $bc = $this->img->current_color_name;
359 $bc = $this->img->current_color_name;
H A Djpgraph.php5935 var $current_color,$current_color_name; variable in Image
6680 $this->current_color_name = $color;
6692 $this->colorstack[$this->colorstackidx]=$this->current_color_name;
6706 $this->current_color_name=$this->colorstack[--$this->colorstackidx];
6859 $fillcolor = $this->current_color_name;
6922 $this->CakeSlice($cx,$cy,$w,$h,$s,$e,$this->current_color_name);
/dports/mail/squirrelmail-translations/squirrelmail.locales/support/smstats/includes/
H A Djpgraph_canvtools.php245 $bc = $this->img->current_color_name;
280 $bc = $this->img->current_color_name;
314 $bc = $this->img->current_color_name;
348 $bc = $this->img->current_color_name;
H A Djpgraph.php4020 var $current_color,$current_color_name; variable in Image
4576 $this->current_color_name = $color;
4606 $this->colorstack[$this->colorstackidx]=$this->current_color_name;
4620 $this->current_color_name=$this->colorstack[--$this->colorstackidx];
4760 $fillcolor = $this->current_color_name;
4824 $this->CakeSlice($cx,$cy,$w,$h,$s,$e,$this->current_color_name);
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_canvtools.php263 $bc = $this->img->current_color_name;
298 $bc = $this->img->current_color_name;
332 $bc = $this->img->current_color_name;
366 $bc = $this->img->current_color_name;
H A Dgd_image.inc.php43 public $current_color,$current_color_name; variable in Image
1127 $this->current_color_name = $color;
1139 $this->colorstack[$this->colorstackidx]=$this->current_color_name;
1154 $this->current_color_name=$this->colorstack[--$this->colorstackidx];
1191 $this->CakeSlice($cx,$cy,$w,$h,$s,$e,$this->current_color_name);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/image/
H A DImage.php35 public $current_color_name; variable in Amenadiel\\JpGraph\\Image\\Image
1139 $this->current_color_name = $color;
1152 $this->colorstack[$this->colorstackidx] = $this->current_color_name;
1167 $this->current_color_name = $this->colorstack[--$this->colorstackidx];
1222 $this->CakeSlice($cx, $cy, $w, $h, $s, $e, $this->current_color_name);