/external/skia/src/images/ |
bmpdecoderhelper.h | 74 bool DecodeImage(const char* data,
|
SkImageDecoder_libbmp.cpp | 118 if (!helper.DecodeImage((const char*) data->data(), length,
|
bmpdecoderhelper.cpp | 20 bool BmpDecoderHelper::DecodeImage(const char* p,
|
/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...] |