Home
last modified time | relevance | path

Searched refs:white_t (Results 1 – 9 of 9) sorted by relevance

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/constant/
H A Dwhite.hpp17 struct white_t{}; struct
23 typedef ::color::constant::base< ::color::constant::_internal::w3c::white_t > white_t; typedef
27 typedef ::color::constant::w3c::white_t white_t; typedef
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/make/
H A Dwhite.hpp16 struct make< ::color::constant::white_t, category_name >
22 typedef ::color::constant::white_t constant_type;
/dports/audio/lv2lint/lv2lint-0.14.0/
H A Dlv2lint.h71 typedef struct _white_t white_t; typedef
90 white_t *next;
601 white_t *whitelist_symbols;
602 white_t *whitelist_libs;
603 white_t *whitelist_tests;
H A Dlv2lint.c804 static white_t *
805 _white_append(white_t *parent, const char *uri, const char *pattern) in _white_append()
807 white_t *white = calloc(1, sizeof(white_t)); in _white_append()
821 static white_t *
822 _white_remove(white_t *parent) in _white_remove()
824 white_t *next = NULL; in _white_remove()
835 static white_t *
836 _white_free(white_t *white) in _white_free()
867 _white_match(const white_t *white, const char *uri, const char *str) in _white_match()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/
H A Dmain.cpp68 ::color::xyy<long double> b{ ::color::constant::white_t{} }; in sandbox_test3()
69 ::color::rgb<long double> r{ ::color::constant::white_t{} }; in sandbox_test3()
70 ::color::gray<long double> g{ ::color::constant::white_t{} }; in sandbox_test3()
558 …r = ::color::constant::white_t{}; x = r; std::cout << "white "; print( x ); std::cout… in test_xyz_quick()
589 …yiq = ::color::constant::white_t{}; std::cout << "white "; print( yiq ); std::cout << … in test_yiq2yuv601_quick()
605 …yuv = ::color::constant::white_t{}; std::cout << "white "; print( yuv ); std::cout << … in test_yiq2yuv601_quick()
616 …yiq = ::color::constant::white_t{}; yuv = yiq; std::cout << "white "; print( yuv ); std::cou… in test_yiq2yuv601_quick()
627 …yuv = ::color::constant::white_t{}; yiq = yuv; std::cout << "white "; print( yiq ); std::cou… in test_yiq2yuv601_quick()
648 ::color::model<category_name> mn = color::constant::white_t{}; in ranger_rgb()
H A Dpalette.cpp57 if( ( 0 == (y % 5) ) && ( 0 == (x % 3) ) ) check = ::color::constant::white_t{}; in make_image()
178 … image[ (int)( lab[2] + 128 )* width + (int)( 128 + lab[1] ) ] = ::color::constant::white_t{}; in make_image_RGB2LAB()
H A Ddecompose.cpp93 …pose< ::color::cmyk<double> >( image, "./dec/cmyk", width, height, ::color::constant::white_t{} ); in decompose_test()
98 …mpose< ::color::cmy<double> >( image, "./dec/cmy", width, height, ::color::constant::white_t{} ); in decompose_test()
H A Dconstant.cpp112 ss << print( ::color::constant::white_t{}, "white" ); in test_constant()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/
H A Dcolor.pp2f.hpp2519 struct white_t {}; struct
2524 typedef ::color::constant::base< ::color::constant::_internal::w3c::white_t > white_t; typedef
2527 typedef ::color::constant::w3c::white_t white_t; typedef
54072 struct make< ::color::constant::white_t, category_name > {
54077 typedef ::color::constant::white_t constant_type;