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

1 2 3 45 6 7 8 91011>>

  /external/syslinux/gpxe/src/arch/i386/image/
pxe_image.c 24 * PXE image format
31 #include <gpxe/image.h>
41 * Execute PXE image
43 * @v image PXE image
46 static int pxe_exec ( struct image *image ) {
52 DBGC ( image, "IMAGE %p could not locate PXE net device\n",
53 image );
    [all...]
  /external/syslinux/gpxe/src/image/
embedded.c 3 * Embedded image support
12 #include <gpxe/image.h>
17 * Free embedded image
26 /* Raw image data for all embedded images */
41 /* Image structures for all embedded images */
49 static struct image embedded_images[] = {
58 struct image *image; local
69 image = &embedded_images[i];
76 data = ( ( void * ) image->data )
    [all...]
  /external/ImageMagick/coders/
cut.c 12 % Read DR Halo Image Format %
62 #include "MagickCore/image.h"
63 #include "MagickCore/image-private.h"
101 static void InsertRow(Image *image,ssize_t depth,unsigned char *p,ssize_t y,
113 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception);
116 for (x=0; x < ((ssize_t) image->columns-7); x+=8)
121 SetPixelIndex(image,index,q);
122 q+=GetPixelChannels(image);
292 Image *image,*palette; local
    [all...]
rle.c 13 % Read URT RLE Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
78 % IsRLE() returns MagickTrue if the image format type, identified by the
87 % o magick: compare image format pattern against these bytes.
115 % image file and returns it. It allocates the memory necessary for the new
116 % Image structure and returns a pointer to the new image.
120 % Image *ReadRLEImage(const ImageInfo *image_info,ExceptionInfo *exception)
124 % o image_info: the image info
140 *image; local
    [all...]
pcx.c 13 % Read/Write ZSoft IBM PC Paintbrush Image Format %
55 #include "MagickCore/image.h"
56 #include "MagickCore/image-private.h"
108 WritePCXImage(const ImageInfo *,Image *,ExceptionInfo *);
122 % IsDCX() returns MagickTrue if the image format type, identified by the
131 % o magick: compare image format pattern against these bytes.
157 % IsPCX() returns MagickTrue if the image format type, identified by the
166 % o magick: compare image format pattern against these bytes.
195 % It allocates the memory necessary for the new Image structure and returns
196 % a pointer to the new image
213 *image; local
    [all...]
ps2.c 56 #include "MagickCore/image.h"
57 #include "MagickCore/image-private.h"
89 WritePS2Image(const ImageInfo *,Image *,ExceptionInfo *);
103 % RegisterPS2Image() adds properties for the PS2 image format to
104 % the list of supported formats. The properties include the image format
172 % WritePS2Image translates an image to encapsulated Postscript
173 % Level II for printing. If the supplied geometry is null, the image is
174 % centered on the Postscript page. Otherwise, the image is positioned as
180 % Image *image,ExceptionInfo *exception
    [all...]
label.c 13 % Read ASCII String As An Image. %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
75 % ReadLABELImage() reads a LABEL image file and returns it. It
76 % allocates the memory necessary for the new Image structure and returns a
77 % pointer to the new image.
81 % Image *ReadLABELImage(const ImageInfo *image_info,
86 % o image_info: the image info.
91 static Image *ReadLABELImage(const ImageInfo *image_info,
104 Image
103 *image; local
    [all...]
mono.c 54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
72 WriteMONOImage(const ImageInfo *,Image *,ExceptionInfo *);
86 % ReadMONOImage() reads an image of raw bites in LSB order and returns
87 % it. It allocates the memory necessary for the new Image structure and
88 % returns a pointer to the new image.
92 % Image *ReadMONOImage(const ImageInfo *image_info,
97 % o image_info: the image info.
102 static Image *ReadMONOImage(const ImageInfo *image_info,
105 Image
103 *image; local
    [all...]
sct.c 13 % Read Scitex HandShake Image Format %
49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
75 % IsSCT() returns MagickTrue if the image format type, identified by the
84 % o magick: compare image format pattern against these bytes.
110 % ReadSCTImage() reads a Scitex image file and returns it. It allocates
111 % the memory necessary for the new Image structure and returns a pointer to
112 % the new image.
116 % Image *ReadSCTImage(const ImageInfo *image_info,ExceptionInfo *exception)
120 % o image_info: the image info
128 *image; local
    [all...]
uil.c 54 #include "MagickCore/image-private.h"
71 WriteUILImage(const ImageInfo *,Image *,ExceptionInfo *);
85 % RegisterUILImage() adds attributes for the UIL image format to
86 % the list of supported formats. The attributes include the image format
146 % Procedure WriteUILImage() writes an image to a file in the X-Motif UIL table
152 % Image *image,ExceptionInfo *exception)
156 % o image_info: the image info.
158 % o image: The image
    [all...]
xc.c 13 % Read Constant Color Image. %
52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
76 % ReadXCImage creates a constant image and initializes it to the
78 % necessary for the new Image structure and returns a pointer to the new
79 % image.
83 % Image *ReadXCImage(const ImageInfo *image_info,ExceptionInfo *exception)
87 % o image: The image.
89 % o image_info: the image info
95 *image; local
    [all...]
psd.c 13 % Read/Write Adobe Photoshop Image Format %
61 #include "MagickCore/image.h"
62 #include "MagickCore/image-private.h"
128 Image
129 *image;
147 Image
148 *image;
177 WritePSDImage(const ImageInfo *,Image *,ExceptionInfo *);
191 % IsPSD()() returns MagickTrue if the image format type, identified by the
200 % o magick: compare image format pattern against these bytes
126 *image; member in struct:_MaskInfo
145 *image; member in struct:_LayerInfo
1758 *image; local
    [all...]
plasma.c 13 % Read a Plasma Image. %
52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
80 % ReadPlasmaImage creates a plasma fractal image. The image is
85 % Image *ReadPlasmaImage(const ImageInfo *image_info,
90 % o image_info: the image info.
96 static inline void PlasmaPixel(Image *image,RandomInfo *random_info,double x,
102 q=GetAuthenticPixels(image,(ssize_t) ceil(x-0.5),(ssize_t) ceil(y-0.5),1,1
117 *image; local
    [all...]
palm.c 59 #include "MagickCore/image.h"
60 #include "MagickCore/image-private.h"
169 WritePALMImage(const ImageInfo *,Image *,ExceptionInfo *);
222 % ReadPALMImage() reads an image of raw bites in LSB order and returns it. It
223 % allocates the memory necessary for the new Image structure and returns a
224 % pointer to the new image.
228 % Image *ReadPALMImage(const ImageInfo *image_info,
238 static Image *ReadPALMImage(const ImageInfo *image_info,
241 Image
242 *image;
236 *image; local
    [all...]
pict.c 56 #include "MagickCore/image.h"
57 #include "MagickCore/image-private.h"
80 pixmap.version=(short) ReadBlobMSBShort(image); \
81 pixmap.pack_type=(short) ReadBlobMSBShort(image); \
82 pixmap.pack_size=ReadBlobMSBLong(image); \
83 pixmap.horizontal_resolution=1UL*ReadBlobMSBShort(image); \
84 (void) ReadBlobMSBShort(image); \
85 pixmap.vertical_resolution=1UL*ReadBlobMSBShort(image); \
86 (void) ReadBlobMSBShort(image); \
87 pixmap.pixel_type=(short) ReadBlobMSBShort(image); \
813 *image; local
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 5 // This file contains the code snippets included in "The Go image/draw package."
10 "image"
11 "image/color"
12 "image/draw"
25 r := image.Rect(0, 0, 640, 480)
26 dst := image.NewRGBA(r)
29 // image.ZP is the zero point -- the origin.
30 draw.Draw(dst, r, &image.Uniform{c}, image.ZP, draw.Src)
34 m := image.NewRGBA(image.Rect(0, 0, 640, 480)
    [all...]
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 5 // This file contains the code snippets included in "The Go image/draw package."
10 "image"
11 "image/color"
12 "image/draw"
25 r := image.Rect(0, 0, 640, 480)
26 dst := image.NewRGBA(r)
29 // image.ZP is the zero point -- the origin.
30 draw.Draw(dst, r, &image.Uniform{c}, image.ZP, draw.Src)
34 m := image.NewRGBA(image.Rect(0, 0, 640, 480)
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_image.c 98 unreachable("unhandled image type");
130 si_tile_mode_index(const struct radv_image *image, unsigned level, bool stencil)
133 return image->surface.stencil_tiling_index[level];
135 return image->surface.tiling_index[level];
192 struct radv_image *image,
198 uint64_t gpu_address = device->ws->buffer_get_va(image->bo) + image->offset;
211 state[3] |= S_008F1C_TILING_INDEX(si_tile_mode_index(image, base_level,
215 if (image->surface.dcc_size && image->surface.level[first_level].dcc_enabled)
682 struct radv_image *image = NULL; local
    [all...]
  /external/ImageMagick/MagickCore/
colormap-private.h 16 MagickCore image colormap methods.
21 #include "MagickCore/image.h"
29 static inline ssize_t ConstrainColormapIndex(Image *image,const ssize_t index,
32 if ((index < 0) || (index >= (ssize_t) image->colors))
35 "InvalidColormapIndex","`%s'",image->filename);
41 static inline void ValidateColormapValue(Image *image,
44 if ((index < 0) || (index >= (ssize_t) image->colors))
47 "InvalidColormapIndex","`%s'",image->filename)
    [all...]
identify.c 13 % Identify an Image Format and Characteristics. %
36 % Identify describes the format and characteristics of one or more image
37 % files. It will also report if an image is incomplete or corrupt.
68 #include "MagickCore/image.h"
69 #include "MagickCore/image-private.h"
112 % IdentifyImage() identifies an image by printing its attributes to the file.
113 % Attributes include the image width, height, size, and others.
117 % MagickBooleanType IdentifyImage(Image *image,FILE *file,
122 % o image: the image
    [all...]
  /external/ImageMagick/PerlMagick/t/hpgl/
read.t 10 use Image::Magick;
20 $image=Image::Magick->new;
21 $x=$image->ReadImage('input.hpgl');
29 undef $image;
  /external/ImageMagick/PerlMagick/t/xfig/
read.t 10 use Image::Magick;
20 $image=Image::Magick->new;
21 $x=$image->ReadImage('input.fig');
28 undef $image;
  /external/vboot_reference/scripts/image_signing/
set_channel.sh 7 # Changes the channel on a Chrome OS image.
16 Usage: $PROG <image.bin> <channel>
18 <image.bin>: Path to image.
19 <channel>: The new channel of the image.
25 local image=$1
31 mount_image_partition "${image}" 3 "${rootfs}"
32 # Get the current channel on the image.
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_images.py 31 image = tkinter.BitmapImage('::img::test', master=self.root,
34 self.assertEqual(str(image), '::img::test')
35 self.assertEqual(image.type(), 'bitmap')
36 self.assertEqual(image.width(), 16)
37 self.assertEqual(image.height(), 16)
39 del image
45 image = tkinter.BitmapImage('::img::test', master=self.root,
48 self.assertEqual(str(image), '::img::test')
49 self.assertEqual(image.type(), 'bitmap')
50 self.assertEqual(image.width(), 16
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_images.py 30 image = tkinter.BitmapImage('::img::test', master=self.root,
33 self.assertEqual(str(image), '::img::test')
34 self.assertEqual(image.type(), 'bitmap')
35 self.assertEqual(image.width(), 16)
36 self.assertEqual(image.height(), 16)
38 del image
44 image = tkinter.BitmapImage('::img::test', master=self.root,
47 self.assertEqual(str(image), '::img::test')
48 self.assertEqual(image.type(), 'bitmap')
49 self.assertEqual(image.width(), 16
    [all...]

Completed in 1287 milliseconds

1 2 3 45 6 7 8 91011>>