Home
last modified time | relevance | path

Searched refs:png_get_IHDR (Results 1 – 22 of 22) sorted by relevance

/external/freetype/src/sfnt/
Dpngshim.c248 png_get_IHDR( png, info, in Load_SBit_Png()
324 png_get_IHDR( png, info, in Load_SBit_Png()
/external/pdfium/third_party/freetype/src/sfnt/
Dpngshim.c247 png_get_IHDR( png, info, in Load_SBit_Png()
323 png_get_IHDR( png, info, in Load_SBit_Png()
/external/libpng/contrib/pngminus/
Dpng2pnm.c247 png_get_IHDR (png_ptr, info_ptr, in png2pnm()
282 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in png2pnm()
/external/libpng/contrib/visupng/
DPngFile.c174 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth, in PngLoadImage()
221 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth, in PngLoadImage()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp286 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth, in onDecodeInit()
325 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth, in onDecode()
508 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth, in getBitmapColorType()
749 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth, in onBuildTileIndex()
778 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth, in onDecodeSubset()
/external/libpng/scripts/
Dsymbols.def151 png_get_IHDR @143
/external/libpng/contrib/gregbook/
Dreadpng.c138 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in readpng_init()
Dreadpng2.c255 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in readpng2_info_callback()
/external/skia/src/codec/
DSkCodec_libpng.cpp252 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth, in read_header()
442 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in initializeSwizzler()
/external/opencv/otherlibs/highgui/
Dgrfmt_png.cpp157 png_get_IHDR( png_ptr, info_ptr, &width, &height, in ReadHeader()
/external/libpng/contrib/examples/
Dpngpixel.c215 if (png_get_IHDR(png_ptr, info_ptr, &width, &height, in main()
/external/libpng/
Dexample.c364 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
Dpngget.c762 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_IHDR() function
Dpngtest.c1051 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file()
Dpng.h2170 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
DCHANGES1172 Check for invalid image dimensions in png_get_IHDR.
1196 Check for invalid bit_depth or color_type in png_get_IHDR(), and
2493 Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
3186 In the manual, describe the png_get_IHDR() arguments in the correct order.
Dlibpng-manual.txt1225 png_get_IHDR(png_ptr, info_ptr, &width, &height,
1274 Note that png_get_IHDR() returns 32-bit data into
/external/libpng/contrib/libtests/
Dpngimage.c866 if (!png_get_IHDR(pp, ip, in update_display()
923 png_get_IHDR(dp->read_pp, dp->read_ip, &width, &height, &bit_depth, in compare_read()
/external/skia/third_party/libpng/
Dpngprefix.h256 #define png_get_IHDR skia_png_get_IHDR macro
/external/pdfium/samples/
Dimage_diff_png.cc154 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type, in DecodeInfoCallback()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h552 #define png_get_IHDR FOXIT_png_get_IHDR macro
2460 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
Dfx_pngget.c761 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_IHDR() function