Searched refs:new_top (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/base/
H A Dsimple_enclosed_region.cc92 int new_top = new_rect.y(); local
101 if (new_top <= top && new_bottom >= bottom) {
107 if (new_top < top && new_bottom >= top)
108 top = new_top;
109 if (new_bottom > bottom && new_top <= bottom)
111 } else if (top <= new_top && bottom >= new_bottom) {
117 if (top < new_top && bottom >= new_top)
118 new_top = top;
126 new_left, new_top, new_righ
[all...]
/external/chromium_org/v8/src/heap/
H A Dincremental-marking.cc609 int new_top = current; local
621 array[new_top] = dest;
622 new_top = ((new_top + 1) & mask);
623 DCHECK(new_top != marking_deque_.bottom());
633 array[new_top] = obj;
634 new_top = ((new_top + 1) & mask);
635 DCHECK(new_top != marking_deque_.bottom());
646 marking_deque_.set_top(new_top);
[all...]
H A Dspaces-inl.h239 Address new_top = current_top + size_in_bytes; local
240 if (new_top > allocation_info_.limit()) return NULL;
242 allocation_info_.set_top(new_top);
H A Dstore-buffer.cc216 Address* new_top = old_start_; local
228 *new_top++ = addr;
231 old_top_ = new_top;
H A Dspaces.cc1327 Address new_top = allocation_info_.top() + size_in_bytes; local
1328 allocation_info_.set_limit(Min(new_top, high));
1335 Address new_top = allocation_info_.top() + size_in_bytes; local
1336 Address new_limit = new_top + inline_allocation_limit_step_;
1381 Address new_top = old_top + size_in_bytes; local
1382 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_);
1386 top_on_previous_step_ = new_top;
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc443 int new_left, new_top, new_right, new_bottom; local
450 rotation, left, top, &new_left, &new_top);
464 if (new_bottom < new_top)
465 std::swap(new_bottom, new_top);
468 new_left, new_top, new_right - new_left + 1, new_bottom - new_top + 1);
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.h173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
H A Dttinterp.c3004 CUR.new_top = 0;
5085 CUR.new_top += L;
5115 CUR.new_top += L;
5687 CUR.new_top = CUR.args;
5905 CUR.new_top = CUR.args;
6159 CUR.new_top = CUR.args;
6814 CUR.new_top = CUR.args;
7089 CUR.new_top = CUR.args;
7406 CUR.new_top = CUR.args;
7541 CUR.new_top
[all...]
/external/freetype/src/truetype/
H A Dttinterp.h173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
H A Dttinterp.c3115 CUR.new_top = 0;
5194 CUR.new_top += L;
5224 CUR.new_top += L;
5796 CUR.new_top = CUR.args;
6014 CUR.new_top = CUR.args;
6268 CUR.new_top = CUR.args;
6923 CUR.new_top = CUR.args;
7204 CUR.new_top = CUR.args;
7521 CUR.new_top = CUR.args;
7656 CUR.new_top
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.h173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
H A Dttinterp.c3004 CUR.new_top = 0;
5085 CUR.new_top += L;
5115 CUR.new_top += L;
5687 CUR.new_top = CUR.args;
5906 CUR.new_top = CUR.args;
6163 CUR.new_top = CUR.args;
6818 CUR.new_top = CUR.args;
7093 CUR.new_top = CUR.args;
7410 CUR.new_top = CUR.args;
7545 CUR.new_top
[all...]

Completed in 2007 milliseconds