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

  /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/chromium_org/printing/
page_setup.cc 96 int new_y = physical_size_.width() - local
99 new_y,
  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc 118 int new_y = bounds_at_start_.bottom() - new_height; local
128 new_height -= work_area.y() - new_y;
  /external/chromium_org/ppapi/cpp/
rect.cc 112 int32_t new_y = y(); local
116 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
117 return Rect(new_x, new_y, new_width, new_height);
216 float new_y = y(); local
220 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
221 return FloatRect(new_x, new_y, new_width, new_height);
  /external/chromium_org/ui/gfx/geometry/
rect_base_impl.h 252 Type new_y = y(); local
256 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height);
257 SetRect(new_x, new_y, new_width, new_height);
282 Type new_y = y() + (height() - new_height) / 2; local
283 SetRect(new_x, new_y, new_width, new_height);
  /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/ui/views/controls/menu/
submenu_view.cc 103 int new_y; local
105 new_y = std::max(parent()->height() - pref_height, y());
107 new_y = 0;
108 SetBounds(x(), new_y, parent()->width(), pref_height); local
  /external/chromium_org/pdf/pdfium/
pdfium_page.cc 249 double new_x, new_y; local
251 rotation, point2.x(), point2.y(), &new_x, &new_y); local
254 GetTextPage(), new_x, new_y, kTolerance, kTolerance);
257 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y);
pdfium_engine.cc 1827 int new_y = static_cast<int>(center.y() * current_zoom_) - local
    [all...]
  /external/chromium_org/ui/views/controls/
scroll_view.cc 502 const int new_y = local
509 contents_->SetY(-new_y);
  /external/chromium_org/cc/resources/
picture_layer_tiling.cc 512 int new_y = visible_rect_in_content_space.y(); local
525 extrapolation_multiplier * (new_y - old_y),
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 1386 int new_y = 10; local
    [all...]
  /external/qemu/android/skin/
window.c 1257 int new_x, new_y; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 2882 int new_y = 0; local
    [all...]

Completed in 447 milliseconds