HomeSort by relevance Sort by last modified time
    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 40 virtual void setBlendBackgroundColor(bool blend);
web_external_texture_layer_impl.cc 52 void WebExternalTextureLayerImpl::setBlendBackgroundColor(bool blend) {
53 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp 90 m_layer->setBlendBackgroundColor(opacityMode != Opaque);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 309 m_layer->setBlendBackgroundColor(m_attributes.alpha);

Completed in 156 milliseconds