OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_y
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
pnw_rotate.c
304
int old_bufw = 0, old_bufh = 0, old_x = 0,
old_y
= 0, old_w = 0, old_h = 0;
local
315
(old_x != scaling_offset_x) || (
old_y
!= scaling_offset_y) ||
321
old_y
= scaling_offset_y;
/external/chromium_org/cc/resources/
picture_layer_tiling.cc
507
int
old_y
= last_visible_rect_in_content_space_.y();
local
525
extrapolation_multiplier * (new_y -
old_y
),
[
all
...]
/external/chromium_org/pdf/pdfium/
pdfium_engine.cc
710
int
old_y
= position_.y();
local
713
client_->Scroll(pp::Point(0,
old_y
- position));
[
all
...]
Completed in 200 milliseconds