HomeSort by relevance Sort by last modified time
    Searched full:background_color (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/chromium_org/ui/native_theme/
native_theme.h 98 SkColor background_color; member in struct:ui::NativeTheme::ButtonExtraParams
130 SkColor background_color; member in struct:ui::NativeTheme::MenuListExtraParams
176 SkColor background_color; member in struct:ui::NativeTheme::TextFieldExtraParams
  /external/chromium_org/webkit/child/
webfallbackthemeengine_impl.cc 109 native_theme_extra_params->button.background_color =
117 native_theme_extra_params->text_field.background_color =
129 native_theme_extra_params->menu_list.background_color =
webthemeengine_impl_android.cc 112 native_theme_extra_params->button.background_color =
120 native_theme_extra_params->text_field.background_color =
132 native_theme_extra_params->menu_list.background_color =
webthemeengine_impl_default.cc 109 native_theme_extra_params->button.background_color =
117 native_theme_extra_params->text_field.background_color =
129 native_theme_extra_params->menu_list.background_color =
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 157 uint32_t background_color,
167 desired_color = background_color;
176 uint32_t background_color,
185 return IsSquareInImage(readback, background_color, square, square_color);
383 const uint32_t background_color = 0xFFFFFFFF; local
386 FillRectInImage(&background, pp::Rect(0, 0, w, h), background_color);
395 FillRectInImage(&fill, pp::Rect(fill.size()), background_color);
400 ASSERT_TRUE(IsDCUniformColor(dc, background_color));
409 ASSERT_TRUE(IsSquareInDC(dc, background_color,
424 ASSERT_TRUE(IsSquareInDC(dc, background_color, pp::Rect(0, 0, 1, 1)
571 const int32_t background_color = 0xFF0000FF; local
    [all...]
  /external/chromium/webkit/glue/
webthemeengine_impl_linux.cc 110 native_theme_extra_params->button.background_color =
118 native_theme_extra_params->text_field.background_color =
130 native_theme_extra_params->menu_list.background_color =
  /external/chromium_org/chrome/common/
badge_util.cc 156 SkColor background_color = background_color_in; local
158 background_color = SkColorSetARGB(255, 218, 0, 24);
195 rect_paint.setColor(background_color);
instant_types.h 118 RGBAColor background_color; member in struct:ThemeBackgroundInfo
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.mm 150 NSColor* background_color,
153 background_color_.reset([background_color retain]);
  /external/chromium_org/cc/layers/
texture_layer_impl.cc 169 background_color() : SK_ColorTRANSPARENT;
206 if (blend_background_color_ && (SkColorGetA(background_color()) == 0xFF))
layer.cc 396 void Layer::SetBackgroundColor(SkColor background_color) {
398 if (background_color_ == background_color)
400 background_color_ = background_color;
405 SkColor color = background_color();
411 color = layer->background_color();
416 color = layer_tree_host_->background_color();
    [all...]
layer.h 112 virtual void SetBackgroundColor(SkColor background_color);
113 SkColor background_color() const { return background_color_; } function in class:cc::Layer
115 // non-opaque color. Tries to return background_color(), if possible.
layer_impl.h 198 void SetBackgroundColor(SkColor background_color);
199 SkColor background_color() const { return background_color_; } function in class:cc::LayerImpl
201 // non-opaque color. Tries to return background_color(), if possible.
layer_impl.cc 812 void LayerImpl::SetBackgroundColor(SkColor background_color) {
813 if (background_color_ == background_color)
816 background_color_ = background_color;
821 SkColor color = background_color();
827 color = layer->background_color();
832 color = layer_tree_impl()->background_color();
    [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 132 // outside of the lines are colored in "background_color".
136 SkColor background_color, SkColor grid_color,
141 ASSERT_NE(background_color, grid_color);
152 *bmp->getAddr32(x, y) = (on_grid ? grid_color : background_color);
364 const SkColor grid_color = SK_ColorRED, background_color = SK_ColorBLUE;
367 background_color, grid_color,
584 SkColor grid_color = SK_ColorRED, background_color = SK_ColorBLUE; local
587 background_color, grid_color,
  /packages/apps/Launcher3/src/com/android/launcher3/
WeightWatcher.java 41 private static final int BACKGROUND_COLOR = 0xc0000000;
104 setBackgroundColor(BACKGROUND_COLOR);
  /external/chromium_org/chrome/browser/search/
instant_service.cc 343 SkColor background_color = local
362 background_color = color_utils::InvertColor(background_color);
371 theme_info_->background_color = SkColorToRGBAColor(background_color);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 270 const SkColor background_color = GetNativeTheme()->GetSystemColor( local
272 set_color(background_color);
274 set_background(views::Background::CreateSolidBackground(background_color));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 83 static final int BACKGROUND_COLOR = Color.BLACK;
261 mFadePaint.setColor(BACKGROUND_COLOR);
267 mPaint.setColor(BACKGROUND_COLOR);
468 mPaint.setColor(BACKGROUND_COLOR);
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.h 52 const SkColor& background_color);
  /external/chromium_org/cc/resources/
picture_pile.cc 151 SkColor background_color,
157 background_color_ = background_color;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
mixer.c 577 const VdpColor *background_color; local
594 background_color = attribute_values[i];
595 color.f[0] = background_color->red;
596 color.f[1] = background_color->green;
597 color.f[2] = background_color->blue;
598 color.f[3] = background_color->alpha;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 577 const VdpColor *background_color; local
594 background_color = attribute_values[i];
595 color.f[0] = background_color->red;
596 color.f[1] = background_color->green;
597 color.f[2] = background_color->blue;
598 color.f[3] = background_color->alpha;
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 139 canvas->FillRectInt(background_color(state), 1, 1, w, h - 2);
148 canvas->FillRectInt(background_color(state), 1, 1, w - 2, h - 2);
161 canvas->FillRectInt(background_color(state), 0, 1, w - 1, h - 2);
170 canvas->FillRectInt(background_color(state), 1, 1, w - 2, h - 2);
196 static SkColor background_color(CustomButton::ButtonState state) { function in class:__anon2445::MenuButtonBackground
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java 155 private static final int BACKGROUND_COLOR = 0x70000000;
174 canvas.drawColor(BACKGROUND_COLOR, PorterDuff.Mode.SRC);
200 d.setColorFilter(BACKGROUND_COLOR, PorterDuff.Mode.SRC_OVER);

Completed in 592 milliseconds

12 3 4 5