Home
last modified time | relevance | path

Searched refs:Picture (Results 1 – 13 of 13) sorted by last modified time

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs7777 case 'P': // Picture (FoxPro and dBASE L7)
/plugin/statistics/inc/pchart/
H A DpCache.php61 public function WriteToCache($ID, $Data, pChart $Picture) { argument
65 imagepng($Picture->getPicture(), $FileName);
82 * @param string $ID ID/short string of the Picture
H A DpChart.php55 protected $Picture = NULL; variable in pChart
/plugin/statdisplay/pchart/
H A DpChart.php57 protected $Picture = NULL; variable in pChart
H A DpCache.php63 public function WriteToCache($ID, $Data, pChart $Picture) { argument
67 imagepng ( $Picture->getPicture(), $FileName );
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1054 ¤ ASF/WMA "WM/Picture" images are now parsed in the same manner
1229 * Bugfix: ASF module died in 1.7.0b1 when WM/Picture preset
H A Dstructure.txt959 …['mpeg']=>array() { // MPEG (Motion Picture Experts Group) - MPEG v…
/plugin/tuxquote/
H A Dquotes.txt1150 The movie "Titanic" garnered a record 56 Academy Awards, including Best Major Motion Picture Lastin…
4036 I could show you my favorite... obsession. <BR> --The Rocky Horror Picture Show
/plugin/projects/pchart/pchart/
H A Dpcache.php73 function WriteToCache($ID,$Data,$Picture) argument
78 imagepng($Picture->Picture,$FileName);
H A Dpchart.php133 var $Picture = NULL; variable in pChart
201 $this->Picture = imagecreatetruecolor($XSize,$YSize);
205 imagecolortransparent($this->Picture,$C_White);
3120 $RGB2 = imagecolorat($this->Picture, $X, $Y);
3133 imagesetpixel($this->Picture,$X,$Y,$C_Aliased);
3137 function AllocateColor($Picture,$R,$G,$B,$Factor=0) argument
3146 return(imagecolorallocate($Picture,$R,$G,$B));
3160 imagedestroy($this->Picture);
3168 imagecolortransparent($this->Picture,$C_White);
3182 imagepng($this->Picture,$FileName);
[all …]
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf71 MP3 Motion Picture Experts Group Layer 3
72 MPEG Motion Picture Experts Group
/plugin/charter/lib/pchart/
H A DpCache.class.php73 function WriteToCache($ID,$Data,$Picture) argument
78 imagepng($Picture->Picture,$FileName);
H A DpChart.class.php133 var $Picture = NULL; variable in pChart
201 $this->Picture = imagecreatetruecolor($XSize,$YSize);
205 imagecolortransparent($this->Picture,$C_White);
3145 $RGB2 = imagecolorat($this->Picture, $X, $Y);
3158 imagesetpixel($this->Picture,$X,$Y,$C_Aliased);
3162 function AllocateColor($Picture,$R,$G,$B,$Factor=0) argument
3171 return(imagecolorallocate($Picture,$R,$G,$B));
3185 imagedestroy($this->Picture);
3193 imagecolortransparent($this->Picture,$C_White);
3207 imagepng($this->Picture,$FileName);
[all …]