Searched refs:initial_y (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/examples/
H A Dcircle_fit.cc122 double initial_y = y; local
161 std::cout << "y : " << initial_y << " -> " << y << "\n";
/external/kernel-headers/original/uapi/linux/
H A Domap3isp.h326 * @initial_y: Y position, in pixels, of the first active pixel in reference
340 __u8 initial_y; member in struct:omap3isp_ccdc_lsc_config
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer_unittest.cc1146 int initial_y = 10; local
1148 int attach_y = work_area.bottom() - window_->bounds().height() - initial_y;
1152 expected.set_y(attach_y + initial_y - 10);
1157 expected.set_y(attach_y + initial_y);
1161 expected.set_y(attach_y + initial_y);
1165 expected.set_y(attach_y + initial_y);
1170 expected.set_y(attach_y + initial_y + 18);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c906 crtc->y = output->initial_y + y;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_driver.c906 crtc->y = output->initial_y + y;

Completed in 276 milliseconds