Home
last modified time | relevance | path

Searched refs:print_color (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/
H A Dgray_scale.cpp33 std::string print_color( std::string const& text, ::color::rgb<std::uint8_t> const& r ) in print_color() function
60 …::color::make::gray( m, 0.0 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
61 …::color::make::gray( m, 10.0 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
62 …::color::make::gray( m, 16.6 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
63 …::color::make::gray( m, 20.0 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
64 …::color::make::gray( m, 25.0 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
65 …::color::make::gray( m, 30.0 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
66 …::color::make::gray( m, 33.3 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
67 …::color::make::gray( m, 40.0 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
68 …::color::make::gray( m, 50.0 ); ss << "<td>" << print_color( "", ::color::rgb<std::uint8_t>( m … in make_test_gray_single()
[all …]
H A Dconstant.cpp11 static std::string print_color( std::string const& text, color_name const& c ) in print_color() function
29 static std::string print_color( std::string const& text, ::color::gray<double> const& c ) in print_color() function
47 static std::string print_color( std::string const& text, ::color::rgb<double> const& c ) in print_color() function
74 …ss << "<td>" << print_color( "gray-" + name, ::color::gray< double >( constant ) ) << "</td… in print()
75 …ss << "<td>" << print_color( "rgb -" + name, ::color::rgb< double >( constant ) ) << "</td… in print()
76 …ss << "<td>" << print_color( "cmy -" + name, ::color::cmy< double >( constant ) ) << "</td… in print()
77 …ss << "<td>" << print_color( "cmyk-" + name, ::color::cmyk< double >( constant ) ) << "</td… in print()
78 …ss << "<td>" << print_color( "hsl -" + name, ::color::hsl< double >( constant ) ) << "</td… in print()
79 …ss << "<td>" << print_color( "hsv -" + name, ::color::hsv< double >( constant ) ) << "</td… in print()
80 …ss << "<td>" << print_color( "hsi -" + name, ::color::hsi< double >( constant ) ) << "</td… in print()
[all …]
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/tests/
H A Dol_color_test.c5 print_color (OlColor color) in print_color() function
13 print_color (ol_color_from_string (NULL)); in test_from_str()
14 print_color (ol_color_from_string ("")); in test_from_str()
15 print_color (ol_color_from_string ("AABBCC")); in test_from_str()
16 print_color (ol_color_from_string ("#AAEEGG")); in test_from_str()
17 print_color (ol_color_from_string ("#000000")); in test_from_str()
18 print_color (ol_color_from_string ("#FFFFFF")); in test_from_str()
19 print_color (ol_color_from_string ("#ffffff")); in test_from_str()
20 print_color (ol_color_from_string ("#3377aA")); in test_from_str()
21 print_color (ol_color_from_string ("#abcdef")); in test_from_str()
[all …]
/dports/sysutils/py-psutil/psutil-5.8.0/scripts/internal/
H A Dprint_wheels.py13 from psutil._common import print_color
81 print_color('\n' + s, color=None, bold=True)
88 print_color(s, color='violet')
90 print_color(s, color='brown')
92 print_color("\ntotals: files=%s, size=%s" % (
H A Dprint_api_speed.py34 from psutil._common import print_color
48 print_color(s, color="red")
74 print_color(templ % ("SYSTEM APIS", "SECONDS"), color=None, bold=True)
90 print_color(templ % ("PROCESS APIS", "SECONDS"), color=None, bold=True)
H A Dprint_access_denied.py53 from psutil._common import print_color
78 print_color(s, color=None, bold=True)
83 print_color(s, "red" if ads else None)
H A Ddownload_wheels_appveyor.py23 from psutil._common import print_color
63 print_color("no artifacts found", 'red')
93 print_color("error while downloading %s" % (url), 'red')
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/scripts/internal/
H A Dprint_api_speed.py34 from psutil._common import print_color
48 print_color(s, color="red")
74 print_color(templ % ("SYSTEM APIS", "SECONDS"), color=None, bold=True)
90 print_color(templ % ("PROCESS APIS", "SECONDS"), color=None, bold=True)
H A Dprint_access_denied.py53 from psutil._common import print_color
78 print_color(s, color=None, bold=True)
83 print_color(s, "red" if ads else None)
H A Dwin_download_wheels.py26 from psutil._common import print_color
85 print_color("no artifacts found", 'ret')
116 print_color("error while downloading %s" % (url), 'red')
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/tools/scripts/
H A Dlaunch_vlint.sh23 function print_color { function
127 print_color $line
135 print_color $line
143 print_color $line
H A Dlaunch_modelsim.sh23 function print_color { function
62 print_color $line
69 print_color $line
/dports/devel/glib20/glib-2.70.4/gio/gdbus-2.0/codegen/
H A Dutils.py38 def print_color(msg, color=Color.END, prefix="MESSAGE"): function
51 print_color(msg, color=Color.RED, prefix="ERROR")
63 print_color(msg, color, prefix)
70 print_color(msg, color=Color.GREEN, prefix="INFO")
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_blend_test.c13 static void print_color(ALLEGRO_COLOR c) in print_color() function
72 print_color(src_col); in test()
78 print_color(dst_col); in test()
83 print_color(result); in test()
203 print_color(reference); in do_test2()
223 print_color(from_display); in do_test2()
226 print_color(reference); in do_test2()
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dgtk-style.c30 print_color (GdkColor *c) in print_color() function
43 print_color (x + i); in print_colors()
67 print_color (x + i); in print_rc_colors()
/dports/devel/py-ramlfications/ramlfications-0.1.9/ramlfications/
H A Dtree.py122 def _print_tree(api, ordered_resources, print_color, verbosity): argument
123 _print_metadata(api, print_color)
124 _print_verbosity(ordered_resources, print_color, verbosity)
/dports/graphics/epix/epix-1.2.19/
H A Dfmt_template.h101 std::string print_color(const std::string&,
107 std::string print_color(const std::string&,
H A Deepic.h74 std::string print_color(const std::string&,
80 std::string print_color(const std::string&,
H A Dfmt_template.cc107 std::string fmt::print_color(const std::string&,
113 std::string fmt::print_color(const std::string&,
H A Dpst.h72 std::string print_color(const std::string&, const std::string&,
76 std::string print_color(const std::string&, const std::string&,
H A Dtikz.h89 std::string print_color(const std::string&,
95 std::string print_color(const std::string&,
H A Dformat.h152 std::string print_color(const std::string&,
219 virtual std::string print_color(const std::string&,
225 virtual std::string print_color(const std::string&,
H A Dformat.cc207 std::string format::print_color(const std::string& model, in print_color() function in ePiX::format
212 return print_color(model, name, dens.at(0), dens.at(1), dens.at(2)); in print_color()
215 return print_color(model, name, in print_color()
224 return print_color("rgb", "rgb_000000", 0, 0, 0); in print_color()
363 obuf << print_color((*cp).model(), (*cp).name(), (*cp).densities()); in print_palette()
/dports/graphics/gegl/gegl-0.4.34/tests/simple/
H A Dtest-buffer-sharing.c45 print_color(GeglColor *color) { in print_color() function
68 print_color(expect); in assert_color_equal()
70 print_color(actual); in assert_color_equal()
/dports/shells/xonsh/xonsh-0.7.9/xontrib/
H A Dmplhooks.py9 from xonsh.tools import print_color, ON_WINDOWS
169 print_color(s)

12345