HomeSort by relevance Sort by last modified time
    Searched defs:fore (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/gfx/
color_utils_unittest.cc 118 SkColor fore = SkColorSetARGB(255, 200, 200, 200); local
121 EXPECT_TRUE(AlphaBlend(fore, back, 255) == fore);
122 EXPECT_TRUE(AlphaBlend(fore, back, 0) == back);
126 EXPECT_EQ(136U, SkColorGetA(AlphaBlend(fore, back, 136)));
129 fore = SkColorSetA(fore, 0);
130 EXPECT_EQ(0U, SkColorGetA(AlphaBlend(fore, back, 255)));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesm.h 414 // i.e. set fore, back and grey attribute
423 inline chtype fore() const { function in class:NCursesMenu
cursesf.h 242 inline chtype fore() const { function in class:NCursesFormField
menu.h 116 chtype fore; /* Selection attribute */ member in struct:tagMENU
form.h 86 chtype fore; /* foreground attribute */ member in struct:fieldnode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 414 // i.e. set fore, back and grey attribute
423 inline chtype fore() const { function in class:NCursesMenu
cursesf.h 242 inline chtype fore() const { function in class:NCursesFormField
menu.h 116 chtype fore; /* Selection attribute */ member in struct:tagMENU
form.h 86 chtype fore; /* foreground attribute */ member in struct:fieldnode
  /external/harfbuzz_ng/util/
options.hh 152 fore = DEFAULT_FORE;
164 const char *fore; member in struct:view_options_t
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 193 NJ_UINT8 *fore; member in struct:__anon23221::__anon23222

Completed in 145 milliseconds