Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc161 (png_get_valid(context.png_ptr, context.info_ptr, PNG_INFO_tRNS)) in DecodeHeader()
242 (png_get_valid(context->png_ptr, context->info_ptr, PNG_INFO_tRNS)) != 0; in CommonInitDecode()
/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()
Dpngrutil.c1063 (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0)) in png_handle_PLTE()
1820 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_handle_tRNS()
Dpng.h772 #define PNG_INFO_tRNS 0x0010U macro
Dpngwrite.c213 if ((info_ptr->valid & PNG_INFO_tRNS) !=0) in png_write_info()
/external/libpng/
Dpngget.c1097 (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_get_tRNS()
1106 retval |= PNG_INFO_tRNS; in png_get_tRNS()
1118 retval |= PNG_INFO_tRNS; in png_get_tRNS()
1128 retval |= PNG_INFO_tRNS; in png_get_tRNS()
Dexample.c408 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS) != 0)
Dpngset.c1054 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
Dpngrutil.c1073 (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0)) in png_handle_PLTE()
1834 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_handle_tRNS()
Dpng.h767 #define PNG_INFO_tRNS 0x0010U macro
Dpngwrite.c213 if ((info_ptr->valid & PNG_INFO_tRNS) !=0) in png_write_info()
Dlibpng-manual.txt1457 entries for palette (PNG_INFO_tRNS)
1460 (PNG_INFO_tRNS)
1464 non-paletted images (PNG_INFO_tRNS)
1748 PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr);
2515 PNG_INFO_tRNS, PNG_INFO_bKGD,
3106 entries for palette (PNG_INFO_tRNS)
3109 (PNG_INFO_tRNS)
3114 non-paletted images (PNG_INFO_tRNS)
/external/libpng/contrib/gregbook/
Dreadpng.c236 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng_get_image()
Dreadpng2.c315 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.cpp869 alpha = 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()
891 if (png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS)) { in infoCallback()
/external/skqp/src/codec/
DSkPngCodec.cpp869 alpha = 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()
891 if (png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS)) { in infoCallback()
/external/libpng/contrib/pngminus/
Dpng2pnm.c278 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))
/external/freetype/src/sfnt/
Dpngshim.c362 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp208 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in DecodeInfoCallback()
/external/libpng/contrib/libtests/
Dpngunknown.c312 { "tRNS", PNG_INFO_tRNS, png_tRNS,
Dpngimage.c99 # define CHUNK_tRNS PNG_INFO_tRNS
/external/ImageMagick/coders/
Dpng.c2990 if (!png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage()
3106 if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage()
3134 png_set_invalid(ping,ping_info,PNG_INFO_tRNS); in ReadOnePNGImage()
3395 if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage()
3400 (png_get_valid(ping,ping_info,PNG_INFO_tRNS))) ? in ReadOnePNGImage()
3476 (png_get_valid(ping,ping_info,PNG_INFO_tRNS))) ? in ReadOnePNGImage()
3804 if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage()
4069 (png_get_valid(ping,ping_info,PNG_INFO_tRNS))) ? in ReadOnePNGImage()
4150 if (png_get_valid(ping,ping_info,PNG_INFO_tRNS)) in ReadOnePNGImage()

12