Home
last modified time | relevance | path

Searched refs:small_color (Results 1 – 14 of 14) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Dgraph_small_color_map.h48 enum class small_color : u8 { enum
61 struct color_traits<ue2::small_color> {
62 static ue2::small_color white() { return ue2::small_color::white; }
63 static ue2::small_color gray() { return ue2::small_color::gray; }
64 static ue2::small_color black() { return ue2::small_color::black; }
100 using value_type = small_color;
101 using reference = small_color;
108 fill(small_color::white);
111 void fill(small_color color) {
117 size_t count(small_color color) const {
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_netflow.cpp191 if (fromColor != small_color::white && toColor == small_color::white) { in findMinCut()
198 if (fromColor == small_color::black && toColor != small_color::black) { in findMinCut()
H A Dng_literal_analysis.cpp466 const char *describeColor(small_color c) { in describeColor()
468 case small_color::white: in describeColor()
470 case small_color::gray: in describeColor()
472 case small_color::black: in describeColor()
559 if (ucolor != small_color::white && vcolor == small_color::white) { in findMinCut()
564 if (ucolor == small_color::black && vcolor != small_color::black) { in findMinCut()
H A Dng_width.cpp158 if (get(colors, h.accept) == small_color::white) { in findMaxWidth()
163 if (get(colors, h.acceptEod) == small_color::white) { in findMaxWidth()
H A Dng_prune.cpp112 colors.fill(small_color::white); in pruneForwardUseless()
120 if (!is_special(v, g) && get(colors, v) == small_color::white) { in pruneForwardUseless()
H A Dng_cyclic_redundancy.cpp134 colours.fill(small_color::white); in searchForward()
H A Dng_misc_opt.cpp560 color_map.fill(small_color::white); in clear()
H A Dng_util.cpp396 bool value = get(colors, vi) == small_color::white; in mustBeSetBefore()
H A Dng_violet.cpp145 color_map.fill(small_color::white); in count_reachable()
151 return color_map.count(small_color::black); in count_reachable()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dcolorscheme.hpp38 static Color small_color; member in ColorScheme::Text
H A Dcolorscheme.cpp63 Color ColorScheme::Text::small_color(1.f,1.f,1.f); member in ColorScheme::Text
H A Dinfo_box_line.cpp52 return ColorScheme::Text::small_color; in get_color_by_format_char()
/dports/www/links/links-2.25/
H A Datheos.cpp91 #define small_color (sizeof(Color32_s) <= sizeof(long)) macro
524 if (small_color) { in ath_get_color()
535 if (small_color) in ath_fill_area()
548 if (small_color) in ath_draw_hline()
562 if (small_color) in ath_draw_vline()
H A Dhaiku.cpp135 #define small_color (sizeof(rgb_color) <= sizeof(long)) macro
820 if (small_color) { in be_get_color()
836 if (small_color) in be_fill_area()
850 if (small_color) in be_draw_hline()
864 if (small_color) in be_draw_vline()