/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
Android.mk | 5 LOCAL_MODULE := plasma 6 LOCAL_SRC_FILES := plasma.c
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
Android.mk | 19 LOCAL_MODULE := native-plasma 20 LOCAL_SRC_FILES := plasma.c
|
/frameworks/compile/mclinker/unittests/ |
LinkerTest.cpp | 70 // %p/plasma.o 74 TEST_F(LinkerTest, plasma) { 103 /// ${TOPDIR}/test/Android/Plasma/ARM/plasma.o 104 Path plasma(TOPDIR); 105 plasma.append("test/Android/Plasma/ARM/plasma.o"); 106 builder.ReadInput("plasma", plasma); [all...] |
/development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/ |
Plasma.java | 16 package com.example.plasma; 27 public class Plasma extends Activity 40 System.loadLibrary("plasma");
|
/external/ImageMagick/Magick++/demo/ |
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/ |
demo.pl | 323 print "Plasma...\n"; 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/ |
examples.pl | 296 print "Plasma...\n"; 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/ |
Android.mk | 98 plasma.c\
|
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/ |
fx.c | 3697 plasma; local 3714 plasma; local [all...] |
/external/ImageMagick/www/api/ |
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/ |
btt.tex | 481 xmgrace\footnote{\texttt{http://plasma-gate.weizmann.ac.il/Grace/} [all...] |