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

  /external/chromium/chrome/browser/ui/views/
find_bar_host_uitest.cc 62 int new_x = -1, new_y = -1; local
63 EXPECT_TRUE(browser->GetFindWindowLocation(&new_x, &new_y));
66 EXPECT_EQ(y, new_y);
84 EXPECT_TRUE(browser->GetFindWindowLocation(&new_x, &new_y));
87 EXPECT_EQ(y, new_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacaevents.c 88 int new_x = 0, new_y = 0; local
90 new_y = ((event & 0x00000fff) >> 0) * Caca_h / caca_get_height();
91 posted += SDL_PrivateMouseMotion(0, 0, new_x, new_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c 264 Sint16 new_y = regs.r[1]; local
272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2])
297 y = topLeftY - new_y; /* Y goes from top of window/screen */
303 if (last_x != new_x || last_y != new_y)
337 last_y = new_y;
  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc 117 int new_y = bounds_at_start_.bottom() - new_height; local
127 new_height -= work_area.y() - new_y;
  /external/chromium_org/printing/
page_setup.cc 96 int new_y = physical_size_.width() - local
99 new_y,
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.cc 253 gint new_y = static_cast<gint>(new_y_double); local
266 new_x, new_y)) {
275 drag_delegate_->Dragged(gfx::Point(new_x, new_y));
  /external/chromium_org/ppapi/cpp/
rect.cc 111 int32_t new_y = y(); local
115 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
116 return Rect(new_x, new_y, new_width, new_height);
  /external/chromium_org/ui/gfx/
rect_base_impl.h 253 Type new_y = y(); local
257 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
258 SetRect(new_x, new_y, new_width, new_height);
283 Type new_y = y() + (height() - new_height) / 2; local
284 SetRect(new_x, new_y, new_width, new_height);
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 282 gdouble new_y; local
283 gdk_event_get_root_coords(event, &new_x, &new_y);
286 static_cast<gint>(new_x), static_cast<gint>(new_y))) {
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc 234 gdouble new_y; local
235 gdk_event_get_root_coords(event, &new_x, &new_y);
238 static_cast<gint>(new_x), static_cast<gint>(new_y))) {
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 99 int new_y; local
101 new_y = std::max(parent()->height() - pref_height, y());
103 new_y = 0;
104 SetBounds(x(), new_y, parent()->width(), pref_height); local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 228 new_y = text.winfo_rooty() + y
232 new_y += cy
235 new_y -= acw_height
236 acw.wm_geometry("+%d+%d" % (new_x, new_y))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoCompleteWindow.py 228 new_y = text.winfo_rooty() + y
232 new_y += cy
235 new_y -= acw_height
236 acw.wm_geometry("+%d+%d" % (new_x, new_y))
  /external/chromium_org/ui/views/controls/
scroll_view.cc 454 const int new_y = local
461 contents_->SetY(-new_y);
  /external/qemu/android/skin/
window.c 1257 int new_x, new_y; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 1386 int new_y = 10; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 2882 int new_y = 0; local
    [all...]

Completed in 3478 milliseconds