| /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 | 161 landRes: ['shadow', 'back', 'fore'], 163 portRes: ['shadow', 'back', 'fore'], 175 landRes: ['shadow', 'back', 'fore'], 177 portRes: ['shadow', 'back', 'fore'], 189 landRes: ['shadow', 'back', 'fore'], 191 portRes: ['shadow', 'back', 'fore'], 202 landRes: ['shadow', 'back', 'fore'], 204 portRes: ['shadow', 'back', 'fore'], 216 landRes: ['shadow', 'back', 'fore'], 218 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:__anon35225::__anon35226
|
| /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
|
| /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/chromium_org/cc/layers/ |
| scrollbar_layer_impl.cc | 130 // entire contents rect, we must append it after the thumb and fore track
|
| /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 | 451 // 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...] |