/external/qemu/ |
D | loadpng.c | 67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype, in loadpng() 199 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype, in readpng()
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 246 png_get_IHDR (png_ptr, info_ptr, in png2pnm() 281 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in png2pnm()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 172 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth, in PngLoadImage() 213 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth, in PngLoadImage()
|
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 236 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth, in onDecodeInit() 278 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth, in onDecode() 452 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth, in onBuildTileIndex() 469 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth, in getBitmapConfig() 640 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bit_depth, in onDecodeRegion()
|
/external/libpng/scripts/ |
D | png32ce.def | 25 png_get_IHDR @17
|
D | pngos2.def | 30 png_get_IHDR
|
D | pngw32.def | 25 png_get_IHDR @17
|
/external/libpng/contrib/gregbook/ |
D | readpng.c | 137 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in readpng_init()
|
D | readpng2.c | 418 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in readpng2_info_callback()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_png.cpp | 157 png_get_IHDR( png_ptr, info_ptr, &width, &height, in ReadHeader()
|
/external/webkit/Source/WebCore/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 267 …png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, … in headerAvailable()
|
/external/libpng/ |
D | example.c | 177 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
|
D | pngget.c | 577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, in png_get_IHDR() function
|
D | pngtest.c | 909 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file()
|
D | png.h | 2470 extern PNG_EXPORT(png_uint_32,png_get_IHDR) PNGARG((png_structp png_ptr,
|
D | CHANGES | 1064 Check for invalid image dimensions in png_get_IHDR. 1085 Check for invalid bit_depth or color_type in png_get_IHDR(), and 2582 Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
|
D | libpng-1.2.44.txt | 524 png_get_IHDR(png_ptr, info_ptr, &width, &height, 568 Note that png_get_IHDR() returns 32-bit data into
|
D | libpng-1.2.46.txt | 524 png_get_IHDR(png_ptr, info_ptr, &width, &height, 568 Note that png_get_IHDR() returns 32-bit data into
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngget.c | 539 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, in png_get_IHDR() function
|
D | png.h | 2245 extern PNG_EXPORT(png_uint_32,png_get_IHDR) PNGARG((png_structp png_ptr,
|