OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertex_opacity_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/layers/
ui_resource_layer_impl.cc
22
vertex_opacity_
[0] = 1.0f;
23
vertex_opacity_
[1] = 1.0f;
24
vertex_opacity_
[2] = 1.0f;
25
vertex_opacity_
[3] = 1.0f;
42
layer_impl->SetVertexOpacity(
vertex_opacity_
);
75
if (
vertex_opacity_
[0] == vertex_opacity[0] &&
76
vertex_opacity_
[1] == vertex_opacity[1] &&
77
vertex_opacity_
[2] == vertex_opacity[2] &&
78
vertex_opacity_
[3] == vertex_opacity[3])
80
vertex_opacity_
[0] = vertex_opacity[0]
[
all
...]
ui_resource_layer.cc
62
vertex_opacity_
[0] = 1.0f;
63
vertex_opacity_
[1] = 1.0f;
64
vertex_opacity_
[2] = 1.0f;
65
vertex_opacity_
[3] = 1.0f;
92
if (
vertex_opacity_
[0] == bottom_left &&
93
vertex_opacity_
[1] == top_left &&
94
vertex_opacity_
[2] == top_right &&
95
vertex_opacity_
[3] == bottom_right)
97
vertex_opacity_
[0] = bottom_left;
98
vertex_opacity_
[1] = top_left
[
all
...]
texture_layer.cc
36
vertex_opacity_
[0] = 1.0f;
37
vertex_opacity_
[1] = 1.0f;
38
vertex_opacity_
[2] = 1.0f;
39
vertex_opacity_
[3] = 1.0f;
85
if (
vertex_opacity_
[0] == bottom_left &&
86
vertex_opacity_
[1] == top_left &&
87
vertex_opacity_
[2] == top_right &&
88
vertex_opacity_
[3] == bottom_right)
90
vertex_opacity_
[0] = bottom_left;
91
vertex_opacity_
[1] = top_left
[
all
...]
texture_layer_impl.cc
30
vertex_opacity_
[0] = 1.0f;
31
vertex_opacity_
[1] = 1.0f;
32
vertex_opacity_
[2] = 1.0f;
33
vertex_opacity_
[3] = 1.0f;
62
texture_layer->SetVertexOpacity(
vertex_opacity_
);
181
vertex_opacity_
,
231
vertex_opacity_
[0] = vertex_opacity[0];
232
vertex_opacity_
[1] = vertex_opacity[1];
233
vertex_opacity_
[2] = vertex_opacity[2];
234
vertex_opacity_
[3] = vertex_opacity[3]
[
all
...]
ui_resource_layer.h
59
float
vertex_opacity_
[4];
member in class:cc::UIResourceLayer
texture_layer_impl.h
68
float
vertex_opacity_
[4];
member in class:cc::TextureLayerImpl
ui_resource_layer_impl.h
64
float
vertex_opacity_
[4];
member in class:cc::UIResourceLayerImpl
texture_layer.h
163
float
vertex_opacity_
[4];
member in class:cc::TextureLayer
Completed in 1048 milliseconds