Searched refs:initial_y (Results 1 – 5 of 5) sorted by relevance
87 const int initial_y = location_.y(); in PositionTooltip() local88 gfx::Rect tooltip_bounds(location_.x(), initial_y + 20, in PositionTooltip()91 if (tooltip_bounds.y() < initial_y) in PositionTooltip()92 tooltip_bounds.set_y(initial_y - tooltip_bounds.height() - 2); in PositionTooltip()
253 int initial_y = kTabStripInset; in ButtonPressed() local256 if (ideal_bounds(i).bottom() > initial_y) { in ButtonPressed()266 delta = initial_y - ideal_bounds(first_vis_index).y(); in ButtonPressed()271 delta = initial_y - ideal_bounds(first_vis_index - 1).y(); in ButtonPressed()277 if (ideal_bounds(first_vis_index).y() > initial_y) { in ButtonPressed()278 delta = initial_y - ideal_bounds(first_vis_index).y(); in ButtonPressed()282 delta = initial_y - ideal_bounds(first_vis_index + 1).y(); in ButtonPressed()
122 double initial_y = y; in main() local161 std::cout << "y : " << initial_y << " -> " << y << "\n"; in main()
906 crtc->y = output->initial_y + y; in drv_adjust_frame()