HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 1 - 25 of 3785) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/include/usr/
imgmgmt.h 6 * Image management
12 struct image;
14 extern int imgfetch ( struct image *image, const char *uri_string,
15 int ( * image_register ) ( struct image *image ) );
16 extern int imgload ( struct image *image );
17 extern int imgexec ( struct image *image );
    [all...]
  /external/syslinux/gpxe/src/core/
image.c 31 #include <gpxe/image.h>
43 * Free executable/loadable image
48 struct image *image = container_of ( refcnt, struct image, refcnt ); local
50 uri_put ( image->uri );
51 ufree ( image->data );
52 image_put ( image->replacement );
53 free ( image );
54 DBGC ( image, "IMAGE %p freed\n", image )
63 struct image *image; local
154 struct image *image; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
image.h 21 /** An executable or loadable image */
22 struct image { struct
29 /** URI of image */
36 /** Command line to pass to image */
38 /** Raw file image */
40 /** Length of raw file image */
43 /** Image type, if known */
45 /** Image type private data */
52 /** Replacement image
54 * An image wishing to replace itself with another image (in
    [all...]
downloader.h 6 * Image downloader
13 struct image;
15 extern int create_downloader ( struct job_interface *job, struct image *image,
16 int ( * register_image ) ( struct image *image ),
elf.h 7 * ELF image format
15 extern int elf_load ( struct image *image );
  /art/test/616-cha/
run 17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /art/test/616-cha-abstract/
run 17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /art/test/616-cha-interface/
run 17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /art/test/616-cha-interface-default/
run 17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /art/test/616-cha-miranda/
run 17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /art/test/616-cha-proxy-method-inline/
run 17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /art/test/616-cha-unloading/
run 17 # Run without an app image to prevent the classes to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /art/test/678-quickening/
run 17 # Run without an app image to prevent the class NotLoaded to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /art/test/679-locks/
run 17 # Run without an app image to prevent the class NotLoaded to be loaded at startup.
18 exec ${RUN} "${@}" --no-app-image
  /external/ImageMagick/Magick++/tests/
attributes.cpp 5 // Tests for setting/getting Magick::Image attributes
30 Image image( geometry, canvasColor);
37 if ( image.textAntiAlias() != true )
44 image.textAntiAlias( false );
45 if ( image.textAntiAlias() != false )
52 image.textAntiAlias( true );
53 if ( image.textAntiAlias() != true )
64 if ( image.adjoin() != true )
72 image.adjoin( false )
    [all...]
  /external/vboot_reference/scripts/image_signing/
remove_test_label.sh 7 # Remove the test label from lsb-release to prepare an image for
14 image=$1
17 mount_image_partition ${image} 3 ${rootfs}
  /external/syslinux/gpxe/src/usr/
imgmgmt.c 25 #include <gpxe/image.h>
34 * Image management
39 * Fetch an image
42 * @v name Name for image, or NULL
43 * @v register_image Image registration routine
46 int imgfetch ( struct image *image, const char *uri_string,
47 int ( * image_register ) ( struct image *image ) ) {
57 image_set_uri ( image, uri )
107 struct image *image; local
    [all...]
  /external/ImageMagick/coders/
vips.c 13 % Read/Write VIPS Image Format %
52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
96 VIPSTypeMULTIBAND = 0, /* Some multiband image */
97 VIPSTypeB_W = 1, /* Some single band image */
99 VIPSTypeFOURIER = 24, /* Image in Fourier space */
118 WriteVIPSImage(const ImageInfo *,Image *,ExceptionInfo *);
133 % IsVIPS() returns MagickTrue if the image format type, identified by the
142 % o magick: compare image format pattern against these bytes.
172 % ReadVIPSImage() reads a VIPS image file and returns it. It allocates th
370 *image; local
    [all...]
pix.c 13 % Read Alias/Wavefront RLE Image Format %
50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
75 % ReadPIXImage() reads a Alias/Wavefront RLE image file and returns it.
76 % It allocates the memory necessary for the new Image structure and returns a
77 % pointer to the new image.
81 % Image *ReadPIXImage(const ImageInfo *image_info,ExceptionInfo *exception)
85 % o image_info: the image info.
91 static Image *ReadPIXImage(const ImageInfo *image_info,ExceptionInfo *exception)
93 Image
92 *image; local
    [all...]
aai.c 13 % Read/Write AAI X Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
70 WriteAAIImage(const ImageInfo *,Image *,ExceptionInfo *);
84 % ReadAAIImage() reads an AAI Dune image file and returns it. It
85 % allocates the memory necessary for the new Image structure and returns a
86 % pointer to the new image.
90 % Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception)
94 % o image_info: the image info.
99 static Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception local
    [all...]
  /external/ImageMagick/PerlMagick/demo/
shadow-text.pl 5 use Image::Magick;
7 $image=Image::Magick->new(size=>'500x120');
8 $image->Read('xc:white');
9 $image->Annotate(font=>'Generic.ttf',fill=>'rgba(100,100,100,0.8)',
11 $image->Blur('0x1');
12 $image->Annotate(font=>'Generic.ttf',fill=>'red',stroke=>'blue',pointsize=>60,
14 $image->Write('shadow.gif');
15 $image->Write('win:');
  /external/ImageMagick/PerlMagick/t/
blob.t 16 # Test image blobs.
20 use Image::Magick;
25 $image = new Image::Magick;
26 $image->Read( 'input.miff' );
27 @blob = $image->ImageToBlob();
28 undef $image;
30 $image=Image::Magick->new( magick=>'MIFF' );
31 $image->BlobToImage( @blob )
    [all...]
  /external/libpng/contrib/examples/
pngtopng.c 34 png_image image; local
36 /* Only the image structure version number needs to be set. */
37 memset(&image, 0, sizeof image);
38 image.version = PNG_IMAGE_VERSION;
40 if (png_image_begin_read_from_file(&image, argv[1]))
47 image.format = PNG_FORMAT_RGBA;
49 buffer = malloc(PNG_IMAGE_SIZE(image));
53 if (png_image_finish_read(&image, NULL/*background*/, buffer,
56 if (png_image_write_to_file(&image, argv[2]
    [all...]
  /external/syslinux/gpxe/src/image/
elf.c 24 * ELF image format
26 * A "pure" ELF image is not a bootable image. There are various
35 #include <gpxe/image.h>
45 * @v image ELF file
50 static int elf_load_segment ( struct image *image, Elf_Phdr *phdr,
61 /* Check segment lies within image */
62 if ( ( phdr->p_offset + phdr->p_filesz ) > image->len ) {
63 DBGC ( image, "ELF %p segment outside image\n", image )
    [all...]
  /external/ImageMagick/Magick++/demo/
shapes.cpp 33 Image image( "300x300", "white" );
45 Image texture( srcdir + "tile.miff" );
46 image.fillPattern( texture );
47 image.draw( DrawablePolygon( poly_coord ) );
49 image.fillPattern( texture ); // Unset texture
54 image.strokeColor( "black" );
55 image.fillColor( "red" );
56 image.strokeWidth( 5 );
57 image.draw( DrawableEllipse( 100,100, 50,75, 0,360 ) )
    [all...]

Completed in 2054 milliseconds

1 2 3 4 5 6 7 8 91011>>