HomeSort by relevance Sort by last modified time
    Searched full:setblendbackgroundcolor (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/renderer/compositor_bindings/
web_external_texture_layer_impl.h 44 virtual void setBlendBackgroundColor(bool blend);
web_external_texture_layer_impl.cc 57 void WebExternalTextureLayerImpl::setBlendBackgroundColor(bool blend) {
58 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend);
  /external/chromium_org/cc/layers/
texture_layer_impl.h 41 void SetBlendBackgroundColor(bool blend);
texture_layer_impl.cc 64 texture_layer->SetBlendBackgroundColor(blend_background_color_);
202 void TextureLayerImpl::SetBlendBackgroundColor(bool blend) {
texture_layer.cc 101 void TextureLayer::SetBlendBackgroundColor(bool blend) {
241 texture_layer->SetBlendBackgroundColor(blend_background_color_);
texture_layer.h 117 void SetBlendBackgroundColor(bool blend);
texture_layer_unittest.cc 188 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetBlendBackgroundColor(true));
199 layer->SetBlendBackgroundColor(true);
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebExternalTextureLayer.h 60 virtual void setBlendBackgroundColor(bool) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 107 m_layer->setBlendBackgroundColor(opacityMode != Opaque);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 503 m_layer->setBlendBackgroundColor(m_actualAttributes.alpha);
    [all...]

Completed in 124 milliseconds