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

  /external/chromium_org/cc/base/
simple_enclosed_region.cc 93 int new_right = new_rect.right(); local
102 if (new_left < left && new_right >= left)
104 if (new_right > right && new_left <= right)
105 right = new_right;
106 } else if (new_left <= left && new_right >= right) {
114 if (right > new_right && left <= new_right)
115 new_right = right;
116 } else if (left <= new_left && right >= new_right) {
126 new_left, new_top, new_right - new_left, new_bottom - new_top)
    [all...]
  /external/qemu/android/
multitouch-screen.c 292 const int new_right = x + w; local
302 if (right < new_right) {
303 right = new_right;
  /external/chromium_org/pdf/pdfium/
pdfium_page.cc 443 int new_left, new_top, new_right, new_bottom; local
457 rotation, right, bottom, &new_right, &new_bottom);
462 if (new_right < new_left)
463 std::swap(new_right, new_left);
468 new_left, new_top, new_right - new_left + 1, new_bottom - new_top + 1);
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 1073 PRUint64 new_right; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py     [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 513 int new_right = visible_rect_in_content_space.right(); local
526 extrapolation_multiplier * (old_right - new_right),
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 2340 CompareICState::State new_right = local
2345 CompareICStub stub(isolate(), op_, new_left, new_right, state); local
    [all...]

Completed in 225 milliseconds