Home
last modified time | relevance | path

Searched refs:anchor_point_z_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.cc63 anchor_point_z_(0.f), in Layer()
390 if (anchor_point_z_ == anchor_point_z) in SetAnchorPointZ()
392 anchor_point_z_ = anchor_point_z; in SetAnchorPointZ()
869 layer->SetAnchorPointZ(anchor_point_z_); in PushPropertiesTo()
Dlayer.h110 float anchor_point_z() const { return anchor_point_z_; } in anchor_point_z()
602 float anchor_point_z_; variable
Dlayer_impl.h196 float anchor_point_z() const { return anchor_point_z_; } in anchor_point_z()
580 float anchor_point_z_; variable
Dlayer_impl.cc42 anchor_point_z_(0.f), in LayerImpl()
502 layer->SetAnchorPointZ(anchor_point_z_); in PushPropertiesTo()
805 if (anchor_point_z_ == anchor_point_z) in SetAnchorPointZ()
808 anchor_point_z_ = anchor_point_z; in SetAnchorPointZ()