OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:anchor_point_z
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/layers/
layer_perftest.cc
67
float
anchor_point_z
= 0;
local
78
test_layer->SetAnchorPointZ(
anchor_point_z
);
86
anchor_point_z
+= 0.01f;
layer.h
109
void SetAnchorPointZ(float
anchor_point_z
);
110
float
anchor_point_z
() const { return anchor_point_z_; }
function in class:cc::Layer
layer_impl.h
195
void SetAnchorPointZ(float
anchor_point_z
);
196
float
anchor_point_z
() const { return anchor_point_z_; }
function in class:cc::LayerImpl
Completed in 82 milliseconds