/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 | 94 % DecodeImage recovers the Huffman encoded luminance and chrominance 97 % The format of the DecodeImage method is: 99 % MagickBooleanType DecodeImage(Image *image,unsigned char *luma, 116 static MagickBooleanType DecodeImage(Image *image,unsigned char *luma, 788 status=DecodeImage(image,luma,chroma1,chroma2,exception); 800 status=DecodeImage(image,luma,chroma1,chroma2,exception); [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, 447 if (DecodeImage(image,pixels,packets*image->rows) == MagickFalse) [all...] |
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, 490 status=DecodeImage(sun_data,sun_info.length,sun_pixels,pixels_length); [all...] |
pict.c | 307 % DecodeImage decompresses an image via Macintosh pack bits decoding for 310 % The format of the DecodeImage method is: 312 % unsigned char *DecodeImage(Image *blob,Image *image, 401 static unsigned char *DecodeImage(Image *blob,Image *image, [all...] |
dib.c | 133 % DecodeImage unpacks the packed image pixels into runlength-encoded 136 % The format of the DecodeImage method is: 138 % MagickBooleanType DecodeImage(Image *image, 155 static MagickBooleanType DecodeImage(Image *image, 699 status=DecodeImage(image,dib_info.compression ? MagickTrue : MagickFalse, [all...] |
gif.c | 160 % DecodeImage uncompresses an image via GIF-coding. 162 % The format of the DecodeImage method is: 164 % MagickBooleanType DecodeImage(Image *image,const ssize_t opacity) 400 static MagickBooleanType DecodeImage(Image *image,const ssize_t opacity, [all...] |
bmp.c | 184 % DecodeImage unpacks the packed image pixels into runlength-encoded 187 % The format of the DecodeImage method is: 189 % MagickBooleanType DecodeImage(Image *image,const size_t compression, 207 static MagickBooleanType DecodeImage(Image *image,const size_t compression, [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...] |