Searched refs:box_pos_y_ (Results 1 – 2 of 2) sorted by relevance
32 box_pos_y_(0), in ScreenCapturerFake()94 (box_pos_y_ * size_.width() + box_pos_x_) * kBytesPerPixel; in GenerateImage()100 box_pos_y_ += box_speed_y_; in GenerateImage()101 if (box_pos_y_ + kBoxHeight >= size_.height() || box_pos_y_ == 0) in GenerateImage()
49 int box_pos_y_; variable