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.c1878 int afirst = (image->format & PNG_FORMAT_FLAG_AFIRST) != 0 && in png_create_colormap_entry()
3587 (image->format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_background()
3887 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3890 change &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3927 if ((change & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3944 format &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3946 change &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
4015 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
4016 info_format |= PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
4026 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 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.h2788 # define PNG_FORMAT_FLAG_AFIRST 0x20U /* alpha channel comes first */ macro
2799 #define PNG_FORMAT_AG (PNG_FORMAT_GA|PNG_FORMAT_FLAG_AFIRST)
2803 #define PNG_FORMAT_ARGB (PNG_FORMAT_RGBA|PNG_FORMAT_FLAG_AFIRST)
2805 #define PNG_FORMAT_ABGR (PNG_FORMAT_BGRA|PNG_FORMAT_FLAG_AFIRST)
/external/libpng/
Dpngread.c1878 int afirst = (image->format & PNG_FORMAT_FLAG_AFIRST) != 0 && in png_create_colormap_entry()
3587 (image->format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_background()
3887 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3890 change &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3927 if ((change & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
3944 format &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
3946 change &= ~PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
4015 if ((format & PNG_FORMAT_FLAG_AFIRST) != 0) in png_image_read_direct()
4016 info_format |= PNG_FORMAT_FLAG_AFIRST; in png_image_read_direct()
4026 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 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.h2788 # define PNG_FORMAT_FLAG_AFIRST 0x20U /* alpha channel comes first */ macro
2799 #define PNG_FORMAT_AG (PNG_FORMAT_GA|PNG_FORMAT_FLAG_AFIRST)
2803 #define PNG_FORMAT_ARGB (PNG_FORMAT_RGBA|PNG_FORMAT_FLAG_AFIRST)
2805 #define PNG_FORMAT_ABGR (PNG_FORMAT_BGRA|PNG_FORMAT_FLAG_AFIRST)
Dlibpng-manual.txt3923 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()