Searched refs:ImageHexColorAllocate (Results 1 – 4 of 4) sorted by relevance
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.filters.php | 86 $color1 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor1, false, $alpha); 87 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2, false, $alpha); 366 …$thisColor = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor, false, $PixelMap[$x + $O… 482 $color_frame = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor_frame); 483 $color1 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor1); 484 $color2 = phpthumb_functions::ImageHexColorAllocate($gdimg, $hexcolor2); 662 …$thisColor = phpthumb_functions::ImageHexColorAllocate($gdHistTemp, phpthumb_functions::IsHexColor… 701 …$color_border = phpthumb_functions::ImageHexColorAllocate($gd_border_canvas, (phpthumb_functions::… 762 …$background_color = phpthumb_functions::ImageHexColorAllocate($gdimg_source, $config_background_he… 822 …$background_color = phpthumb_functions::ImageHexColorAllocate($gdimg_newsrc, $config_background_he… [all …]
|
| D | phpThumb.php | 621 …$new_background_color = phpthumb_functions::ImageHexColorAllocate($phpThumb->gdimg_source, $bghexc…
|
| D | phpthumb.class.php | 2681 …$nohotlink_text_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->conf… 2785 …$background_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->config_b… 3446 …$background_color = phpthumb_functions::ImageHexColorAllocate($this->gdimg_output, $this->config_b… 4397 …$background_color = phpthumb_functions::ImageHexColorAllocate($gdimg_error, $this->config_error_bg… 4398 …$text_color = phpthumb_functions::ImageHexColorAllocate($gdimg_error, $this->config_error_te…
|
| D | phpthumb.functions.php | 245 …public static function ImageHexColorAllocate(&$gdimg_hexcolorallocate, $HexColorString, $dieOnInva… function in phpthumb_functions
|