Home
last modified time | relevance | path

Searched refs:SetBlendBackgroundColor (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
Dtexture_layer_impl.cc64 texture_layer->SetBlendBackgroundColor(blend_background_color_); in PushPropertiesTo()
207 void TextureLayerImpl::SetBlendBackgroundColor(bool blend) { in SetBlendBackgroundColor() function in cc::TextureLayerImpl
Dtexture_layer_impl.h42 void SetBlendBackgroundColor(bool blend);
Dtexture_layer.cc104 void TextureLayer::SetBlendBackgroundColor(bool blend) { in SetBlendBackgroundColor() function in cc::TextureLayer
245 texture_layer->SetBlendBackgroundColor(blend_background_color_); in PushPropertiesTo()
Dtexture_layer.h120 void SetBlendBackgroundColor(bool blend);
Dtexture_layer_unittest.cc210 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetBlendBackgroundColor(true)); in TEST_F()
221 layer->SetBlendBackgroundColor(true); in TEST_F()
/external/chromium_org/cc/blink/
Dweb_external_texture_layer_impl.cc58 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend); in setBlendBackgroundColor()