OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setBlendBackgroundColor
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebExternalTextureLayer.h
60
virtual void
setBlendBackgroundColor
(bool) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.h
44
virtual void
setBlendBackgroundColor
(bool blend);
web_external_texture_layer_impl.cc
56
void WebExternalTextureLayerImpl::
setBlendBackgroundColor
(bool blend) {
57
static_cast<TextureLayer*>(layer_->layer())->
SetBlendBackgroundColor
(blend);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp
93
m_layer->
setBlendBackgroundColor
(opacityMode != Opaque);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp
357
m_layer->
setBlendBackgroundColor
(m_attributes.alpha);
Completed in 413 milliseconds