Searched defs:SetVertexOpacity (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
H A Dui_resource_layer.cc84 void UIResourceLayer::SetVertexOpacity(float bottom_left, function in class:cc::UIResourceLayer
163 layer_impl->SetVertexOpacity(vertex_opacity_);
H A Dui_resource_layer_impl.cc42 layer_impl->SetVertexOpacity(vertex_opacity_);
74 void UIResourceLayerImpl::SetVertexOpacity(const float vertex_opacity[4]) { function in class:cc::UIResourceLayerImpl
H A Dtexture_layer_impl.cc62 texture_layer->SetVertexOpacity(vertex_opacity_);
230 void TextureLayerImpl::SetVertexOpacity(const float vertex_opacity[4]) { function in class:cc::TextureLayerImpl
H A Dtexture_layer.cc77 void TextureLayer::SetVertexOpacity(float bottom_left, function in class:cc::TextureLayer
243 texture_layer->SetVertexOpacity(vertex_opacity_);

Completed in 281 milliseconds