HomeSort by relevance Sort by last modified time
    Searched refs:anchor_point_z (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 78 void WebLayerImpl::setAnchorPointZ(float anchor_point_z) {
79 layer_->SetAnchorPointZ(anchor_point_z);
82 float WebLayerImpl::anchorPointZ() const { return layer_->anchor_point_z(); }
web_layer_impl.h 59 virtual void setAnchorPointZ(float anchor_point_z);
  /external/chromium_org/cc/layers/
layer.h 88 void SetAnchorPointZ(float anchor_point_z);
89 float anchor_point_z() const { return anchor_point_z_; } function in class:cc::Layer
layer_impl.h 146 void SetAnchorPointZ(float anchor_point_z);
147 float anchor_point_z() const { return anchor_point_z_; } function in class:cc::LayerImpl
layer.cc 377 void Layer::SetAnchorPointZ(float anchor_point_z) {
379 if (anchor_point_z_ == anchor_point_z)
381 anchor_point_z_ = anchor_point_z;
layer_impl.cc 653 void LayerImpl::SetAnchorPointZ(float anchor_point_z) {
654 if (anchor_point_z_ == anchor_point_z)
657 anchor_point_z_ = anchor_point_z;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc     [all...]

Completed in 635 milliseconds