HomeSort by relevance Sort by last modified time
    Searched refs:new_top (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cc/base/
simple_enclosed_region.cc 92 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_right - new_left, new_bottom - new_top)
    [all...]
  /external/chromium_org/v8/src/heap/
incremental-marking.cc 609 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...]
spaces-inl.h 239 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);
store-buffer.cc 216 Address* new_top = old_start_; local
228 *new_top++ = addr;
231 old_top_ = new_top;
spaces.cc 1327 Address new_top = allocation_info_.top() + size_in_bytes; local
1335 Address new_top = allocation_info_.top() + size_in_bytes; local
1381 Address new_top = old_top + size_in_bytes; local
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_page.cc 443 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/
ttinterp.h 173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
ttinterp.c     [all...]
  /external/freetype/src/truetype/
ttinterp.h 173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
ttinterp.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.h 173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
ttinterp.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 265 self.top_level = new_top = {}
267 new_top[func_strip_path(func)] = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 265 self.top_level = new_top = {}
267 new_top[func_strip_path(func)] = None

Completed in 2188 milliseconds