OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_bottom
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/
multitouch-screen.c
293
const int
new_bottom
= y + h;
local
305
if (bottom <
new_bottom
) {
306
bottom =
new_bottom
;
/external/chromium_org/pdf/pdfium/
pdfium_page.cc
444
int new_left, new_top, new_right,
new_bottom
;
local
458
rotation, right, bottom, &new_right, &
new_bottom
);
465
if (
new_bottom
< new_top)
466
std::swap(
new_bottom
, new_top);
469
new_left, new_top, new_right - new_left + 1,
new_bottom
- new_top + 1);
/external/chromium_org/cc/resources/
picture_layer_tiling.cc
396
int
new_bottom
= visible_rect_in_content_space.bottom();
local
409
extrapolation_multiplier * (old_bottom -
new_bottom
));
Completed in 179 milliseconds