HomeSort by relevance Sort by last modified time
    Searched refs:DecodeImage (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiImageDecoder.h 205 EFI_HII_IMAGE_DECODER_DECODE DecodeImage;
  /external/pdfium/core/fxcodec/codec/
ccodec_bmpmodule.cpp 70 return ctx->m_Bmp.DecodeImage();
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 73 int32_t DecodeImage();
fx_bmp.cpp 306 int32_t BMPDecompressor::DecodeImage() {
  /external/ImageMagick/coders/
pcd.c 93 % DecodeImage recovers the Huffman encoded luminance and chrominance
96 % The format of the DecodeImage method is:
98 % MagickBooleanType DecodeImage(Image *image,unsigned char *luma,
115 static MagickBooleanType DecodeImage(Image *image,unsigned char *luma,
748 status=DecodeImage(image,luma,chroma1,chroma2,exception);
760 status=DecodeImage(image,luma,chroma1,chroma2,exception);
    [all...]
dib.c 131 % DecodeImage unpacks the packed image pixels into runlength-encoded
134 % The format of the DecodeImage method is:
136 % MagickBooleanType DecodeImage(Image *image,
150 static MagickBooleanType DecodeImage(Image *image,
665 status=DecodeImage(image,dib_info.compression ? MagickTrue : MagickFalse,
    [all...]
pdb.c 157 % DecodeImage unpacks the packed image pixels into runlength-encoded
160 % The format of the DecodeImage method is:
162 % MagickBooleanType DecodeImage(Image *image,unsigned char *pixels,
175 static MagickBooleanType DecodeImage(Image *image, unsigned char *pixels,
438 if (!DecodeImage(image, pixels, packets * image -> rows))
sun.c 124 % DecodeImage unpacks the packed image pixels into runlength-encoded pixel
127 % The format of the DecodeImage method is:
129 % MagickBooleanType DecodeImage(const unsigned char *compressed_pixels,
146 static MagickBooleanType DecodeImage(const unsigned char *compressed_pixels,
472 status=DecodeImage(sun_data,sun_info.length,sun_pixels,pixels_length);
    [all...]
pict.c 329 % DecodeImage decompresses an image via Macintosh pack bits decoding for
332 % The format of the DecodeImage method is:
334 % unsigned char *DecodeImage(Image *blob,Image *image,
421 static unsigned char *DecodeImage(Image *blob,Image *image,
    [all...]
bmp.c 172 % DecodeImage unpacks the packed image pixels into runlength-encoded
175 % The format of the DecodeImage method is:
177 % MagickBooleanType DecodeImage(Image *image,
193 static MagickBooleanType DecodeImage(Image *image,const size_t compression,
958 status=DecodeImage(image,bmp_info.compression,pixels);
    [all...]
gif.c 159 % DecodeImage uncompresses an image via GIF-coding.
161 % The format of the DecodeImage method is:
163 % MagickBooleanType DecodeImage(Image *image,const ssize_t opacity)
395 static MagickBooleanType DecodeImage(Image *image,const ssize_t opacity,
    [all...]
  /external/dng_sdk/source/
dng_lossless_jpeg.cpp 486 void DecodeImage ();
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Image.c 864 Status = Decoder->DecodeImage (
    [all...]

Completed in 646 milliseconds