OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initial_y
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/views/corewm/
tooltip_win.cc
87
const int
initial_y
= location_.y();
local
88
gfx::Rect tooltip_bounds(location_.x(),
initial_y
+ 20,
91
if (tooltip_bounds.y() <
initial_y
)
92
tooltip_bounds.set_y(
initial_y
- tooltip_bounds.height() - 2);
/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();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_driver.c
906
crtc->y = output->
initial_y
+ y;
[
all
...]
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c
906
crtc->y = output->
initial_y
+ y;
[
all
...]
Completed in 99 milliseconds