Searched refs:background_color (Results 1 - 25 of 98) sorted by relevance

1234

/external/chromium_org/ui/base/ime/
H A Dcomposition_underline.h23 background_color(SK_ColorTRANSPARENT) {}
31 background_color(SK_ColorTRANSPARENT) {}
38 background_color(bc) {}
44 (this->background_color == rhs.background_color);
55 SkColor background_color; member in struct:ui::CompositionUnderline
H A Dcomposition_text_util_pango_unittest.cc31 uint32 background_color; member in struct:__anon16637::Underline
102 EXPECT_EQ(a.background_color, b.background_color);
/external/chromium_org/cc/quads/
H A Dtexture_draw_quad.cc18 background_color(SK_ColorTRANSPARENT),
34 SkColor background_color,
45 this->background_color = background_color;
60 SkColor background_color,
69 this->background_color = background_color;
98 value->SetInteger("background_color", background_color);
26 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, unsigned resource_id, bool premultiplied_alpha, const gfx::PointF& uv_top_left, const gfx::PointF& uv_bottom_right, SkColor background_color, const float vertex_opacity[4], bool flipped) argument
53 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, unsigned resource_id, bool premultiplied_alpha, const gfx::PointF& uv_top_left, const gfx::PointF& uv_bottom_right, SkColor background_color, const float vertex_opacity[4], bool flipped) argument
H A Dtexture_draw_quad.h27 SkColor background_color,
40 SkColor background_color,
48 SkColor background_color; member in class:cc::TextureDrawQuad
/external/chromium_org/cc/resources/
H A Dcontent_layer_updater.h27 virtual void SetBackgroundColor(SkColor background_color) OVERRIDE;
50 SkColor background_color() const { return background_color_; } function in class:cc::ContentLayerUpdater
H A Dpicture_pile.h28 SkColor background_color,
H A Dcontent_layer_updater.cc125 void ContentLayerUpdater::SetBackgroundColor(SkColor background_color) { argument
126 background_color_ = background_color;
H A Dlayer_updater.h63 virtual void SetBackgroundColor(SkColor background_color) {} argument
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dkeyword_hint_view.h38 SkColor background_color);
52 SkColor background_color);
H A Dkeyword_hint_view.cc28 SkColor background_color)
32 CreateLabel(font_list, text_color, background_color);
38 CreateLabel(font_list, text_color, background_color);
97 SkColor background_color) {
100 label->SetBackgroundColor(background_color);
25 KeywordHintView(Profile* profile, const gfx::FontList& font_list, SkColor text_color, SkColor background_color) argument
95 CreateLabel(const gfx::FontList& font_list, SkColor text_color, SkColor background_color) argument
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.cc18 const SkColor& background_color,
25 background_color_(background_color),
12 IconWithBadgeImageSource( const gfx::ImageSkia& icon, const gfx::Size& icon_size, const gfx::Size& spacing, const std::string& text, const SkColor& text_color, const SkColor& background_color, extensions::ActionInfo::Type action_type) argument
H A Dinstant_types.cc38 background_color(),
57 background_color == rhs.background_color &&
H A Dicon_with_badge_image_source.h28 const SkColor& background_color,
H A Dbadge_util.cc111 SkColor background_color = background_color_in; local
113 background_color = SkColorSetARGB(255, 218, 0, 24);
162 rect_paint.setColor(background_color);
H A Dinstant_types.h77 RGBAColor background_color; member in struct:ThemeBackgroundInfo
/external/chromium_org/ui/app_list/views/
H A Dcached_label.cc22 bool is_opaque = SkColorGetA(background_color()) == 0xFF;
30 GetLocalBounds(), background_color(), SkXfermode::kSrc_Mode);
/external/chromium_org/cc/output/
H A Dgl_renderer_draw_cache.h36 SkColor background_color; member in struct:cc::TexturedQuadDrawCache
/external/chromium_org/ash/system/user/
H A Dbutton_from_view.cc89 SkColor background_color = local
92 views::Background::CreateSolidBackground(background_color));
93 set_background(views::Background::CreateSolidBackground(background_color));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dpresentation.c117 VdpColor *const background_color)
122 if (!background_color)
129 color.f[0] = background_color->red;
130 color.f[1] = background_color->green;
131 color.f[2] = background_color->blue;
132 color.f[3] = background_color->alpha;
146 VdpColor *const background_color)
151 if (!background_color)
162 background_color->red = color.f[0];
163 background_color
116 vlVdpPresentationQueueSetBackgroundColor(VdpPresentationQueue presentation_queue, VdpColor *const background_color) argument
145 vlVdpPresentationQueueGetBackgroundColor(VdpPresentationQueue presentation_queue, VdpColor *const background_color) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dpresentation.c117 VdpColor *const background_color)
122 if (!background_color)
129 color.f[0] = background_color->red;
130 color.f[1] = background_color->green;
131 color.f[2] = background_color->blue;
132 color.f[3] = background_color->alpha;
146 VdpColor *const background_color)
151 if (!background_color)
162 background_color->red = color.f[0];
163 background_color
116 vlVdpPresentationQueueSetBackgroundColor(VdpPresentationQueue presentation_queue, VdpColor *const background_color) argument
145 vlVdpPresentationQueueGetBackgroundColor(VdpPresentationQueue presentation_queue, VdpColor *const background_color) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Davatar_label.cc67 SkColor background_color = view.GetThemeProvider()->GetColor( local
74 background_color, SK_ColorBLACK, kAlphaForBlending));
78 paint.setColor(background_color);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h102 unsigned background_color[3]; member in struct:content::TestPlugin::Scene
119 background_color[0] = background_color[1] = background_color[2] = 0;
/external/chromium_org/ui/native_theme/
H A Dnative_theme.h106 SkColor background_color; member in struct:ui::NativeTheme::ButtonExtraParams
138 SkColor background_color; member in struct:ui::NativeTheme::MenuListExtraParams
184 SkColor background_color; member in struct:ui::NativeTheme::TextFieldExtraParams
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.h58 uint32_t background_color,
63 bool IsSquareInDC(const pp::Graphics2D& dc, uint32_t background_color,
/external/libpng/contrib/libtests/
H A Dpngstest.c2150 Background background_color; member in struct:__anon24616
2273 result->background = &result->background_color;
2279 result->background_color.ir =
2280 result->background_color.ig =
2281 result->background_color.ib = 0;
2282 result->background_color.dr =
2283 result->background_color.dg =
2284 result->background_color.db = 0;
2289 result->background_color.ir =
2290 result->background_color
3354 png_color background_color; local
[all...]

Completed in 430 milliseconds

1234