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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc 165 int* old_x = x; local
174 EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks
178 // EXPECT_EQ(x, old_x);
180 old_x = NULL; // avoid breaking opt build with an unused variable warning.
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
debugallocation_test.cc 165 int* old_x = x; local
174 EXPECT_NE(x, old_x); // Allocator shouldn't return recently freed blocks
178 // EXPECT_EQ(x, old_x);
180 old_x = NULL; // avoid breaking opt build with an unused variable warning.
  /external/qemu/distrib/sdl-1.2.15/test/
testpalette.c 251 int old_x = boatx[i]; local
258 r.x = old_x;
266 updates[i].x = MIN(old_x, boatx[i]);
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 66 // normal tabs start at, and |old_x| the old x-coordinate of the tab. It is
68 void RemoveTab(int index, int start_x, int old_x);
stacked_tab_strip_layout_unittest.cc 390 int old_x = view_model_.ideal_bounds(test_data[i].remove_index).x(); local
393 old_x);
stacked_tab_strip_layout.cc 173 void StackedTabStripLayout::RemoveTab(int index, int start_x, int old_x) {
tab_strip.cc 685 int old_x = tabs_.ideal_bounds(model_index).x(); local
690 old_x);
    [all...]
  /external/chromium_org/ash/system/chromeos/
tray_caps_lock.cc 97 const int old_x = shortcut_label_->x(); variable
102 text_label_->SetSize(gfx::Size(text_size.width() + new_x - old_x,
  /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) ||
320 old_x = scaling_offset_x;
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 506 int old_x = last_visible_rect_in_content_space_.x(); local
524 skewport.Inset(extrapolation_multiplier * (new_x - old_x),
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 701 int old_x = position_.x(); local
704 client_->Scroll(pp::Point(old_x - position, 0));
    [all...]

Completed in 292 milliseconds