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

  /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/harfbuzz_ng/util/
options.hh 153 fore = DEFAULT_FORE;
164 const char *fore; member in struct:view_options_t
helper-cairo.cc 355 sscanf (view_opts->fore + (*view_opts->fore=='#'), "%2x%2x%2x%2x", &fr, &fg, &fb, &fa);
options.cc 265 {"foreground", 0, 0, G_OPTION_ARG_STRING, &this->fore, "Set foreground color (default: " DEFAULT_FORE ")", "rrggbb/rrggbbaa"},
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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 769 static int setpalette(short fore, short back, short pair);
908 int setpalette(short fore, short back);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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 769 static int setpalette(short fore, short back, short pair);
908 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:__anon28252::__anon28253
  /external/libvncserver/libvncserver/
cursor.c 445 char *back=(char*)&background,*fore=(char*)&foreground; local
456 fore+=4-bpp;
466 if(cursor->source[j*w+i/8]&bit) memcpy(cp,fore,bpp);
  /external/libvncserver/x11vnc/
scan.c 2618 unsigned int fore, back; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h 69 #define MAKEROP4(fore,back) (DWORD)((((back) << 8) & 0xFF000000) | (fore))
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js     [all...]
pdfjs.js     [all...]

Completed in 836 milliseconds