Searched defs:image (Results 126 - 150 of 970) sorted by relevance

1234567891011>>

/external/ImageMagick/coders/
H A Davs.c51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
83 % ReadAVSImage() reads an AVS X image file and returns it. It
85 % pointer to the new image.
93 % o image_info: the image info.
101 *image;
131 Open image file.
140 image=AcquireImage(image_info,exception);
141 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
144 image
98 *image; local
323 WriteAVSImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Ddebug.c57 #include "MagickCore/image.h"
58 #include "MagickCore/image-private.h"
91 % RegisterDEBUGImage() adds attributes for the DEBUG image format to the
92 % list of supported formats. The attributes include the image format
153 % WriteDEBUGImage writes the image pixel values with 20 places of precision.
158 % Image *image,ExceptionInfo *exception)
162 % o image_info: the image info.
164 % o image: The image. argument
170 Image *image,ExceptionInf
[all...]
H A Ddng.c49 #include "MagickCore/image.h"
50 #include "MagickCore/image-private.h"
80 % and returns a pointer to the new image.
89 % o image_info: the image info.
100 *image;
109 Open image file.
118 image=AcquireImage(image_info,exception);
119 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
122 image=DestroyImageList(image);
99 *image; local
[all...]
H A Dfax.c54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
86 % IsFAX() returns MagickTrue if the image format type, identified by the
95 % o magick: compare image format pattern against these bytes.
122 % ReadFAXImage() reads a Group 3 FAX image file and returns it. It
124 % pointer to the new image.
132 % o image_info: the image info.
137 static Image* FaxReadG3(Image *image,ExceptionInfo *exception)
142 status=HuffmanDecodeImage(image,exception);
145 image
133 FaxReadG3(Image *image,ExceptionInfo *exception) argument
149 FaxReadG4(Image *image,const ImageInfo *image_info, ExceptionInfo *exception) argument
185 *image; local
353 WriteFAXImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dgray.c53 #include "MagickCore/image.h"
54 #include "MagickCore/image-private.h"
87 % ReadGRAYImage() reads an image of raw grayscale samples and returns
89 % returns a pointer to the new image.
98 % o image_info: the image info.
111 *image;
133 Open image file.
142 image=AcquireImage(image_info,exception);
143 if ((image->columns == 0) || (image
108 *image; local
375 WriteGRAYImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dhrz.c51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
83 % ReadHRZImage() reads a Slow Scan TeleVision image file and returns it. It
85 % pointer to the new image.
93 % o image_info: the image info.
101 *image;
126 Open image file.
135 image=AcquireImage(image_info,exception);
136 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
139 image
98 *image; local
269 WriteHRZImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dlabel.c51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
75 % ReadLABELImage() reads a LABEL image file and returns it. It
77 % pointer to the new image.
86 % o image_info: the image info.
105 *image;
127 image=AcquireImage(image_info,exception);
128 (void) ResetImagePage(image,"0x0+0+0");
129 property=InterpretImageProperties((ImageInfo *) image_info,image,
131 (void) SetImageProperty(image,"labe
103 *image; local
[all...]
H A Dmac.c52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
77 % ReadMACImage() reads an MacPaint image file and returns it. It
79 % pointer to the new image.
87 % o image_info: the image info.
95 *image;
123 Open image file.
132 image=AcquireImage(image_info,exception);
133 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
136 image
93 *image; local
[all...]
H A Dmask.c81 % ReadMASKImage returns the image mask associated with the image.
90 % o image_info: the image info.
99 *image;
117 image=ReadImage(read_info,exception);
119 if (image != (Image *) NULL)
124 status=GrayscaleImage(image,image->intensity,exception);
126 image=DestroyImage(image);
96 *image; local
215 MaskImage(const Image *image,ExceptionInfo *exception) argument
285 WriteMASKImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
H A Dmtv.c51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
83 % ReadMTVImage() reads a MTV image file and returns it. It allocates
85 % the new image.
93 % o image_info: the image info.
104 *image;
130 Open image file.
139 image=AcquireImage(image_info,exception);
140 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
143 image
101 *image; local
323 WriteMTVImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dmvg.c50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
80 % IsMVG() returns MagickTrue if the image format type, identified by the
89 % o magick: compare image format pattern against these bytes.
115 % ReadMVGImage creates a gradient image and initializes it to
118 % new image.
126 % o image_info: the image info.
139 *image;
145 Open image.
154 image
135 *image; local
313 WriteMVGImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dotb.c52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
86 % pointer to the new image.
94 % o image_info: the image info.
105 *image;
128 Open image file.
137 image=AcquireImage(image_info,exception);
138 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
141 image=DestroyImageList(image);
103 *image; local
301 WriteOTBImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Dpix.c50 #include "MagickCore/image.h"
51 #include "MagickCore/image-private.h"
75 % ReadPIXImage() reads a Alias/Wavefront RLE image file and returns it.
77 % pointer to the new image.
85 % o image_info: the image info.
94 *image;
121 Open image file.
130 image=AcquireImage(image_info,exception);
131 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
134 image
92 *image; local
[all...]
H A Dplasma.c52 #include "MagickCore/image.h"
53 #include "MagickCore/image-private.h"
80 % ReadPlasmaImage creates a plasma fractal image. The image is
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,
106 SetPixelRed(image,ScaleShortToQuantum((unsigned short) (65535.0*
108 SetPixelGreen(image,ScaleShortToQuantum((unsigned short) (65535.0*
110 SetPixelBlue(image,ScaleShortToQuantu
94 PlasmaPixel(Image *image,RandomInfo *random_info,double x, double y,ExceptionInfo *exception) argument
117 *image; local
[all...]
H A Draw.c51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
85 % ReadRAWImage() reads an image of raw samples and returns it. It allocates
87 % the new image.
95 % o image_info: the image info.
107 *image;
129 Open image file.
138 image=AcquireImage(image_info,exception);
139 if ((image->columns == 0) || (image
104 *image; local
433 WriteRAWImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Drgf.c54 #include "MagickCore/image.h"
55 #include "MagickCore/image-private.h"
87 % ReadRGFImage() reads an RGF bitmap image file and returns it. It
89 % pointer to the new image.
97 % o image_info: the image info.
105 *image;
131 Open image file.
140 image=AcquireImage(image_info,exception);
141 status=OpenBlob(image_info,image,ReadBinaryBlobMode,exception);
144 image
102 *image; local
310 WriteRGFImage(const ImageInfo *image_info,Image *image, ExceptionInfo *exception) argument
[all...]
H A Duyvy.c51 #include "MagickCore/image.h"
52 #include "MagickCore/image-private.h"
83 % ReadUYVYImage() reads an image in the UYVY format and returns it. It
85 % pointer to the new image.
94 % o image_info: the image info.
103 *image;
124 Open image file.
133 image=AcquireImage(image_info,exception);
134 if ((image->columns == 0) || (image
100 *image; local
288 WriteUYVYImage(const ImageInfo *image_info, Image *image,ExceptionInfo *exception) argument
[all...]
/external/drm_hwcomposer/
H A Dautogl.h57 AutoEGLDisplayImage(EGLDisplay display, EGLImageKHR image) argument
58 : display_(display), image_(image) {
81 void reset(EGLDisplay display, EGLImageKHR image) { argument
84 image_ = image;
95 EGLImageKHR image() const { function in struct:android::AutoEGLDisplayImage
105 AutoEGLDisplayImage image; member in struct:android::AutoEGLImageAndGLTexture
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
H A DToken.java47 * The string image of the token.
49 public String image; field in class:Token
79 * interpreter. This attribute value is often different from the image.
103 public Token(int kind, String image) argument
106 this.image = image;
110 * Returns the image.
114 return image;
124 * case MyParserConstants.ID : return new IDToken(ofKind, image);
129 public static Token newToken(int ofKind, String image) argument
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
H A DToken.java47 * The string image of the token.
49 public String image; field in class:Token
79 * interpreter. This attribute value is often different from the image.
103 public Token(int kind, String image) argument
106 this.image = image;
110 * Returns the image.
114 return image;
124 * case MyParserConstants.ID : return new IDToken(ofKind, image);
129 public static Token newToken(int ofKind, String image) argument
[all...]
/external/opencv/cvaux/src/
H A Dextendededges.cpp46 //void icvCutContour( CvSeq* current, IplImage* image );
47 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image );
50 //create lists of segments of all contours from image
51 CvSeq* cvExtractSingleEdges( IplImage* image, //bw image - it's content will be destroyed by cvFindContours argument
56 cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NONE );
57 cvZero( image );
75 CvSeq* new_seq = icvCutContourRaster( current, storage, image );
121 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image /*tmp image*/)
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffimage.cpp75 CXFA_Image* image = value ? value->GetImageIfExists() : nullptr; local
76 if (image) {
77 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, image->GetAspect(),
/external/python/cpython2/Python/
H A Ddynload_next.c40 NSObjectFileImage image; local
55 rc = NSCreateObjectFileImageFromFile(pathname, &image);
61 errString = "Can't create object file image";
77 newModule = NSLinkModule(image, pathname, LINKOPTIONS);
/external/python/cpython3/Python/
H A Ddynload_next.c37 NSObjectFileImage image; local
52 rc = NSCreateObjectFileImageFromFile(pathname, &image);
58 errString = "Can't create object file image";
74 newModule = NSLinkModule(image, pathname, LINKOPTIONS);
/external/skia/experimental/c-api-example/
H A Dskia-c-example.c26 sk_image_t* image = sk_surface_new_image_snapshot(surface); local
27 sk_data_t* data = sk_image_encode(image);
28 sk_image_unref(image);

Completed in 1390 milliseconds

1234567891011>>