Searched refs:PNG_INFO_tRNS (Results 1 – 24 of 24) sorted by relevance
/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/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 | pngset.c | 881 info_ptr->valid |= PNG_INFO_tRNS; in png_set_tRNS()
|
D | libpng-1.2.46.txt | 655 entries for palette (PNG_INFO_tRNS) 658 non-paletted images (PNG_INFO_tRNS) 660 (PNG_INFO_tRNS) 871 PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr); 1462 PNG_INFO_tRNS, PNG_INFO_bKGD, 1934 entries for palette (PNG_INFO_tRNS) 1938 non-paletted images (PNG_INFO_tRNS) 1940 (PNG_INFO_tRNS)
|
D | libpng-1.2.44.txt | 655 entries for palette (PNG_INFO_tRNS) 658 non-paletted images (PNG_INFO_tRNS) 660 (PNG_INFO_tRNS) 871 PNG_INFO_tRNS)) png_set_tRNS_to_alpha(png_ptr); 1462 PNG_INFO_tRNS, PNG_INFO_bKGD, 1934 entries for palette (PNG_INFO_tRNS) 1938 non-paletted images (PNG_INFO_tRNS) 1940 (PNG_INFO_tRNS)
|
D | pngwrite.c | 155 if (info_ptr->valid & PNG_INFO_tRNS) in png_write_info()
|
D | pngrutil.c | 648 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS)) in png_handle_PLTE() 1357 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS)) in png_handle_tRNS()
|
D | pngread.c | 1596 (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))) in png_read_png()
|
D | png.h | 1185 #define PNG_INFO_tRNS 0x0010 macro
|
/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()
|
D | pngwrite.c | 145 if (info_ptr->valid & PNG_INFO_tRNS) in png_write_info()
|
D | pngrutil.c | 538 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS)) in png_handle_PLTE() 1261 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS)) in png_handle_tRNS()
|
D | png.h | 1021 #define PNG_INFO_tRNS 0x0010 macro
|
/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/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 177 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) { in hasTransparencyInPalette() 484 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS); in getBitmapConfig() 573 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) { in decodePalette()
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 259 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS)) in png2pnm()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 184 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) in PngLoadImage()
|
/external/webkit/WebCore/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 271 if (png_get_valid(png, info, PNG_INFO_tRNS)) { in headerAvailable()
|