/external/qemu/ |
D | loadpng.c | 78 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/ |
D | pngget.c | 767 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()
|
D | png.c | 388 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
|
D | pngset.c | 942 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
|
D | pngread.c | 1389 (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))) in png_read_png()
|
/external/chromium_org/third_party/libpng/ |
D | pngget.c | 809 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()
|
D | png.c | 404 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
|
D | pngset.c | 881 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
|
D | pngread.c | 1421 (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))) in png_read_png()
|
/external/libpng/ |
D | pngget.c | 809 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()
|
D | example.c | 214 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
|
D | png.c | 405 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
|
D | pngset.c | 891 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
|
D | pngwrite.c | 155 if (info_ptr->valid & PNG_INFO_tRNS) in png_write_info()
|
/external/libpng/contrib/gregbook/ |
D | readpng.c | 230 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng_get_image()
|
D | readpng2.c | 470 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng2_info_callback()
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | pngshim.c | 261 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
|
/external/freetype/src/sfnt/ |
D | pngshim.c | 261 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 259 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS)) in png2pnm()
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 208 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/ |
D | SkImageDecoder_libpng.cpp | 208 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/ |
D | PngFile.c | 184 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in PngLoadImage()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 335 if (png_get_valid(png, info, PNG_INFO_tRNS)) { in headerAvailable()
|
/external/chromium_org/tools/imagediff/ |
D | image_diff_png.cc | 180 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in DecodeInfoCallback()
|
/external/chromium_org/ui/gfx/codec/ |
D | png_codec.cc | 199 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) { in DecodeInfoCallback()
|