OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anchor_point_z
(Results
1 - 8
of
8
) 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
layer.cc
388
void Layer::SetAnchorPointZ(float
anchor_point_z
) {
390
if (anchor_point_z_ ==
anchor_point_z
)
392
anchor_point_z_ =
anchor_point_z
;
[
all
...]
layer_impl.cc
804
void LayerImpl::SetAnchorPointZ(float
anchor_point_z
) {
805
if (anchor_point_z_ ==
anchor_point_z
)
808
anchor_point_z_ =
anchor_point_z
;
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
90
void WebLayerImpl::setAnchorPointZ(float
anchor_point_z
) {
91
layer_->SetAnchorPointZ(
anchor_point_z
);
94
float WebLayerImpl::anchorPointZ() const { return layer_->
anchor_point_z
(); }
web_layer_impl.h
69
virtual void setAnchorPointZ(float
anchor_point_z
);
/external/chromium_org/cc/trees/
layer_tree_host_common.cc
[
all
...]
Completed in 207 milliseconds