HomeSort by relevance Sort by last modified time
    Searched full:imageinfo (Results 26 - 50 of 375) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/ImageMagick/MagickWand/
compare.h 26 CompareImagesCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
composite.h 26 CompositeImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
conjure.h 26 ConjureImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
convert.h 26 ConvertImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
display.h 26 DisplayImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
identify.h 26 IdentifyImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
import.h 26 ImportImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
magick-cli.h 32 MagickImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
montage.h 26 MontageImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
stream.h 26 StreamImageCommand(ImageInfo *,int,char **,char **,ExceptionInfo *);
wandcli.h 29 *AcquireMagickCLI(ImageInfo *,ExceptionInfo *),
  /external/ImageMagick/coders/
psd-private.h 45 ReadPSDLayers(Image *,const ImageInfo *,const PSDInfo *,
clip.c 65 WriteCLIPImage(const ImageInfo *,Image *,ExceptionInfo *);
83 % Image *ReadCLIPImage(const ImageInfo *image_info,
93 static Image *ReadCLIPImage(const ImageInfo *image_info,
99 ImageInfo
105 assert(image_info != (const ImageInfo *) NULL);
210 % MagickBooleanType WriteCLIPImage(const ImageInfo *image_info,
222 static MagickBooleanType WriteCLIPImage(const ImageInfo *image_info,
228 ImageInfo
  /external/vboot_reference/firmware/include/
bmpblk_header.h 27 * | ImageInfo[0] |
31 * | ImageInfo[2] | ImageInfo is 4-byte aligned.
37 * | ImageInfo[number_fo_images-1] |
101 typedef struct ImageInfo {
115 } __attribute__((packed)) ImageInfo;
117 /* Constants for ImageInfo.tag */
124 /* Constants for ImageInfo.format */
gbb_access.h 14 struct ImageInfo;
80 struct ImageInfo *image_info, char **image_datap,
  /external/skia/tests/
SwizzlerTest.cpp 19 const SkImageInfo& imageInfo,
31 const size_t totalBytes = imageInfo.getSafeSize(rowBytes) + offset;
39 const SkImageInfo fillInfo = imageInfo.makeWH(imageInfo.width(), endRow - startRow + 1);
49 for (int32_t x = 0; x < imageInfo.width(); x++) {
50 switch (imageInfo.colorType()) {
TextureStorageAllocator.cpp 77 SkImageInfo imageInfo = SkImageInfo::MakeN32Premul(1,1);
79 REPORTER_ASSERT(reporter, image->readPixels(imageInfo, &dest, 4 * kWidth, 0, 0));
87 REPORTER_ASSERT(reporter, image2->readPixels(imageInfo, &dest, 4 * kWidth, 0, 0));
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 116 Iterator<Asn1Object> imageInfo =
119 Asn1Object first = imageInfo.next();
121 first = imageInfo.next(); // Ignore optional LogotypeImageType
125 xSize = (int) castObject(imageInfo.next(), Asn1Integer.class).getValue();
126 ySize = (int) castObject(imageInfo.next(), Asn1Integer.class).getValue();
129 if (imageInfo.hasNext()) {
130 Asn1Object next = imageInfo.next();
132 next = imageInfo.hasNext() ? imageInfo.next() : null; // Skip resolution
  /external/jhead/
jpgfile.c 15 ImageInfo_t ImageInfo;
76 strcpy(ImageInfo.Comments,Comment);
77 ImageInfo.CommentWidchars = 0;
89 ImageInfo.Height = Get16m(Data+3);
90 ImageInfo.Width = Get16m(Data+5);
94 ImageInfo.IsColor = 1;
96 ImageInfo.IsColor = 0;
99 ImageInfo.Process = marker;
103 ImageInfo.Width, ImageInfo.Height, num_components, data_precision)
    [all...]
  /external/vboot_reference/utility/include/
bmpblk_utility.h 25 /* Internal struct for contructing ImageInfo. */
27 ImageInfo data;
  /external/ImageMagick/MagickCore/
constitute.c 152 image=AcquireImage((ImageInfo *) NULL,exception);
185 % Image *PingImage(const ImageInfo *image_info,ExceptionInfo *exception)
212 MagickExport Image *PingImage(const ImageInfo *image_info,
218 ImageInfo
221 assert(image_info != (ImageInfo *) NULL);
256 % Image *PingImages(ImageInfo *image_info,const char *filename,
268 MagickExport Image *PingImages(ImageInfo *image_info,const char *filename,
278 ImageInfo
284 assert(image_info != (ImageInfo *) NULL);
352 % Image *ReadImage(const ImageInfo *image_info,ExceptionInfo *exception
    [all...]
compress.h 56 HuffmanEncodeImage(const ImageInfo *,Image *,Image *,ExceptionInfo *),
monitor.h 31 SetImageInfoProgressMonitor(ImageInfo *,const MagickProgressMonitor,void *);
quantize.h 66 *AcquireQuantizeInfo(const ImageInfo *),
  /external/ImageMagick/api_examples/
cli_operators.c 35 cli_wand = AcquireMagickCLI((ImageInfo *) NULL,(ExceptionInfo *) NULL);

Completed in 846 milliseconds

12 3 4 5 6 7 8 91011>>