Home | History | Annotate | Download | only in gfx

Lines Matching refs:bounds_

74       bounds_(bounds),
124 return gfx::Insets(work_area_.y() - bounds_.y(),
125 work_area_.x() - bounds_.x(),
126 bounds_.bottom() - work_area_.bottom(),
127 bounds_.right() - work_area_.right());
133 Insets insets = bounds_.InsetsFrom(work_area_);
143 bounds_ = gfx::Rect(
152 gfx::Point origin = bounds_.origin();
162 work_area_ = bounds_;
174 bounds_.ToString().c_str(),