Home
last modified time | relevance | path

Searched refs:PNG_INFO_tRNS (Results 1 – 25 of 36) sorted by relevance

12

/external/qemu/
Dloadpng.c78 if(png_get_valid(p, pi, PNG_INFO_tRNS)) { in loadpng()
210 if(png_get_valid(p, pi, PNG_INFO_tRNS)) { in readpng()
/external/qemu/distrib/libpng-1.2.19/
Dpngget.c767 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS)) in png_get_tRNS()
775 retval |= PNG_INFO_tRNS; in png_get_tRNS()
785 retval |= PNG_INFO_tRNS; in png_get_tRNS()
793 retval |= PNG_INFO_tRNS; in png_get_tRNS()
Dpng.c388 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
Dpngset.c942 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
Dpngread.c1389 (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))) in png_read_png()
/external/chromium_org/third_party/libpng/
Dpngget.c809 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS)) in png_get_tRNS()
818 retval |= PNG_INFO_tRNS; in png_get_tRNS()
829 retval |= PNG_INFO_tRNS; in png_get_tRNS()
838 retval |= PNG_INFO_tRNS; in png_get_tRNS()
Dpng.c404 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
Dpngset.c881 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
Dpngread.c1421 (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))) in png_read_png()
/external/libpng/
Dpngget.c809 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS)) in png_get_tRNS()
818 retval |= PNG_INFO_tRNS; in png_get_tRNS()
829 retval |= PNG_INFO_tRNS; in png_get_tRNS()
838 retval |= PNG_INFO_tRNS; in png_get_tRNS()
Dexample.c214 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
Dpng.c405 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
Dpngset.c891 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
Dpngwrite.c155 if (info_ptr->valid & PNG_INFO_tRNS) in png_write_info()
/external/libpng/contrib/gregbook/
Dreadpng.c230 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng_get_image()
Dreadpng2.c470 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng2_info_callback()
/external/chromium_org/third_party/freetype/src/sfnt/
Dpngshim.c261 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
/external/freetype/src/sfnt/
Dpngshim.c261 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
/external/libpng/contrib/pngminus/
Dpng2pnm.c259 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS)) in png2pnm()
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libpng.cpp208 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) { in hasTransparencyInPalette()
533 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS); in getBitmapConfig()
682 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) { in decodePalette()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp208 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) { in hasTransparencyInPalette()
532 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS); in getBitmapConfig()
681 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) { in decodePalette()
/external/libpng/contrib/visupng/
DPngFile.c184 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in PngLoadImage()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
DPNGImageDecoder.cpp335 if (png_get_valid(png, info, PNG_INFO_tRNS)) { in headerAvailable()
/external/chromium_org/tools/imagediff/
Dimage_diff_png.cc180 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in DecodeInfoCallback()
/external/chromium_org/ui/gfx/codec/
Dpng_codec.cc199 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) { in DecodeInfoCallback()

12