Searched refs:plasma (Results 1 - 8 of 8) sorted by relevance

/external/ImageMagick/Magick++/demo/
H A Ddemo.cpp330 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 Ddemo.pl324 $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 Dexamples.pl297 $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 DAndroid.mk98 plasma.c\
H A DMake.com97 $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 Dfx.c3670 % 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 Dfx.php331 <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 Dbtt.tex481 xmgrace\footnote{\texttt{http://plasma-gate.weizmann.ac.il/Grace/}

Completed in 304 milliseconds