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

  /external/chromium_org/ash/wm/workspace/
desktop_background_fade_controller.cc 22 SkColor start_color, target_color; local
25 start_color = SkColorSetARGB(0, 0, 0, 0);
29 start_color = SK_ColorBLACK;
41 window_controller_->SetColor(start_color);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 41 # This is a similar wrapper for start_color(), which adds the COLORS and
42 # COLOR_PAIRS variables which are only available after start_color() is
45 def start_color(): function
47 retval = _curses.start_color()
wrapper.py 37 # module -- the error return from C start_color() is ignorable.
39 curses.start_color()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 41 # This is a similar wrapper for start_color(), which adds the COLORS and
42 # COLOR_PAIRS variables which are only available after start_color() is
45 def start_color(): function
47 retval = _curses.start_color()
wrapper.py 37 # module -- the error return from C start_color() is ignorable.
39 curses.start_color()
  /external/chromium_org/ui/gfx/
skia_util.h 54 SkColor start_color,
skia_util.cc 91 SkColor start_color,
93 SkColor grad_colors[2] = { start_color, end_color};
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 13 def start_color (c): return '' member in class:ColorFormatter.Null
23 def start_color (c): member in class:ColorFormatter.ANSI
39 def start_color (c): member in class:ColorFormatter.HTML
94 oo[i] += self.formatter.start_color (self.colors[i])
  /external/qemu/
curses.c 296 start_color(); raw(); scrollok(stdscr, FALSE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 204 curses.start_color()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 204 curses.start_color()
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 2088 SkColor start_color = SkColorSetARGB( 0, 20, 40, 60); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 715 extern NCURSES_EXPORT(int) start_color (void); /* implemented */
    [all...]
ncurses.h 715 extern NCURSES_EXPORT(int) start_color (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 715 extern NCURSES_EXPORT(int) start_color (void); /* implemented */
    [all...]
ncurses.h 715 extern NCURSES_EXPORT(int) start_color (void); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
curses.h 715 extern NCURSES_EXPORT(int) start_color (void); /* implemented */
    [all...]
ncurses.h 715 extern NCURSES_EXPORT(int) start_color (void); /* implemented */
    [all...]

Completed in 325 milliseconds