HomeSort by relevance Sort by last modified time
    Searched refs:initial_y (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/examples/
circle_fit.cc 122 double initial_y = y; local
161 std::cout << "y : " << initial_y << " -> " << y << "\n";
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 253 int initial_y = kTabStripInset; local
256 if (ideal_bounds(i).bottom() > initial_y) {
266 delta = initial_y - ideal_bounds(first_vis_index).y();
271 delta = initial_y - ideal_bounds(first_vis_index - 1).y();
277 if (ideal_bounds(first_vis_index).y() > initial_y) {
278 delta = initial_y - ideal_bounds(first_vis_index).y();
282 delta = initial_y - ideal_bounds(first_vis_index + 1).y();

Completed in 145 milliseconds