HomeSort by relevance Sort by last modified time
    Searched defs:start_color (Results 1 - 5 of 5) 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()
  /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()
  /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/chromium_org/ui/compositor/
layer_animator_unittest.cc 2088 SkColor start_color = SkColorSetARGB( 0, 20, 40, 60); local
    [all...]

Completed in 397 milliseconds