Searched refs:text_color (Results 1 – 3 of 3) sorted by relevance
42 const int text_color = stream.ConsumeIntegral<int>(); in LLVMFuzzerTestOneInput() local50 text_color); in LLVMFuzzerTestOneInput()
316 detail::color_type text_color) FMT_NOEXCEPT in text_style() argument321 foreground_color = text_color; in text_style()324 background_color = text_color; in text_style()356 FMT_CONSTEXPR ansi_color_escape(detail::color_type text_color, in ansi_color_escape()360 if (!text_color.is_rgb) { in ansi_color_escape()362 uint32_t value = text_color.value.term_color; in ansi_color_escape()386 rgb color(text_color.value.rgb_color); in ansi_color_escape()
87 JS_STATIC_PROP(textColor, text_color, CJS_Field)