OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetVertexOpacity
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/layers/
ui_resource_layer.cc
84
void UIResourceLayer::
SetVertexOpacity
(float bottom_left,
163
layer_impl->
SetVertexOpacity
(vertex_opacity_);
ui_resource_layer_impl.cc
42
layer_impl->
SetVertexOpacity
(vertex_opacity_);
74
void UIResourceLayerImpl::
SetVertexOpacity
(const float vertex_opacity[4]) {
texture_layer_impl.cc
62
texture_layer->
SetVertexOpacity
(vertex_opacity_);
230
void TextureLayerImpl::
SetVertexOpacity
(const float vertex_opacity[4]) {
texture_layer.cc
77
void TextureLayer::
SetVertexOpacity
(float bottom_left,
243
texture_layer->
SetVertexOpacity
(vertex_opacity_);
Completed in 208 milliseconds