/external/chromium_org/apps/ui/ |
web_contents_sizer.mm | 18 CGFloat new_y = 21 NSMakeRect(new_x, new_y, new_size.width(), new_size.height());
|
/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/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/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/printing/ |
page_setup.cc | 96 int new_y = physical_size_.width() - local 99 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/pdf/pdfium/ |
pdfium_page.cc | 250 double new_x, new_y; local 252 rotation, point2.x(), point2.y(), &new_x, &new_y); local 255 GetTextPage(), new_x, new_y, kTolerance, kTolerance); 258 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y);
|
pdfium_engine.cc | 1753 int new_y = static_cast<int>(center.y() * current_zoom_) - local [all...] |
/external/chromium_org/ui/gfx/android/ |
scroller.h | 68 void SetFinalY(float new_y);
|
scroller.cc | 349 void Scroller::SetFinalY(float new_y) { 350 final_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
|
/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/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_animation.mm | 112 CGFloat new_y = -origin.y + scale_offset_y; 113 transform = CGAffineTransformTranslate(transform, new_x, new_y);
|
/external/qemu/android/skin/ |
window.c | 1257 int new_x, new_y; local [all...] |
/external/chromium_org/cc/resources/ |
picture_layer_tiling.cc | 394 int new_y = visible_rect_in_content_space.y(); local 407 extrapolation_multiplier * (new_y - old_y),
|
/external/chromium_org/ui/views/controls/ |
scroll_view.cc | 488 const int new_y = local 495 contents_->SetY(-new_y);
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibvideo.c | 1386 int new_y = 10; local [all...] |
/external/libvorbis/doc/ |
07-floor1.tex | 64 We now draw new logical lines to reflect the correction to new_Y, and
|
/hardware/samsung_slsi/exynos5/libcamera/ |
ExynosCamera.cpp | 2882 int new_y = 0; local [all...] |