Home
last modified time | relevance | path

Searched refs:text_color (Results 1 – 3 of 3) sorted by relevance

/external/oss-fuzz/projects/libgd/
Dgd_image_string_fuzzer.cc42 const int text_color = stream.ConsumeIntegral<int>(); in LLVMFuzzerTestOneInput() local
50 text_color); in LLVMFuzzerTestOneInput()
/external/fmtlib/include/fmt/
Dcolor.h316 detail::color_type text_color) FMT_NOEXCEPT in text_style() argument
321 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()
/external/pdfium/fxjs/
Dcjs_field.h87 JS_STATIC_PROP(textColor, text_color, CJS_Field)