Searched refs:SetBlendBackgroundColor (Results 1 – 6 of 6) sorted by relevance
64 texture_layer->SetBlendBackgroundColor(blend_background_color_); in PushPropertiesTo()207 void TextureLayerImpl::SetBlendBackgroundColor(bool blend) { in SetBlendBackgroundColor() function in cc::TextureLayerImpl
42 void SetBlendBackgroundColor(bool blend);
104 void TextureLayer::SetBlendBackgroundColor(bool blend) { in SetBlendBackgroundColor() function in cc::TextureLayer245 texture_layer->SetBlendBackgroundColor(blend_background_color_); in PushPropertiesTo()
120 void SetBlendBackgroundColor(bool blend);
210 EXPECT_SET_NEEDS_COMMIT(1, test_layer->SetBlendBackgroundColor(true)); in TEST_F()221 layer->SetBlendBackgroundColor(true); in TEST_F()
58 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend); in setBlendBackgroundColor()