Home
last modified time | relevance | path

Searched refs:fore (Results 1 – 17 of 17) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/video/
Dvideo-uclass.c124 int fore, back; in video_set_default_colors() local
128 fore = VID_LIGHT_GRAY; in video_set_default_colors()
131 fore = VID_BLACK; in video_set_default_colors()
137 temp = fore; in video_set_default_colors()
138 fore = back; in video_set_default_colors()
141 priv->fg_col_idx = fore; in video_set_default_colors()
143 priv->colour_fg = vid_console_color(priv, fore); in video_set_default_colors()
/third_party/skia/third_party/externals/harfbuzz/util/
Dview-options.hh40 g_free (fore); in ~view_options_t()
47 char *fore = nullptr; member
110 …{"foreground", 0, 0, G_OPTION_ARG_STRING, &this->fore, "Set foreground color (default: " DEFAULT… in add_options()
Dhelper-cairo.hh517 color = view_opts->fore ? view_opts->fore : DEFAULT_FORE; in helper_cairo_create_context()
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Doptions.hh125 fore = nullptr; in view_options_t()
134 g_free (fore); in ~view_options_t()
141 char *fore; member
Dhelper-cairo.cc404 color = view_opts->fore ? view_opts->fore : DEFAULT_FORE; in helper_cairo_create_context()
Doptions.cc389 …{"foreground", 0, 0, G_OPTION_ARG_STRING, &this->fore, "Set foreground color (default: " DEFAULT… in add_options()
/third_party/harfbuzz/util/
Doptions.hh125 fore = nullptr; in view_options_t()
136 g_free (fore); in ~view_options_t()
143 char *fore; member
Dhelper-cairo.cc511 color = view_opts->fore ? view_opts->fore : DEFAULT_FORE; in helper_cairo_create_context()
Doptions.cc422 …{"foreground", 0, 0, G_OPTION_ARG_STRING, &this->fore, "Set foreground color (default: " DEFAULT… in add_options()
/third_party/python/Lib/idlelib/
Dconfig.py283 fore = theme_dict[element + '-foreground']
287 return {"foreground": fore, "background": back}
/third_party/boost/boost/dynamic_bitset/
Ddynamic_bitset.hpp1484 const Block fore = m_bits[blk] >> ind; in find_next() local
1486 return fore? in find_next()
1487 pos + static_cast<size_type>(detail::lowest_bit(fore)) in find_next()
/third_party/flutter/skia/tests/
DSkVMTest.cpp1393 A::Label fore,aft; in DEF_TEST() local
1394 a.label(&fore); in DEF_TEST()
1396 a.ldrq(A::v1, &fore); in DEF_TEST()
/third_party/skia/tests/
DSkVMTest.cpp1852 A::Label fore,aft; in DEF_TEST() local
1853 a.label(&fore); in DEF_TEST()
1855 a.ldrq(A::v1, &fore); in DEF_TEST()
/third_party/mingw-w64/mingw-w64-headers/include/
Dwingdi.h69 #define MAKEROP4(fore,back) (DWORD)((((back) << 8) & 0xFF000000) | (fore)) argument
/third_party/pcre2/pcre2/doc/
Dpcre2test.txt1727 fore the reflection of the subject string, and the subject string is
Dpcre2.txt5902 fore the start of the match.
7225 fore a newline at the end of the string (by default), unless PCRE2_NO-
/third_party/gstreamer/gstplugins_bad/docs/plugins/
Dgst-plugins-bad-plugins.args70719 <BLURB>Threshold: Difference to background to distinguish between fore- and background.</BLURB>