Searched refs:PNG_INFO_tRNS (Results 1 – 21 of 21) sorted by relevance
/third_party/skia/third_party/externals/libpng/ |
D | pngget.c | 1098 (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_get_tRNS() 1107 retval |= PNG_INFO_tRNS; in png_get_tRNS() 1119 retval |= PNG_INFO_tRNS; in png_get_tRNS() 1129 retval |= PNG_INFO_tRNS; in png_get_tRNS()
|
D | example.c | 410 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS) != 0)
|
D | pngset.c | 1054 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
|
D | pngrutil.c | 1073 (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0)) in png_handle_PLTE() 1833 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS) != 0) in png_handle_tRNS()
|
D | png.h | 736 #define PNG_INFO_tRNS 0x0010U macro
|
D | pngwrite.c | 213 if ((info_ptr->valid & PNG_INFO_tRNS) !=0) in png_write_info()
|
D | libpng-manual.txt | 1458 entries for palette (PNG_INFO_tRNS) 1461 (PNG_INFO_tRNS) 1465 non-paletted images (PNG_INFO_tRNS) 1749 PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr); 2516 PNG_INFO_tRNS, PNG_INFO_bKGD, 3107 entries for palette (PNG_INFO_tRNS) 3110 (PNG_INFO_tRNS) 3115 non-paletted images (PNG_INFO_tRNS)
|
D | png.c | 509 info_ptr->valid &= ~PNG_INFO_tRNS; in png_free_data()
|
/third_party/skia/third_party/externals/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 | 315 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in readpng2_info_callback()
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
D | pngpixel.c | 100 NULL) & PNG_INFO_tRNS) && num_trans > 0 && in print_pixel()
|
/third_party/skia/src/codec/ |
D | SkPngCodec.cpp | 867 alpha = png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS) ? in infoCallback() 871 if (png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS)) { in infoCallback() 889 if (png_get_valid(fPng_ptr, fInfo_ptr, PNG_INFO_tRNS)) { in infoCallback()
|
/third_party/cups-filters/cupsfilters/ |
D | image-png.c | 155 if (png_get_valid(pp, info, PNG_INFO_tRNS)) in _cupsImageReadPNG()
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
D | png2pnm.c | 234 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS)) in png2pnm()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 294 if (png_get_valid(png, info, PNG_INFO_tRNS)) { in ReadPNG()
|
/third_party/libpng/ |
D | backport-libpng-1.6.37-enable-valid.patch | 165 - info_ptr->valid |= PNG_INFO_tRNS;
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | PngFile.c | 192 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | pngshim.c | 370 if ( png_get_valid(png, info, PNG_INFO_tRNS ) ) in Load_SBit_Png()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngunknown.c | 312 { "tRNS", PNG_INFO_tRNS, png_tRNS,
|
D | pngimage.c | 99 # define CHUNK_tRNS PNG_INFO_tRNS
|
D | pngvalid.c | 5085 if ((png_get_tRNS(pp, pi, &trans_alpha, &num, 0) & PNG_INFO_tRNS) != 0 && in read_palette() 5280 if (png_get_tRNS(pp, pi, 0, 0, &trans_color) & PNG_INFO_tRNS) in standard_info_part1()
|