Home
last modified time | relevance | path

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

12

/external/syslinux/com32/lib/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.c404 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
Dlibpng.txt581 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)
Dpngset.c881 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/
Dpngget.c1068 (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()
Dexample.c408 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS) != 0)
Dpngset.c993 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
/external/pdfium/third_party/libpng16/
Dpngget.c1068 (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()
Dpngset.c1006 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
/external/skia/third_party/libpng/
Dpngget.c1068 (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()
Dexample.c408 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS) != 0)
/external/libpng/contrib/gregbook/
Dreadpng.c236 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng_get_image()
Dreadpng2.c314 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng2_info_callback()
/external/libpng/contrib/examples/
Dpngpixel.c100 NULL) & PNG_INFO_tRNS) && num_trans > 0 && in print_pixel()
/external/skia/src/codec/
DSkPngCodec.cpp851 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/
Dpngshim.c294 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
/external/pdfium/third_party/freetype/src/sfnt/
Dpngshim.c303 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
/external/libpng/contrib/pngminus/
Dpng2pnm.c265 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS)) in png2pnm()
/external/libpng/contrib/visupng/
DPngFile.c192 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in PngLoadImage()
/external/syslinux/com32/lib/sys/vesa/
Dbackground.c147 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in read_png_file()
/external/pdfium/samples/
Dimage_diff_png.cc175 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in DecodeInfoCallback()
/external/libpng/contrib/libtests/
Dpngunknown.c304 { "tRNS", PNG_INFO_tRNS, png_tRNS,
/external/ImageMagick/coders/
Dpng.c2731 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()

12