/external/syslinux/com32/lib/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 | 404 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
|
D | libpng.txt | 581 palette (PNG_INFO_tRNS) 584 non-paletted images (PNG_INFO_tRNS) 586 (PNG_INFO_tRNS) 793 PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr); 1336 PNG_INFO_tRNS, PNG_INFO_bKGD, 1791 palette (PNG_INFO_tRNS) 1794 non-paletted images (PNG_INFO_tRNS) 1796 (PNG_INFO_tRNS)
|
D | pngset.c | 881 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/ |
D | pngget.c | 1068 (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_get_tRNS() 1077 retval |= PNG_INFO_tRNS; in png_get_tRNS() 1089 retval |= PNG_INFO_tRNS; in png_get_tRNS() 1099 retval |= PNG_INFO_tRNS; in png_get_tRNS()
|
D | example.c | 408 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS) != 0)
|
D | pngset.c | 993 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 1068 (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_get_tRNS() 1077 retval |= PNG_INFO_tRNS; in png_get_tRNS() 1089 retval |= PNG_INFO_tRNS; in png_get_tRNS() 1099 retval |= PNG_INFO_tRNS; in png_get_tRNS()
|
D | pngset.c | 1006 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
|
/external/skia/third_party/libpng/ |
D | pngget.c | 1068 (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_get_tRNS() 1077 retval |= PNG_INFO_tRNS; in png_get_tRNS() 1089 retval |= PNG_INFO_tRNS; in png_get_tRNS() 1099 retval |= PNG_INFO_tRNS; in png_get_tRNS()
|
D | example.c | 408 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS) != 0)
|
/external/libpng/contrib/gregbook/ |
D | readpng.c | 236 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng_get_image()
|
D | readpng2.c | 314 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng2_info_callback()
|
/external/libpng/contrib/examples/ |
D | pngpixel.c | 100 NULL) & PNG_INFO_tRNS) && num_trans > 0 && in print_pixel()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 851 alpha = png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS) ? in infoCallback() 855 if (png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS)) { in infoCallback() 873 if (png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS)) { in infoCallback()
|
/external/freetype/src/sfnt/ |
D | pngshim.c | 294 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | pngshim.c | 303 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 265 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS)) in png2pnm()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 192 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in PngLoadImage()
|
/external/syslinux/com32/lib/sys/vesa/ |
D | background.c | 147 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in read_png_file()
|
/external/pdfium/samples/ |
D | image_diff_png.cc | 175 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in DecodeInfoCallback()
|
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 304 { "tRNS", PNG_INFO_tRNS, png_tRNS,
|
/external/ImageMagick/coders/ |
D | png.c | 2731 if (!png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage() 2847 if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage() 2875 png_set_invalid(ping,ping_info,PNG_INFO_tRNS); in ReadOnePNGImage() 3120 if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage() 3125 (png_get_valid(ping,ping_info,PNG_INFO_tRNS))) ? in ReadOnePNGImage() 3193 (png_get_valid(ping,ping_info,PNG_INFO_tRNS))) ? in ReadOnePNGImage() 3527 if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage() 3785 (png_get_valid(ping,ping_info,PNG_INFO_tRNS))) ? in ReadOnePNGImage() 3861 if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage()
|