Searched refs:PNG_INFO_tRNS (Results 1 - 25 of 38) sorted by relevance

12

/external/qemu/android/
H A Dloadpng.c78 if(png_get_valid(p, pi, PNG_INFO_tRNS)) {
210 if(png_get_valid(p, pi, PNG_INFO_tRNS)) {
/external/libpng/contrib/gregbook/
H A Dreadpng.c235 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
H A Dreadpng2.c307 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dpngshim.c261 if ( png_get_valid(png, info, PNG_INFO_tRNS ) )
/external/chromium_org/third_party/libpng/
H A Dpngget.c809 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
818 retval |= PNG_INFO_tRNS;
829 retval |= PNG_INFO_tRNS;
838 retval |= PNG_INFO_tRNS;
H A Dpng.c404 info_ptr->valid &= ~PNG_INFO_tRNS;
H A Dpngset.c881 info_ptr->valid |= PNG_INFO_tRNS;
H A Dpngrutil.c638 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
1347 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
H A Dpngread.c1421 (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)))
/external/freetype/src/sfnt/
H A Dpngshim.c294 if ( png_get_valid(png, info, PNG_INFO_tRNS ) )
/external/libpng/contrib/examples/
H A Dpngpixel.c98 NULL) & PNG_INFO_tRNS) && num_trans > 0 &&
/external/libpng/
H A Dpngget.c1026 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
1035 retval |= PNG_INFO_tRNS;
1047 retval |= PNG_INFO_tRNS;
1057 retval |= PNG_INFO_tRNS;
H A Dexample.c408 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dpngshim.c261 if ( png_get_valid(png, info, PNG_INFO_tRNS ) )
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c809 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
818 retval |= PNG_INFO_tRNS;
829 retval |= PNG_INFO_tRNS;
838 retval |= PNG_INFO_tRNS;
H A Dpng.c405 info_ptr->valid &= ~PNG_INFO_tRNS;
H A Dpngrutil.c654 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
1363 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c260 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
/external/libpng/contrib/visupng/
H A DPngFile.c192 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libpng.cpp204 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
526 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS);
672 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp204 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
526 bool valid = png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS);
672 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp339 if (png_get_valid(png, info, PNG_INFO_tRNS)) {
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc173 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc194 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) {
/external/libpng/contrib/libtests/
H A Dpngunknown.c293 { "tRNS", PNG_INFO_tRNS, png_tRNS,

Completed in 529 milliseconds

12