Home
last modified time | relevance | path

Searched defs:rgb_t (Results 1 – 25 of 130) sorted by relevance

123456

/dports/graphics/cptutils/cptutils-1.74/src/common/
H A Dcolour.h30 typedef struct rgb_t struct
33 } rgb_t; argument
/dports/games/vavoom/vavoom-1.33/utils/common/
H A Dimglib.h34 struct rgb_t struct
36 vuint8 r;
37 vuint8 g;
61 extern rgb_t ImgPal[256]; argument
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dpalette.h39 struct rgb_t { struct
45 static inline bool operator==(const rgb_t &a, const rgb_t &b) { return a.r == b.r && a.g == b.g && … argument
/dports/graphics/meh/meh-0.3-27-g69f653a/src/
H A Dbmp.c7 struct rgb_t{ struct
18 struct rgb_t *colours; argument
/dports/science/hdf5/hdf5-1.10.6/hl/test/
H A Dtest_image.c48 typedef struct rgb_t { struct
52 } rgb_t; typedef
/dports/science/hdf5-18/hdf5-1.8.21/hl/test/
H A Dtest_image.c48 typedef struct rgb_t { struct
52 } rgb_t; argument
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/operation/
H A Ddistance.cpp52 …typedef ::color::rgb<double> rgb_t; rgb_t rgb = ::color::constant… in test_operation_any2any() typedef
162 typedef ::color::rgb<double>::category_type rgb_t; in test_operation_zero_main() typedef
180 typedef ::color::rgb<double>::category_type rgb_t; in test_operation_distance__all() typedef
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/
H A Dconvsemi.cpp71 typedef ::color::rgb< double >::category_type rgb_t; in image_bgr_conversion() typedef
118 typedef ::color::rgb< double >::category_type rgb_t; in image_rgb_conversion() typedef
171 typedef ::color::rgb<double>::category_type rgb_t; in image_conversion() typedef
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A DNes_Emu.h172 struct rgb_t { unsigned char red, green, blue; }; argument
/dports/graphics/a2png/a2png-0.1.5/src/
H A Drgb_t.h18 } rgb_t; typedef
/dports/games/xchadance/xchadance-1.0_2/
H A Dchadata.h10 } rgb_t; typedef
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dpalette.h38 constexpr rgb_t() : m_data(0) { } in rgb_t() function
39 constexpr rgb_t(uint32_t data) : m_data(data) { } in rgb_t() function
40 …constexpr rgb_t(uint8_t r, uint8_t g, uint8_t b) : m_data((255 << 24) | (r << 16) | (g << 8) | b) … in rgb_t() function
41 …constexpr rgb_t(uint8_t a, uint8_t r, uint8_t g, uint8_t b) : m_data((a << 24) | (r << 16) | (g <<… in rgb_t() function
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dpalette.h38 constexpr rgb_t() : m_data(0) { } in rgb_t() function
39 constexpr rgb_t(uint32_t data) : m_data(data) { } in rgb_t() function
40 …constexpr rgb_t(uint8_t r, uint8_t g, uint8_t b) : m_data((255 << 24) | (r << 16) | (g << 8) | b) … in rgb_t() function
41 …constexpr rgb_t(uint8_t a, uint8_t r, uint8_t g, uint8_t b) : m_data((a << 24) | (r << 16) | (g <<… in rgb_t() function
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_public.h54 struct rgb_t struct
56 byte r;
57 byte g;
58 byte b;
/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Drgb.hpp34 using rgb_t = mp11::mp_list<red_t, green_t, blue_t>; typedef
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/
H A Drgb.hpp34 using rgb_t = mp11::mp_list<red_t, green_t, blue_t>; typedef
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Drgb.hpp47 typedef mpl::vector3<red_t,green_t,blue_t> rgb_t; typedef
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Drgb.hpp47 typedef mpl::vector3<red_t,green_t,blue_t> rgb_t; typedef
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Drgb.hpp34 using rgb_t = mp11::mp_list<red_t, green_t, blue_t>; typedef
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Drgb.hpp34 using rgb_t = mp11::mp_list<red_t, green_t, blue_t>; typedef
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Drgb.hpp47 typedef mpl::vector3<red_t,green_t,blue_t> rgb_t; typedef
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Drgb.hpp47 typedef mpl::vector3<red_t,green_t,blue_t> rgb_t; typedef
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Drgb.hpp47 typedef mpl::vector3<red_t,green_t,blue_t> rgb_t; typedef
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Drgb.hpp47 typedef mpl::vector3<red_t,green_t,blue_t> rgb_t; typedef
/dports/devel/boost-libs/boost_1_72_0/boost/gil/
H A Drgb.hpp34 using rgb_t = mp11::mp_list<red_t, green_t, blue_t>; typedef

123456