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

1 2 3 45 6 7 8 91011>>

  /external/ImageMagick/MagickCore/
pixel.h 16 MagickCore image pixel methods.
213 SetPixelChannelMask(Image *,const ChannelType);
216 ExportImagePixels(const Image *,const ssize_t,const ssize_t,const size_t,
218 ImportImagePixels(Image *,const ssize_t,const ssize_t,const size_t,
220 InterpolatePixelChannel(const Image *,const CacheView_ *,
223 InterpolatePixelChannels(const Image *,const CacheView_ *,const Image *,
226 InterpolatePixelInfo(const Image *,const CacheView_ *,
229 IsFuzzyEquivalencePixel(const Image *,const Quantum *,const Image *,
    [all...]
quantum.h 21 #include "MagickCore/image.h"
156 SetQuantumDepth(const Image *,QuantumInfo *,const size_t),
157 SetQuantumEndian(const Image *,QuantumInfo *,const EndianType),
158 SetQuantumFormat(const Image *,QuantumInfo *,const QuantumFormatType),
159 SetQuantumPad(const Image *,QuantumInfo *,const size_t);
165 *AcquireQuantumInfo(const ImageInfo *,Image *),
169 GetQuantumType(Image *,ExceptionInfo *);
172 ExportQuantumPixels(const Image *,CacheView *,QuantumInfo *,const QuantumType,
174 GetQuantumExtent(const Image *,const QuantumInfo *,const QuantumType),
175 ImportQuantumPixels(const Image *,CacheView *,QuantumInfo *,const QuantumType
    [all...]
pixel-accessor.h 26 #include "MagickCore/image.h"
47 static inline Quantum GetPixela(const Image *magick_restrict image,
50 return(pixel[image->channel_map[aPixelChannel].offset]);
53 static inline Quantum GetPixelAlpha(const Image *magick_restrict image,
56 if (image->channel_map[AlphaPixelChannel].traits == UndefinedPixelTrait)
58 return(pixel[image->channel_map[AlphaPixelChannel].offset]);
62 const Image *magick_restrict image)
    [all...]
artifact.c 58 #include "MagickCore/image.h"
88 % CloneImageArtifacts() clones all image artifacts to another image.
94 % MagickBooleanType CloneImageArtifacts(Image *image,
95 % const Image *clone_image)
99 % o image: the image, to recieve the cloned artifacts.
101 % o clone_image: the source image for artifacts to clone.
104 MagickExport MagickBooleanType CloneImageArtifacts(Image *image
    [all...]
color.h 16 MagickCore image color methods.
75 IsEquivalentImage(const Image *,const Image *,ssize_t *x,ssize_t *y,
80 QueryColorname(const Image *,const PixelInfo *,const ComplianceType,
montage.h 72 extern MagickExport Image
73 *MontageImages(const Image *,const MontageInfo *,ExceptionInfo *),
74 *MontageImageList(const ImageInfo *,const MontageInfo *,const Image *,
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...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Renderbuffer.h 24 #include "common/Image.hpp"
47 virtual egl::Image *getRenderTarget() = 0;
48 virtual egl::Image *createSharedImage() = 0;
81 virtual egl::Image *getRenderTarget();
82 virtual egl::Image *createSharedImage();
109 virtual egl::Image *getRenderTarget();
110 virtual egl::Image *createSharedImage();
141 virtual egl::Image *getRenderTarget();
142 virtual egl::Image *createSharedImage();
170 virtual egl::Image *getRenderTarget() = 0
    [all...]
Device.hpp 22 class Image;
61 egl::Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard);
62 egl::Image *createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable);
68 void setRenderTarget(int index, egl::Image *renderTarget);
69 void setDepthBuffer(egl::Image *depthBuffer);
70 void setStencilBuffer(egl::Image *stencilBuffer);
106 egl::Image *renderTarget[sw::RENDERTARGETS];
107 egl::Image *depthBuffer;
108 egl::Image *stencilBuffer;
  /external/ImageMagick/coders/
mpr.c 61 WriteMPRImage(const ImageInfo *,Image *,ExceptionInfo *);
75 % ReadMPRImage() reads a Magick Persistent Registry image as a blob from
76 % memory. It allocates the memory necessary for the new Image structure and
77 % returns a pointer to the new image.
81 % Image *ReadMPRImage(const ImageInfo *image_info,
86 % o image_info: the image info.
91 static Image *ReadMPRImage(const ImageInfo *image_info,ExceptionInfo *exception) local
93 Image
94 *image;
103 image=(Image *) GetImageRegistry(ImageRegistryType,image_info->filename
    [all...]
mask.c 67 WriteMASKImage(const ImageInfo *,Image *,ExceptionInfo *);
81 % ReadMASKImage returns the image mask associated with the image.
85 % Image *ReadMASKImage(const ImageInfo *image_info,
90 % o image_info: the image info.
95 static Image *ReadMASKImage(const ImageInfo *image_info,
98 Image
99 *image;
105 Initialize Image structure.
117 image=ReadImage(read_info,exception)
96 *image; local
    [all...]
clip.c 65 WriteCLIPImage(const ImageInfo *,Image *,ExceptionInfo *);
79 % ReadCLIPImage returns the rendered clip path associated with the image.
83 % Image *ReadCLIPImage(const ImageInfo *image_info,
88 % o image_info: the image info.
93 static Image *ReadCLIPImage(const ImageInfo *image_info,
96 Image
97 *image;
103 Initialize Image structure.
115 image=ReadImage(read_info,exception);
117 if (image != (Image *) NULL
94 *image; local
    [all...]
fd.c 13 % Retrieve An Image Via a File Descriptor. %
50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
75 % ReadFDImage retrieves an image via a file descriptor, decodes the image,
76 % and returns it. It allocates the memory necessary for the new Image
77 % structure and returns a pointer to the new image.
81 % Image *ReadFDImage(const ImageInfo *image_info,ExceptionInfo *exception)
85 % o image_info: the image info.
90 static Image *ReadFDImage(const ImageInfo *image_info,ExceptionInfo *exception
91 *image; local
    [all...]
x.c 13 % Read/Write Image from/to X11 Server. %
50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
71 WriteXImage(const ImageInfo *,Image *,ExceptionInfo *);
87 % ReadXImage() reads an image from an X window.
91 % Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception)
95 % o image_info: the image info.
100 static Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception)
125 % RegisterXImage() adds attributes for the X image format to
126 % the list of supported formats. The attributes include the image forma
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
CodecUtils.java 23 import android.media.Image;
46 private final Image mImage;
49 private ImageWrapper(Image image) {
50 mImage = image;
51 Image.Plane[] planes = mImage.getPlanes();
59 public static ImageWrapper createFromImage(Image image) {
60 return new ImageWrapper(image);
94 private final Image.Plane mPlane
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 26 IN EFILDR_LOADED_IMAGE *Image,
43 IN EFILDR_LOADED_IMAGE *Image,
50 IN OUT EFILDR_LOADED_IMAGE *Image,
74 // Read image headers
113 IN EFILDR_LOADED_IMAGE *Image,
144 // Read image headers
158 AsciiSPrint (PrintBuffer, 256, "PeCoffLoadPeImage: PE image header signature not found\n");
165 // Set the image subsystem type
168 Status = EfiLdrPeCoffSetImageType (Image, PeHdr.Pe32.OptionalHeader.Subsystem);
189 // Compute the amount of memory needed to load the image and
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Renderbuffer.h 24 #include "Image.hpp"
49 virtual Image *getRenderTarget() = 0;
75 Image *getRenderTarget();
97 Image *getRenderTarget();
120 virtual Image *getRenderTarget();
153 Image *getRenderTarget();
176 explicit Colorbuffer(Image *renderTarget);
181 virtual Image *getRenderTarget();
184 Image *mRenderTarget;
190 explicit DepthStencilbuffer(Image *depthStencil)
    [all...]
Surface.h 38 class Image;
52 virtual Image *getRenderTarget();
53 virtual Image *getDepthStencil();
69 Image *mDepthStencil;
71 Image *backBuffer;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
BmpImageDecoderLib.c 2 This library provides BMP image decoding capability.
24 Convert a *.BMP graphics image to a callee allocated GOP blt buffer.
26 @param ImageFormat Format of the image file.
36 @retval EFI_UNSUPPORTED BmpImage is not a valid *.BMP image
52 UINT8 *Image;
113 // Calculate Color Map offset in the image.
115 Image = BmpImage;
116 BmpColorMap = (BMP_COLOR_MAP *) (Image + sizeof (BMP_IMAGE_HEADER));
145 // Calculate graphics image data address in the image
    [all...]
  /external/ImageMagick/PerlMagick/demo/
lsys.pl 5 use Image::Magick;
16 $im->Composite(image=>$flower, compose=>'over', geometry=>$geometry);
45 # Create the main image
46 $im = new Image::Magick;
51 $pink_flower = new Image::Magick;
54 $red_flower = new Image::Magick;
57 $yellow_flower = new Image::Magick;
60 # Turtle: the midpoint of the bottom edge of the image, pointing up.
shapes.pl 4 use Image::Magick;
9 $image=Image::Magick->new;
10 $image->Set(size=>'300x300');
11 $image->Read('xc:white');
15 $tile=Image::Magick->new;
17 $image->Draw(primitive=>'Polygon',tile=>$tile,fill=>'none',
19 $image->Draw(stroke=>'red',primitive=>'Ellipse',stroke=>'black',fill=>'red',
21 $image->Draw(primitive=>'Polygon',fill=>'none',stroke=>'black',strokewidth=>5,
23 $image->FloodfillPaint(geometry=>'+132+62',fill=>'blue',bordercolor=>'black'
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 6 // Definition of Image, the representation of a single image in Magick++
33 // Compare two Image objects regardless of LHS/RHS
34 // Image sizes and signatures are used as basis of comparison
36 (const Magick::Image &left_,const Magick::Image &right_);
38 (const Magick::Image &left_,const Magick::Image &right_);
40 (const Magick::Image &left_,const Magick::Image &right_)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManager.java 26 import org.eclipse.swt.graphics.Image;
64 private final Map<String, Image> mImageMap = Maps.newHashMap();
71 public static Image getEmptyIcon() {
80 public static Image getGlobeIcon() {
94 public Image getFlag(@Nullable String language, @Nullable String region) {
117 Image flag = getFlag(locale.getCountry());
142 public Image getFlag(@Nullable LocaleQualifier locale) {
162 public Image getFlagForFolderName(@NonNull String folder) {
178 public Image getFlag(@NonNull FolderConfiguration configuration) {
191 public Image getFlag(@NonNull String region)
    [all...]
  /external/ImageMagick/Magick++/demo/
flip.cpp 35 list<Image> imageList;
45 list<Image> morphed;
49 cout << "Writing image \"flip_out.miff\" ..." << endl;
  /external/ImageMagick/Magick++/tests/
coalesceImages.cpp 36 list<Image> imageList;
39 list<Image> coalescedList;

Completed in 765 milliseconds

1 2 3 45 6 7 8 91011>>