Searched refs:new_y (Results 1 - 15 of 15) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/caca/
H A DSDL_cacaevents.c88 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/ppapi/cpp/
H A Drect.cc112 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/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosevents.c264 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/
H A Dpanel_resize_controller.cc118 int new_y = bounds_at_start_.bottom() - new_height; local
128 new_height -= work_area.y() - new_y;
/external/chromium_org/printing/
H A Dpage_setup.cc96 int new_y = physical_size_.width() - local
99 new_y,
/external/chromium_org/ui/gfx/android/
H A Dscroller.h68 void SetFinalY(float new_y);
H A Dscroller.cc349 void Scroller::SetFinalY(float new_y) { argument
350 final_y_ = new_y;
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc103 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/ui/gfx/geometry/
H A Drect_base_impl.h252 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/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc249 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);
H A Dpdfium_engine.cc1827 int new_y = static_cast<int>(center.y() * current_zoom_) - local
1829 if (new_y < 0)
1830 new_y = 0;
1831 client_->ScrollToY(new_y);
/external/chromium_org/ui/views/controls/
H A Dscroll_view.cc502 const int new_y = local
509 contents_->SetY(-new_y);
/external/qemu/android/skin/
H A Dwindow.c1257 int new_x, new_y; local
1266 new_y = (monitor.h - win_h)/2;
1269 if (new_y < 0)
1270 new_y = 0;
1273 SDL_WM_SetPos(new_x, new_y);
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c1386 int new_y = 10; local
1393 new_y = data.primary.top + (primary_h - this->screen->h)/2;
1395 DIB_SetWinPos(this, new_x, new_y);
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.cc512 int new_y = visible_rect_in_content_space.y(); local
525 extrapolation_multiplier * (new_y - old_y),

Completed in 366 milliseconds