OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetVertexOpacity
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/layers/
ui_resource_layer.h
39
void
SetVertexOpacity
(float bottom_left,
ui_resource_layer_impl.h
40
void
SetVertexOpacity
(const float vertex_opacity[4]);
ui_resource_layer.cc
83
void UIResourceLayer::
SetVertexOpacity
(float bottom_left,
161
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.h
106
void
SetVertexOpacity
(float bottom_left,
texture_layer.cc
80
void TextureLayer::
SetVertexOpacity
(float bottom_left,
texture_layer_unittest.cc
209
EXPECT_SET_NEEDS_COMMIT(1, test_layer->
SetVertexOpacity
(
[
all
...]
Completed in 641 milliseconds