Home
last modified time | relevance | path

Searched refs:BASE_FORMATS (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/contrib/libtests/
H A Dpngstest.c774 #define BASE_FORMATS\ macro
2061 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2062 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2063 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2064 out_base = out_format & BASE_FORMATS; in transform_from_formats()
2980 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()
3200 if ((output->image.format & BASE_FORMATS) != in write_one_file()
3201 (original_format & BASE_FORMATS)) in write_one_file()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/libtests/
H A Dpngstest.c807 #define BASE_FORMATS\ macro
2094 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2095 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2096 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2097 out_base = out_format & BASE_FORMATS; in transform_from_formats()
3013 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()
3283 if ((output->image.format & BASE_FORMATS) != in write_one_file()
3284 (original_format & BASE_FORMATS)) in write_one_file()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/contrib/libtests/
H A Dpngstest.c806 #define BASE_FORMATS\ macro
2093 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2094 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2095 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()
3023 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()
3293 if ((output->image.format & BASE_FORMATS) != in write_one_file()
3294 (original_format & BASE_FORMATS)) in write_one_file()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/contrib/libtests/
H A Dpngstest.c806 #define BASE_FORMATS\ macro
2093 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2094 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2095 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()
3022 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()
3292 if ((output->image.format & BASE_FORMATS) != in write_one_file()
3293 (original_format & BASE_FORMATS)) in write_one_file()
/dports/graphics/optipng/optipng-0.7.7/src/libpng/contrib/libtests/
H A Dpngstest.c806 #define BASE_FORMATS\ macro
2093 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2094 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2095 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()
3023 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()
3293 if ((output->image.format & BASE_FORMATS) != in write_one_file()
3294 (original_format & BASE_FORMATS)) in write_one_file()
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/contrib/libtests/
H A Dpngstest.c806 #define BASE_FORMATS\ macro
2093 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2094 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2095 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()
3023 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()
3293 if ((output->image.format & BASE_FORMATS) != in write_one_file()
3294 (original_format & BASE_FORMATS)) in write_one_file()
/dports/graphics/png/libpng-1.6.37/contrib/libtests/
H A Dpngstest.c806 #define BASE_FORMATS\ macro
2093 in_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2094 in_base = in_format & BASE_FORMATS; in transform_from_formats()
2095 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()
3022 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file()
3292 if ((output->image.format & BASE_FORMATS) != in write_one_file()
3293 (original_format & BASE_FORMATS)) in write_one_file()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/
H A Dformat.rs363 pub const BASE_FORMATS: [BaseFormat; NUM_FORMATS-1] = [ const
588 BASE_FORMATS[self as usize - 1] in base_format()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/
H A Dformat.rs362 pub const BASE_FORMATS: [BaseFormat; NUM_FORMATS-1] = [ const
587 BASE_FORMATS[self as usize - 1] in base_format()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/
H A Dformat.rs374 pub const BASE_FORMATS: [BaseFormat; NUM_FORMATS-1] = [ const
599 BASE_FORMATS[self as usize - 1] in base_format()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/
H A Dformat.rs374 pub const BASE_FORMATS: [BaseFormat; NUM_FORMATS-1] = [ const
599 BASE_FORMATS[self as usize - 1] in base_format()
/dports/math/units/units-2.16/
H A Dunits.c132 #define BASE_FORMATS "gGeEf" /* printf() format types recognized pre-C99 */ macro
3035 format_types = (char *) mymalloc(strlen(BASE_FORMATS)+4, "(parsenumformat)"); in parsenumformat()
3036 strcpy(format_types,BASE_FORMATS); in parsenumformat()