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

1 2 3

  /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)));
  /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;
  /frameworks/base/docs/html/distribute/promote/
device-art.jd 179 landRes: ['shadow', 'back', 'fore'],
181 portRes: ['shadow', 'back', 'fore'],
193 landRes: ['shadow', 'back', 'fore'],
195 portRes: ['shadow', 'back', 'fore'],
207 landRes: ['shadow', 'back', 'fore'],
209 portRes: ['shadow', 'back', 'fore'],
220 landRes: ['shadow', 'back', 'fore'],
222 portRes: ['shadow', 'back', 'fore'],
234 landRes: ['shadow', 'back', 'fore'],
236 portRes: ['shadow', 'back', 'fore'],
    [all...]
  /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);
  /external/tcpdump/
print-atm.c 165 * XXX - assume 802.6 MAC header from Fore driver.
175 * So is that Fore driver still around? And, if so,
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 193 NJ_UINT8 *fore; member in struct:__anon33397::__anon33398
  /external/chromium_org/base/
path_service.cc 251 // fore we protect this call with a flag.
  /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
cursesm.h 414 // i.e. set fore, back and grey attribute
423 inline chtype fore() const { function in class:NCursesMenu
form.h 86 chtype fore; /* foreground attribute */ member in struct:fieldnode
  /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
cursesm.h 414 // i.e. set fore, back and grey attribute
423 inline chtype fore() const { function in class:NCursesMenu
  /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
cursesm.h 414 // i.e. set fore, back and grey attribute
423 inline chtype fore() const { function in class:NCursesMenu
  /external/libvpx/libvpx/
usage.dox 15 Fore more information on decoder and encoder specific usage, see the
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 652 * Set the text for the service. Setting the text will fore a re-announce of the service.
662 * Set the text for the service. Setting the text will fore a re-announce of the service.
  /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}
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 449 // GetFileNameIfAllowedToOpen() fore more explanation.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 393 /* Swap fore and back colors so the bitmap has the right polarity */
  /external/libpcap/
pcap-snoop.c 275 * "fa" devices are for FORE SPANS, that'd apply to them
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 393 /* Swap fore and back colors so the bitmap has the right polarity */
  /frameworks/base/docs/html/training/articles/
memory.jd     [all...]

Completed in 1145 milliseconds

1 2 3