HomeSort by relevance Sort by last modified time
    Searched refs:fore (Results 1 - 25 of 27) sorted by null

1 2

  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndcommon.c 30 if (con->hinsi.fore != NULL) {
39 if (*(con->hinsi.fore + (hinsiF / 8)) & (0x80 >> (hinsiF % 8))) {
ndfdic.c 103 tmp_hinsi = condition->hinsi.fore;
104 condition->hinsi.fore = condition->hinsi.yominasi_fore;
136 condition->hinsi.fore = tmp_hinsi;
147 condition->hinsi.fore = tmp_hinsi;
ndapi.c 697 cursor->cond.hinsi.fore = NULL;
  /external/chromium_org/ui/gfx/
color_utils_unittest.cc 85 SkColor fore = SkColorSetARGB(255, 200, 200, 200); local
88 EXPECT_TRUE(color_utils::AlphaBlend(fore, back, 255) ==
89 fore);
90 EXPECT_TRUE(color_utils::AlphaBlend(fore, back, 0) ==
95 EXPECT_EQ(136U, SkColorGetA(color_utils::AlphaBlend(fore, back, 136)));
98 fore = SkColorSetA(fore, 0);
99 EXPECT_EQ(0U, SkColorGetA(color_utils::AlphaBlend(fore, back, 255)));
  /external/harfbuzz_ng/util/
options.hh 120 fore = DEFAULT_FORE;
132 const char *fore; member in struct:view_options_t
helper-cairo.cc 328 sscanf (view_opts->fore + (*view_opts->fore=='#'), "%2x%2x%2x%2x", &fr, &fg, &fb, &fa);
options.cc 248 {"foreground", 0, 0, G_OPTION_ARG_STRING, &this->fore, "Set foreground color (default: " DEFAULT_FORE ")", "red/#rrggbb/#rrggbbaa"},
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
menu.h 116 chtype fore; /* Selection attribute */ member in struct:tagMENU
form.h 86 chtype fore; /* foreground attribute */ member in struct:fieldnode
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
cursesw.h 709 static int setpalette(short fore, short back, short pair);
842 int setpalette(short fore, short back);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 116 chtype fore; /* Selection attribute */ member in struct:tagMENU
form.h 86 chtype fore; /* foreground attribute */ member in struct:fieldnode
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
cursesw.h 709 static int setpalette(short fore, short back, short pair);
842 int setpalette(short fore, short back);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
menu.h 116 chtype fore; /* Selection attribute */ member in struct:tagMENU
form.h 86 chtype fore; /* foreground attribute */ member in struct:fieldnode
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
cursesw.h 709 static int setpalette(short fore, short back, short pair);
842 int setpalette(short fore, short back);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 308 fore=themeDict[element+'-foreground']
313 highlight={"foreground": fore,"background": back}
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 308 fore=themeDict[element+'-foreground']
313 highlight={"foreground": fore,"background": back}
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 193 NJ_UINT8 *fore; member in struct:__anon35206::__anon35207

Completed in 473 milliseconds

1 2