Home
last modified time | relevance | path

Searched refs:PNG_FORMAT_FLAG_AFIRST (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngread.c1860 const int afirst = (image->format & PNG_FORMAT_FLAG_AFIRST) != 0 && in png_create_colormap_entry()
3568 (image->format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_background()
3862 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3865 change &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3902 if ((change & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3919 format &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3921 change &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3986 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3987 info_format |= PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3997 info_format |= PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
Dpngwrite.c1535 if ((image->format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_write_image_16bit()
1694 if ((image->format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_write_image_8bit()
1784 const int afirst = (format & PNG_FORMAT_FLAG_AFIRST) != 0 && in png_image_set_PLTE()
2058 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_write_main()
2062 format &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_write_main()
Dpng.h2807 # define PNG_FORMAT_FLAG_AFIRST 0x20U /* alpha channel comes first */ macro
2816 #define PNG_FORMAT_AG (PNG_FORMAT_GA|PNG_FORMAT_FLAG_AFIRST)
2820 #define PNG_FORMAT_ARGB (PNG_FORMAT_RGBA|PNG_FORMAT_FLAG_AFIRST)
2822 #define PNG_FORMAT_ABGR (PNG_FORMAT_BGRA|PNG_FORMAT_FLAG_AFIRST)
/external/libpng/
Dpngread.c1872 const int afirst = (image->format & PNG_FORMAT_FLAG_AFIRST) != 0 && in png_create_colormap_entry()
3581 (image->format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_background()
3881 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3884 change &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3921 if ((change & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3938 format &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3940 change &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
4009 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
4010 info_format |= PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
4020 info_format |= PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
Dpngwrite.c1547 if ((image->format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_write_image_16bit()
1707 if ((image->format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_write_image_8bit()
1797 const int afirst = (format & PNG_FORMAT_FLAG_AFIRST) != 0 && in png_image_set_PLTE()
2071 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_write_main()
2075 format &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_write_main()
Dpng.h2819 # define PNG_FORMAT_FLAG_AFIRST 0x20U /* alpha channel comes first */ macro
2830 #define PNG_FORMAT_AG (PNG_FORMAT_GA|PNG_FORMAT_FLAG_AFIRST)
2834 #define PNG_FORMAT_ARGB (PNG_FORMAT_RGBA|PNG_FORMAT_FLAG_AFIRST)
2836 #define PNG_FORMAT_ABGR (PNG_FORMAT_BGRA|PNG_FORMAT_FLAG_AFIRST)
Dlibpng-manual.txt3922 PNG_FORMAT_FLAG_AFIRST alpha channel comes first
/external/libpng/contrib/libtests/
Dpngstest.c558 (f & PNG_FORMAT_FLAG_AFIRST) != 0) in format_default()
1036 if (format & PNG_FORMAT_FLAG_AFIRST) in get_pixel()
1054 if (format & PNG_FORMAT_FLAG_AFIRST) in get_pixel()
1072 if (format & PNG_FORMAT_FLAG_AFIRST) in get_pixel()
1095 if (format & PNG_FORMAT_FLAG_AFIRST) in get_pixel()
1113 if (format & PNG_FORMAT_FLAG_AFIRST) in get_pixel()
1131 if (format & PNG_FORMAT_FLAG_AFIRST) in get_pixel()
2573 if (format & PNG_FORMAT_FLAG_AFIRST) in component_loc()