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

1 2

  /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/chrome/browser/themes/
theme_service_mac.mm 201 NSColor *start_color =
209 start_color = [start_color gtm_colorByAdjustingLuminance:0.1
215 gradient = [[NSGradient alloc] initWithStartingColor:start_color
225 NSColor* start_color =
239 [[NSGradient alloc] initWithColorsAndLocations:start_color, 0.0,
249 NSColor* start_color = [NSColor colorWithCalibratedWhite:1.0 alpha:0.0];
251 gradient = [[NSGradient alloc] initWithStartingColor:start_color
259 NSColor* start_color =
266 gradient = [[NSGradient alloc] initWithStartingColor:start_color
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service_mac.mm 177 NSColor *start_color =
185 start_color = [start_color gtm_colorByAdjustingLuminance:0.1
191 gradient = [[NSGradient alloc] initWithStartingColor:start_color
201 NSColor* start_color =
215 [[NSGradient alloc] initWithColorsAndLocations:start_color, 0.0,
225 NSColor* start_color = [NSColor colorWithCalibratedWhite:1.0 alpha:0.0];
227 gradient = [[NSGradient alloc] initWithStartingColor:start_color
235 NSColor* start_color =
242 gradient = [[NSGradient alloc] initWithStartingColor:start_color
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_button.mm 47 NSColor* start_color = gfx::SkColorToCalibratedNSColor(start[button_state]);
50 start_color, 0.0,
51 start_color, 0.38,
  /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/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.mm 332 NSColor* start_color =
337 [NSArray arrayWithObjects:start_color, end_color, nil];
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.mm 336 NSColor* start_color =
341 [NSArray arrayWithObjects:start_color, end_color, nil];
  /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/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.6 
libtermcap.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libcurses.so 
libncurses.so 
libncurses.so.5 

Completed in 497 milliseconds

1 2