Searched defs:transparent (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableColorTest.cpp42 Color transparent = AnimatableColorImpl(Color::transparent).toColor(); local
43 EXPECT_EQ(transparent.rgb(), Color::transparent);
/external/chromium_org/ui/views/test/
H A Dtest_views_delegate.h29 void set_use_transparent_windows(bool transparent) { argument
30 use_transparent_windows_ = transparent;
/external/lldb/source/Interpreter/
H A DProperty.cpp202 const bool transparent = m_value_sp->ValueIsTransparent (); local
203 if (dump_desc || !transparent)
218 if (transparent && (dump_mask == (OptionValue::eDumpOptionName | OptionValue::eDumpOptionDescription)))
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp45 const RGBA32 Color::transparent; member in class:blink::Color
H A DColor.h65 Color() : m_color(Color::transparent) { }
134 static const RGBA32 transparent = 0x00000000; member in class:blink::Color
/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc97 bool transparent) {
98 layer_tree_host_->set_has_transparent_background(transparent);
96 setHasTransparentBackground( bool transparent) argument
/external/chromium_org/third_party/skia/gm/
H A Dxfermodes.cpp16 SkBitmap* transparent) {
44 transparent->allocN32Pixels(w, h);
45 transparent->eraseColor(SK_ColorTRANSPARENT);
64 //! A W/2xH/2 transparent image.
15 make_bitmaps(int w, int h, SkBitmap* src, SkBitmap* dst, SkBitmap* transparent) argument
/external/chromium_org/ui/aura/
H A Dwindow.h101 bool transparent() const { return transparent_; } function in class:aura::Window
102 void SetTransparent(bool transparent);
H A Dwindow.cc315 void Window::SetTransparent(bool transparent) { argument
316 transparent_ = transparent;
349 // transparent since the window would still be considered to be active but
/external/skia/gm/
H A Dxfermodes.cpp16 SkBitmap* transparent) {
44 transparent->allocN32Pixels(w, h);
45 transparent->eraseColor(SK_ColorTRANSPARENT);
64 //! A W/2xH/2 transparent image.
15 make_bitmaps(int w, int h, SkBitmap* src, SkBitmap* dst, SkBitmap* transparent) argument
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.h89 // Get/Set whether this instance is transparent. This only applies to
93 // opaque since it always tells us if it's transparent during NPP_New.
94 bool transparent() { return transparent_; } function in class:content::PluginInstance
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc166 bool* transparent,
171 *transparent = false;
209 *transparent = delegate_->instance()->transparent();
165 OnInit(const PluginMsg_Init_Params& params, bool* transparent, bool* result) argument
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp116 int transparent, int width)
119 if (*src != transparent) {
128 const ColorMapObject* cmap, int transparent, int copyWidth,
136 copyLine(dst, src, cmap, transparent, copyWidth);
145 int transparent)
163 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
166 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
176 int transparent)
115 copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
127 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
144 blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
175 blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
223 int transparent = -1; local
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFImage.cpp204 * completely transparent. May be NULL. Only valid when
208 * entirely transparent or opaque.
222 bool transparent = extractAlpha; local
234 &isOpaque, &transparent);
243 &isOpaque, &transparent);
250 &isOpaque, &transparent);
259 *isTransparent = transparent;
261 if (extractAlpha && (transparent || isOpaque)) {
391 // transparent pixels with their surrounding neighbors
398 // and the should-be-transparent pixel
[all...]
/external/skia/src/images/
H A DSkMovie_gif.cpp116 int transparent, int width)
119 if (*src != transparent) {
128 const ColorMapObject* cmap, int transparent, int copyWidth,
136 copyLine(dst, src, cmap, transparent, copyWidth);
145 int transparent)
163 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 0);
166 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 8, 4);
169 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 4, 2);
171 copyInterlaceGroup(bm, src, cmap, transparent, copyWidth, copyHeight, frame->ImageDesc, 2, 1);
176 int transparent)
115 copyLine(uint32_t* dst, const unsigned char* src, const ColorMapObject* cmap, int transparent, int width) argument
127 copyInterlaceGroup(SkBitmap* bm, const unsigned char*& src, const ColorMapObject* cmap, int transparent, int copyWidth, int copyHeight, const GifImageDesc& imageDesc, int rowStep, int startRow) argument
144 blitInterlace(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
175 blitNormal(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap, int transparent) argument
223 int transparent = -1; local
[all...]
/external/skia/src/pdf/
H A DSkPDFImage.cpp203 * completely transparent. May be NULL. Only valid when
207 * entirely transparent or opaque.
221 bool transparent = extractAlpha; local
233 &isOpaque, &transparent);
242 &isOpaque, &transparent);
249 &isOpaque, &transparent);
258 *isTransparent = transparent;
260 if (extractAlpha && (transparent || isOpaque)) {
390 // transparent pixels with their surrounding neighbors
397 // and the should-be-transparent pixel
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h214 void set_has_transparent_background(bool transparent) { argument
215 has_transparent_background_ = transparent;
H A Dlayer_tree_impl.h163 void set_has_transparent_background(bool transparent) { argument
164 has_transparent_background_ = transparent;
/external/chromium_org/content/shell/browser/
H A Dshell_views.cc63 void SetUseTransparentWindows(bool transparent) { argument
64 use_transparent_windows_ = transparent;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocalFrame.cpp426 void LocalFrame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent, argument
453 frameView->updateBackgroundRecursively(backgroundColor, transparent);
/external/chromium_org/ui/gfx/
H A Drender_text.h270 void set_background_is_transparent(bool transparent) { argument
271 background_is_transparent_ = transparent;
691 // Is the background transparent (either partially or fully)?
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc505 XRenderColor transparent = {0}; local
509 &transparent,
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc608 void RenderWidgetCompositor::setHasTransparentBackground(bool transparent) { argument
609 layer_tree_host_->set_has_transparent_background(transparent);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp298 FrameTestHelpers::loadHTMLString(webView->mainFrame(), "<html><head><style>body {background-color:transparent}</style></head></html>", baseURL);
299 // Expected: transparent on top of kTransparent will still be transparent.
305 frame->createView(IntSize(1024, 768), Color::transparent, true); member in class:__anon11422::Color
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc396 // is therefore transparent. Note: This is not equivalent to calling
974 bool transparent = ShouldUseNativeFrame() && !IsFullscreen(); local
975 compositor()->SetHostHasTransparentBackground(transparent);
976 window()->SetTransparent(transparent);
977 content_window_->SetTransparent(transparent);

Completed in 2142 milliseconds

12