Home
last modified time | relevance | path

Searched refs:bounds_delta_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_impl.h368 gfx::Vector2dF bounds_delta() const { return bounds_delta_; } in bounds_delta()
609 gfx::Vector2dF bounds_delta_; variable
Dlayer_impl.cc780 return gfx::ToCeiledSize(gfx::SizeF(bounds_.width() + bounds_delta_.x(), in bounds()
781 bounds_.height() + bounds_delta_.y())); in bounds()
798 if (bounds_delta_ == bounds_delta) in SetBoundsDelta()
801 bounds_delta_ = bounds_delta; in SetBoundsDelta()