Lines Matching defs:flags
10479 // The flags bits combine exactly one of:
10488 virtual std::string Push(uint32_t flags) = 0;
10489 virtual std::string Pop(uint32_t flags) = 0;
10740 // TODO: support all of the REPORT_METADATA_ETC flags, not just CHRM, EXIF,
10857 // flags bits) metadata is longer than max_incl_metadata_length.
10862 DecodeImageArgFlags flags = DecodeImageArgFlags::DefaultValue(),
10902 // The flags bits combine exactly one of:
10911 virtual std::string Push(uint32_t flags) = 0;
10912 virtual std::string Pop(uint32_t flags) = 0;
31855 const char wuffs_gzip__error__bad_encoding_flags[] = "#gzip: bad encoding flags";
44911 uint64_t flags,
44996 // Apply flags.
44997 if (flags != 0) {
44998 if (flags & DecodeImageArgFlags::REPORT_METADATA_CHRM) {
45001 if (flags & DecodeImageArgFlags::REPORT_METADATA_EXIF) {
45004 if (flags & DecodeImageArgFlags::REPORT_METADATA_GAMA) {
45007 if (flags & DecodeImageArgFlags::REPORT_METADATA_ICCP) {
45010 if (flags & DecodeImageArgFlags::REPORT_METADATA_KVP) {
45013 if (flags & DecodeImageArgFlags::REPORT_METADATA_SRGB) {
45016 if (flags & DecodeImageArgFlags::REPORT_METADATA_XMP) {
45163 DecodeImageArgFlags flags,
45181 flags.repr, pixel_blend.repr, background_color.repr,