Searched refs:plasma (Results 1 - 8 of 8) sorted by relevance
/external/ImageMagick/Magick++/demo/ |
H A D | demo.cpp | 330 cout << " plasma ..." << endl; 331 Image plasma; local 332 plasma.size( "130x194" ); 333 plasma.read( "plasma:fractal" ); 334 plasma.label( "Plasma" ); 335 images.push_back( plasma );
|
/external/ImageMagick/PerlMagick/demo/ |
H A D | demo.pl | 324 $plasma=Image::Magick->new; 325 $plasma->Set(size=>'130x194'); 326 $x=$plasma->ReadImage('plasma:fractal'); 328 $plasma->Label('Plasma'); 329 push(@$images,$plasma);
|
/external/ImageMagick/www/source/ |
H A D | examples.pl | 297 $plasma=Image::Magick->new; 298 $plasma->Set(size=>'130x194'); 299 $x=$plasma->ReadImage('plasma:fractal'); 301 $plasma->Label('Plasma'); 302 push(@$images,$plasma);
|
/external/ImageMagick/coders/ |
H A D | Android.mk | 98 plasma.c\
|
H A D | Make.com | 97 $call Make plasma.c 157 pdf,pes,pict,pix,plasma,png,pnm,preview,ps,ps2,ps3,psd,pwp,raw,rgb,rla,rle, -
|
/external/ImageMagick/MagickCore/ |
H A D | fx.c | 3670 % PlasmaImage() initializes an image with plasma fractal values. The image 3683 % o segment: Define the region to apply plasma fractals values. 3685 % o attenuate: Define the plasma attenuation factor. 3687 % o depth: Limit the plasma recursion depth. 3697 plasma; local 3699 plasma=ClampToQuantum(pixel+noise*GetPseudoRandomValue(random_info)- 3701 if (plasma <= 0) 3703 if (plasma >= QuantumRange) 3705 return(plasma); 3714 plasma; local [all...] |
/external/ImageMagick/www/api/ |
H A D | fx.php | 331 <p>PlasmaImage() initializes an image with plasma fractal values. The image must be initialized with a base color and the random number generator seeded before this method is called.</p> 352 <dd> Define the region to apply plasma fractals values. </dd> 356 <dd>Define the plasma attenuation factor. </dd> 360 <dd>Limit the plasma recursion depth. </dd>
|
/external/blktrace/btt/doc/ |
H A D | btt.tex | 481 xmgrace\footnote{\texttt{http://plasma-gate.weizmann.ac.il/Grace/}
|
Completed in 213 milliseconds