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

1 2 3 4 5 6 78 91011>>

  /external/ImageMagick/MagickCore/
stream.c 75 const Image
76 *image;
78 Image
118 *GetVirtualPixelStream(const Image *,const VirtualPixelMethod,const ssize_t,
122 StreamImagePixels(const StreamInfo *,const Image *,ExceptionInfo *),
123 SyncAuthenticPixelsStream(Image *,ExceptionInfo *);
126 *QueueAuthenticPixelsStream(Image *,const ssize_t,const ssize_t,const size_t,
154 % o image_info: the image info.
196 % void DestroyPixelStream(Image *image)
74 *image; member in struct:_StreamInfo
978 *image; local
1243 *image; local
    [all...]
paint.c 13 % Methods to Paint on an Image %
83 % match the bordercolor member of image.
87 % image defines how much tolerance is acceptable to consider two colors as
94 % MagickBooleanType FloodfillPaintImage(Image *image,
101 % o image: the image.
114 MagickExport MagickBooleanType FloodfillPaintImage(Image *image,
123 ThrowBinaryException(DrawError,"SegmentStackOverflow",image->filename)
    [all...]
quantum-import.c 89 % supplied buffer into the image pixel cache of an image. The pixels are
95 % size_t ImportQuantumPixels(const Image *image,CacheView *image_view,
101 % o image: the image.
103 % o image_view: the image cache view.
116 static inline Quantum PushColormapIndex(const Image *image,const size_t index,
119 if (index < image->colors
    [all...]
threshold.c 13 % MagickCore Image Threshold Methods %
64 #include "MagickCore/image-private.h"
161 % allows for thresholding of an image whose global intensity histogram
166 % Image *AdaptiveThresholdImage(const Image *image,const size_t width,
171 % o image: the image.
182 MagickExport Image *AdaptiveThresholdImage(const Image *image
    [all...]
quantize.c 13 % MagickCore Methods to Reduce the Number of Unique Colors in an Image %
37 % generate an image. Yet many graphic display devices do not contain the
39 % the human eye. The Quantize methods takes a 24 bit image and reduces
41 % bits per pixel. In most instances, the quantized image closely
42 % resembles the original reference image.
44 % A reduction of colors in an image is also desirable for image
50 % For purposes of color allocation, an image is a set of n pixels, where
75 % tree for the image. Reduction collapses the tree until the number it
76 % represents, at most, the number of colors desired in the output image
2760 *image; local
3201 *image; local
    [all...]
blob.c 57 #include "MagickCore/image-private.h"
173 SyncBlob(Image *);
197 % o blob: the address of a character stream in one of the image formats
306 % BlobToImage() implements direct to memory image formats. It returns the
307 % blob as an image.
311 % Image *BlobToImage(const ImageInfo *image_info,const void *blob,
316 % o image_info: the image info.
318 % o blob: the address of a character stream in one of the image formats
326 MagickExport Image *BlobToImage(const ImageInfo *image_info,const void *blob, local
332 Image
2742 magick_unreferenced(image); variable
2755 *image; local
    [all...]
channel.c 13 % MagickCore Image Channel Methods %
49 #include "MagickCore/image.h"
75 % ChannelFxImage() applies a channel expression to the specified image. The
82 % , write new image channels in the specified order (e.g. red, green)
83 % | add a new output image for the next set of channel operations
84 % ; move to the next input image for the source of channel data
87 % channels of an image, use:
95 % Image *ChannelFxImage(const Image *image,const char *expression
    [all...]
  /external/ImageMagick/coders/
djvu.c 51 #include "MagickCore/image-private.h"
78 % IsDJVU() returns MagickTrue if the image format type, identified by the
87 % o magick: compare image format pattern against these bytes.
114 % ReadDJVUImage() reads DJVU image and returns it. It allocates the memory
115 % necessary for the new Image structure and returns a pointer to the new
116 % image or set of images.
120 % Image *ReadDJVUImage(const ImageInfo *image_info,
125 % o image_info: the image info.
145 Image *image;
142 Image *image; member in struct:_LoadContext
334 *image; local
569 Image *image; local
749 *image, local
    [all...]
braille.c 51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
71 WriteBRAILLEImage(const ImageInfo *,Image *,ExceptionInfo *);
86 % the list of supported formats. The values include the image format
166 % WriteBRAILLEImage() writes an image to a file in the Braille format.
171 % Image *image,ExceptionInfo *exception)
175 % o image_info: The image info.
177 % o image: The image
    [all...]
gif.c 56 #include "MagickCore/image.h"
57 #include "MagickCore/image-private.h"
109 Image
110 *image;
142 WriteGIFImage(const ImageInfo *,Image *,ExceptionInfo *);
145 ReadBlobBlock(Image *,unsigned char *);
159 % DecodeImage uncompresses an image via GIF-coding.
163 % MagickBooleanType DecodeImage(Image *image,const ssize_t opacity)
167 % o image: the address of a structure of type Image
107 *image; member in struct:_LZWInfo
948 *image, local
    [all...]
hrz.c 13 % Read/Write Slow Scan TeleVision Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
69 WriteHRZImage(const ImageInfo *,Image *,ExceptionInfo *);
83 % ReadHRZImage() reads a Slow Scan TeleVision image file and returns it. It
84 % allocates the memory necessary for the new Image structure and returns a
85 % pointer to the new image.
89 % Image *ReadHRZImage(const ImageInfo *image_info,ExceptionInfo *exception)
93 % o image_info: the image info.
98 static Image *ReadHRZImage(const ImageInfo *image_info,ExceptionInfo *exception local
    [all...]
jnx.c 13 % Read/Write Garmin Image Format %
56 #include "MagickCore/image.h"
57 #include "MagickCore/image-private.h"
120 % ReadJNXImage() reads an image in the Garmin tile storage format and returns
121 % it. It allocates the memory necessary for the new Image structure and
122 % returns a pointer to the new image.
126 % Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
130 % o image_info: the image info.
135 static Image *ReadJNXImage(const ImageInfo *image_info,ExceptionInfo *exception)
139 Image
136 *image, local
    [all...]
pcl.c 59 #include "MagickCore/image.h"
60 #include "MagickCore/image-private.h"
84 WritePCLImage(const ImageInfo *,Image *,ExceptionInfo *);
98 % IsPCL() returns MagickTrue if the image format type, identified by the
107 % o magick: compare image format pattern against these bytes.
135 % ReadPCLImage() reads a Printer Control Language image file and returns it.
136 % It allocates the memory necessary for the new Image structure and returns a
137 % pointer to the new image.
141 % Image *ReadPCLImage(const ImageInfo *image_info,ExceptionInfo *exception)
145 % o image_info: the image info
165 *image, local
    [all...]
fits.c 13 % Read/Write Flexible Image Transport System Images. %
54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
82 WriteFITSImage(const ImageInfo *,Image *,ExceptionInfo *);
96 % IsFITS() returns MagickTrue if the image format type, identified by the
105 % o magick: compare image format pattern against these bytes.
133 % ReadFITSImage() reads a FITS image file and returns it. It allocates the
134 % memory necessary for the new Image structure and returns a pointer to the
135 % new image.
139 % Image *ReadFITSImage(const ImageInfo *image_info
262 *image; local
    [all...]
hald.c 13 % Create Identity Hald CLUT Image Format %
50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
78 % ReadHALDImage() creates a Hald color lookup table image and returns it. It
79 % allocates the memory necessary for the new Image structure and returns a
80 % pointer to the new image.
84 % Image *ReadHALDImage(const ImageInfo *image_info,
89 % o image_info: the image info.
94 static Image *ReadHALDImage(const ImageInfo *image_info,
97 Image
96 *image; local
    [all...]
xcf.c 13 % Read GIMP XCF Image Format %
51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
160 Image
161 *image;
188 % IsXCF() returns MagickTrue if the image format type, identified by the
197 % o magick: compare image format pattern against these bytes.
286 % char *ReadBlobStringWithLongSize(Image *image,char *string)
290 % o image: the image
159 *image; member in struct:__anon13544
1002 *image; local
    [all...]
png.c 13 % Read/Write Portable Network Graphics Image Format %
63 #include "MagickCore/image.h"
64 #include "MagickCore/image-private.h"
176 * and PixelInfos all have the same image->depth, and for use
212 (SetPixelRed(image, \
213 ScaleQuantumToChar(GetPixelRed(image,(pixel))) < 0x10 ? \
217 (SetPixelGreen(image, \
218 ScaleQuantumToChar(GetPixelGreen(image,(pixel))) < 0x10 ? \
222 (SetPixelBlue(image, \
223 ScaleQuantumToChar(GetPixelBlue(image,(pixel))) < 0x10 ?
608 *image; member in struct:_MngBuffer
641 image; member in struct:_MngInfo
1341 *image; local
1380 *image; local
1453 *image; local
1626 *image; member in struct:_PNGErrorInfo
1638 *image; local
1669 *image; local
1812 *image; local
1914 *image; local
3949 *image; local
4111 *image, local
4819 *image; local
4910 *image; local
7901 *image; local
    [all...]
caption.c 53 #include "MagickCore/image.h"
54 #include "MagickCore/image-private.h"
79 % ReadCAPTIONImage() reads a CAPTION image file and returns it. It
80 % allocates the memory necessary for the new Image structure and returns a
81 % pointer to the new image.
85 % Image *ReadCAPTIONImage(const ImageInfo *image_info,
90 % o image_info: the image info.
95 static Image *ReadCAPTIONImage(const ImageInfo *image_info,
111 Image
112 *image;
110 *image; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/image/
multiboot.c 24 * Multiboot image format
34 #include <gpxe/image.h>
89 /** Offset of header within the multiboot image */
103 * @v image Multiboot image
108 static void multiboot_build_memmap ( struct image *image,
122 DBGC ( image, "MULTIBOOT %p limit of %d memmap "
123 "entries reached\n", image, limit );
144 * @v imgname Image nam
    [all...]
bzimage.c 24 * Linux bzImage image format
36 #include <gpxe/image.h>
88 * @v image bzImage file
93 static int bzimage_parse_header ( struct image *image,
100 if ( image->len < ( BZI_HDR_OFFSET + sizeof ( bzimg->bzhdr ) ) ) {
101 DBGC ( image, "bzImage %p too short for kernel header\n",
102 image );
116 if ( bzimg->rm_filesz > image->len ) {
117 DBGC ( image, "bzImage %p too short for %zd byte of setup\n"
    [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_impl.py 15 """Implementation of image ops."""
91 def _ImageDimensions(image, rank):
92 """Returns the dimensions of an image tensor.
95 image: A rank-D Tensor. For 3-D of shape: `[height, width, channels]`.
96 rank: The expected rank of the image
100 input image. Dimensions that are statically known are python integers,
103 if image.get_shape().is_fully_defined():
104 return image.get_shape().as_list()
106 static_shape = image.get_shape().with_rank(rank).as_list()
107 dynamic_shape = array_ops.unstack(array_ops.shape(image), rank
    [all...]
  /external/deqp/framework/delibs/deimage/
deImage.c 2 * drawElements Image Library
21 * \brief Image library.
36 static void* getPixelAddress (const deImage* image, int x, int y)
38 int offset = ((y*image->width) + x) * deImageFormat_getBytesPerPixel(image->format);
39 DE_ASSERT(deInBounds32(x, 0, image->width));
40 DE_ASSERT(deInBounds32(y, 0, image->height));
41 return (void*)((deUint8*)image->pixels + offset);
46 deImage* image = DE_NEW(deImage); local
48 if (!image)
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Texture.cpp 174 void Texture::setImage(GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *image)
176 if(pixels && image)
178 image->loadImageData(0, 0, 0, image->getWidth(), image->getHeight(), 1, format, type, unpackAlignment, pixels);
182 void Texture::setCompressedImage(GLsizei imageSize, const void *pixels, Image *image)
184 if(pixels && image && (imageSize > 0)) // imageSize's correlation to width and height is already validated with gl::ComputeCompressedSize() at the API level
186 image->loadCompressedData(0, 0, 0, image->getWidth(), image->getHeight(), 1, imageSize, pixels)
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
image_package6.go 9 "image"
13 m0 := image.NewRGBA(image.Rect(0, 0, 8, 5))
14 m1 := m0.SubImage(image.Rect(1, 2, 5, 5)).(*image.RGBA)
  /prebuilts/go/linux-x86/doc/progs/
image_package6.go 9 "image"
13 m0 := image.NewRGBA(image.Rect(0, 0, 8, 5))
14 m1 := m0.SubImage(image.Rect(1, 2, 5, 5)).(*image.RGBA)

Completed in 1024 milliseconds

1 2 3 4 5 6 78 91011>>