Searched refs:current_x_ (Results 1 – 4 of 4) sorted by relevance
50 current_x_(0), in PanelManager()69 current_x_ = work_area.right(); in OnDisplayChanged()131 current_x_ = (*iter)->bounds().x() + (*iter)->bounds().width(); in DoRemove()304 int x = current_x_ - width; in ComputeBoundsForNextPanel()310 current_x_ -= width + kPanelsHorizontalSpacing; in ComputeBoundsForNextPanel()
104 int current_x_; variable
383 current_x_(0), in PixelRefIterator()401 current_x_ = 1; in PixelRefIterator()428 current_x_ = min_point_.x() - cell_size.width(); in PixelRefIterator()448 current_x_ += cell_size.width(); in operator ++()449 if (current_x_ > max_point_.x()) { in operator ++()451 current_x_ = min_point_.x(); in operator ++()460 PixelRefMapKey key(current_x_, current_y_); in operator ++()
113 int current_x_; variable