PNG_FORMAT_FLAG_AFIRST  533 contrib/libtests/pngstest.c                (f & PNG_FORMAT_FLAG_AFIRST) != 0)
PNG_FORMAT_FLAG_AFIRST 1004 contrib/libtests/pngstest.c                      if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 1022 contrib/libtests/pngstest.c                   if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 1040 contrib/libtests/pngstest.c                if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 1063 contrib/libtests/pngstest.c                      if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 1081 contrib/libtests/pngstest.c                   if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 1099 contrib/libtests/pngstest.c                if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 2690 contrib/libtests/pngstest.c          if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 2926 png.h          #define PNG_FORMAT_AG   (PNG_FORMAT_GA|PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 2930 png.h          #define PNG_FORMAT_ARGB (PNG_FORMAT_RGBA|PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 2932 png.h          #define PNG_FORMAT_ABGR (PNG_FORMAT_BGRA|PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 1830 pngread.c               const int afirst = (image->format & PNG_FORMAT_FLAG_AFIRST) != 0 &&
PNG_FORMAT_FLAG_AFIRST 3527 pngread.c                     if (preserve_alpha && (image->format & PNG_FORMAT_FLAG_AFIRST))
PNG_FORMAT_FLAG_AFIRST 3816 pngread.c                     if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 3819 pngread.c                        change &= ~PNG_FORMAT_FLAG_AFIRST;
PNG_FORMAT_FLAG_AFIRST 3856 pngread.c               if (change & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 3873 pngread.c                     format &= ~PNG_FORMAT_FLAG_AFIRST;
PNG_FORMAT_FLAG_AFIRST 3875 pngread.c                  change &= ~PNG_FORMAT_FLAG_AFIRST;
PNG_FORMAT_FLAG_AFIRST 3940 pngread.c                  if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 3941 pngread.c                     info_format |= PNG_FORMAT_FLAG_AFIRST;
PNG_FORMAT_FLAG_AFIRST 3951 pngread.c                  info_format |= PNG_FORMAT_FLAG_AFIRST;
PNG_FORMAT_FLAG_AFIRST 1747 pngwrite.c              if (image->format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 1905 pngwrite.c              if (image->format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 1995 pngwrite.c           const int afirst = (format & PNG_FORMAT_FLAG_AFIRST) != 0 &&
PNG_FORMAT_FLAG_AFIRST 2234 pngwrite.c           if (format & PNG_FORMAT_FLAG_AFIRST)
PNG_FORMAT_FLAG_AFIRST 2238 pngwrite.c              format &= ~PNG_FORMAT_FLAG_AFIRST;