Searched defs:background (Results 1 - 25 of 91) sorted by relevance

1234

/external/chromium_org/content/public/common/
H A Dwindow_container_type.cc14 const char kBackground[] = "background";
21 bool background = false; local
27 background = true;
33 if (background) {
/external/skia/include/effects/
H A DSkXfermodeImageFilter.h19 * over the background. If foreground or background is NULL, the input
26 static SkXfermodeImageFilter* Create(SkXfermode* mode, SkImageFilter* background, argument
29 return SkNEW_ARGS(SkXfermodeImageFilter, (mode, background, foreground, cropRect));
46 SkXfermodeImageFilter(SkXfermode* mode, SkImageFilter* background,
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_blending.cc39 scoped_refptr<SolidColorLayer> background = local
42 // Orange child layers will blend with the green background
48 background->AddChild(green_lane);
53 background,
65 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
68 root->AddChild(background);
69 background->SetIsRootForIsolatedGroup(true);
71 // Orange child layers will blend with the green background
77 background->AddChild(green_lane);
100 scoped_refptr<SolidColorLayer> background local
[all...]
H A Dlayer_tree_host_pixeltest_masks.cc52 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
57 background->AddChild(green);
68 background,
73 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
94 background->AddChild(green);
98 background,
103 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
111 background->AddChild(clip);
126 background,
131 scoped_refptr<SolidColorLayer> background local
161 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
200 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
235 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
[all...]
H A Dlayer_tree_host_pixeltest_readback.cc103 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
108 background->AddChild(green);
111 background,
117 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
122 background->AddChild(green);
125 background,
131 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
136 background->AddChild(green);
139 background,
145 scoped_refptr<SolidColorLayer> background local
160 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
178 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
196 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
214 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
229 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
244 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
260 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
275 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
290 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
306 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
326 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
345 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
365 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
390 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
415 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
440 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
465 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
490 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
514 scoped_refptr<SolidColorLayer> background = local
534 scoped_refptr<SolidColorLayer> background = local
554 scoped_refptr<SolidColorLayer> background = local
575 scoped_refptr<SolidColorLayer> background = local
596 scoped_refptr<SolidColorLayer> background = local
617 scoped_refptr<SolidColorLayer> background = local
637 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
658 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
679 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
700 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
722 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
744 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
766 scoped_refptr<SolidColorLayer> background = local
790 scoped_refptr<SolidColorLayer> background = local
814 scoped_refptr<SolidColorLayer> background = local
839 scoped_refptr<SolidColorLayer> background = local
865 scoped_refptr<SolidColorLayer> background = local
890 scoped_refptr<SolidColorLayer> background = local
946 scoped_refptr<FakePictureLayer> background = local
975 scoped_refptr<FakePictureLayer> background = local
1004 scoped_refptr<FakePictureLayer> background = local
1035 scoped_refptr<FakePictureLayer> background = local
1065 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
[all...]
H A Dlayer_tree_host_pixeltest_filters.cc20 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
23 // The green box is entirely behind a layer with background blur, so it
29 background->AddChild(green);
30 background->AddChild(blur);
53 background,
58 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
61 // The green border is outside the layer with background blur, but the
62 // background blur should use pixels from outside its layer borders, up to the
70 background->AddChild(green_border);
71 background
100 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
181 scoped_refptr<SolidColorLayer> background = CreateSolidColorLayer( local
240 scoped_refptr<SolidColorLayer> background = local
[all...]
/external/chromium_org/pdf/
H A Ddraw_utils.h61 // entire matrix from black to background color.
65 ShadowMatrix(uint32 depth, double factor, uint32 background);
73 uint32 background() const { return background_; } function in class:chrome_pdf::ShadowMatrix
H A Dpage_indicator.cc42 const pp::ImageData& background) {
43 background_ = background;
63 // Copying the background image to a temporary buffer.
41 Configure(const pp::Point& origin, const pp::ImageData& background) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBackgroundData.h50 const FillLayer& background() const { return m_background; } function in class:blink::StyleBackgroundData
/external/chromium_org/third_party/skia/include/effects/
H A DSkXfermodeImageFilter.h19 * over the background. If foreground or background is NULL, the input
26 static SkXfermodeImageFilter* Create(SkXfermode* mode, SkImageFilter* background, argument
30 SkImageFilter* inputs[2] = { background, foreground };
/external/chromium_org/ash/wm/
H A Droot_window_layout_manager.cc44 DesktopBackgroundWidgetController* background = local
47 if (!background && root_window_controller->animating_wallpaper_controller()) {
48 background = root_window_controller->animating_wallpaper_controller()->
51 if (background)
52 background->SetBounds(fullscreen_bounds);
/external/chromium_org/base/win/
H A Dwrapped_window_proc.cc40 HBRUSH background,
53 class_out->hbrBackground = background;
33 InitializeWindowClass( const char16* class_name, WNDPROC window_proc, UINT style, int class_extra, int window_extra, HCURSOR cursor, HBRUSH background, const char16* menu_name, HICON large_icon, HICON small_icon, WNDCLASSEX* class_out) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayerFragment.h41 void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, const ClipRect& outline) argument
44 backgroundRect = background;
/external/libpng/contrib/gregbook/
H A Dwritepng.c164 png_color_16 background; local
166 background.red = mainprog_ptr->bg_red;
167 background.green = mainprog_ptr->bg_green;
168 background.blue = mainprog_ptr->bg_blue;
169 png_set_bKGD(png_ptr, info_ptr, &background);
/external/chromium_org/ash/shelf/
H A Doverflow_button.cc60 // Nudge the background a little to line up right.
100 const gfx::ImageSkia* background = local
104 bounds.right() - background->width() -
106 bounds.y() + (bounds.height() - background->height()) / 2,
107 background->width(), background->height());
111 bounds.y() + (bounds.height() - background->height()) / 2,
112 background->width(), background->height());
115 bounds.x() + (bounds.width() - background
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dbackground.js14 background: 'white',
42 ((seg % 2) == 0) ? colors.progressColor : colors.background);
78 ctx.strokeStyle = colors.background;
94 ctx.strokeStyle = colors.background;
111 ctx.strokeStyle = colors.background;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuStyle.h39 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride, BackgroundColorType backgroundColorType = DefaultBackgroundColor) argument
41 , m_backgroundColor(background)
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp84 void PageWidgetDelegate::paint(Page* page, PageOverlayList* overlays, WebCanvas* canvas, const WebRect& rect, CanvasBackground background, LocalFrame* rootFrame) argument
89 gc.setCertainlyOpaque(background == Opaque);
/external/chromium_org/ui/views/
H A Dbackground.cc5 #include "ui/views/background.h"
18 // background in a solid color.
26 // Fill the background. Note that we don't constrain to the bounds as
103 Background* background = CreateBackgroundPainter( local
105 background->SetNativeControlColor(
108 return background;
116 Background* background = CreateBackgroundPainter( local
118 background->SetNativeControlColor(
121 return background;
/external/chromium_org/base/process/
H A Dprocess_linux.cc23 // We are more aggressive in our lowering of background process priority
33 const char kBackground[] = "/chrome_renderers/background";
40 // all background renderers. This allows us to limit the impact of background
89 bool Process::SetProcessBackgrounded(bool background) { argument
96 background ?
105 int priority = background ? kBackgroundPriority : kForegroundPriority;
/external/chromium_org/chrome/browser/mac/
H A Drelauncher.cc60 const char kRelauncherBackgroundArg[] = "--background";
294 // start it in the background.
295 bool background = false; local
313 background = true;
352 (background ? kLSLaunchDontSwitch : 0),
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.cc16 #include "ui/views/background.h"
28 // Background to paint toolbar background with rounded corners.
56 // Find the offset from which to tile the toolbar background image.
61 // Finally, calculate the background image tiling offset.
65 gfx::ImageSkia background = *tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR); local
72 // Stretch the middle background to cover the entire area.
73 canvas->TileImageInt(background, origin.x(), origin.y(),
/external/chromium_org/remoting/host/
H A Ddisconnect_window_linux.cc115 // Allow custom rendering of the background pixmap.
118 // Handle window resizing, to regenerate the background pixmap and window
153 // readable against the window's background pixmap.
224 // Create a full-color pixmap for the window background image.
225 GdkPixmap* background = gdk_pixmap_new(NULL, current_width_, current_height_, local
227 cairo_context = gdk_cairo_create(background);
269 gdk_window_set_back_pixmap(widget->window, background, FALSE);
270 g_object_unref(background);
/external/chromium_org/third_party/skia/gm/
H A Dshaderbounds.cpp81 SkShader* MakeShader(int width, int height, bool background) { argument
83 if (background) {
90 SkShader* shader = fShaderMaker(shaderWidth, shaderHeight, background, shaderScale);
100 SkShader* MakeShader(bool background);
/external/chromium_org/third_party/skia/src/effects/
H A DSkXfermodeImageFilter.cpp58 SkBitmap background = src, foreground = src; local
63 !backgroundInput->filterImage(proxy, src, ctx, &background, &backgroundOffset)) {
64 background.reset();
77 if (!applyCropRect(ctx, background, backgroundOffset, &bounds)) {
79 background.reset();
94 canvas.drawBitmap(background, SkIntToScalar(backgroundOffset.fX),
119 SkBitmap background = src; local
121 if (getInput(0) && !getInput(0)->getInputResultGPU(proxy, src, ctx, &background,
125 GrTexture* backgroundTex = background.getTexture();

Completed in 3078 milliseconds

1234