Searched refs:OffsetX (Results 1 – 5 of 5) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
D | SDL_nxvideo.h | 66 int OffsetX, OffsetY ; member 86 #define OffsetX (this -> hidden -> OffsetX) macro
|
D | SDL_nximage.c | 51 ((x+OffsetX) * fbinfo.bytespp)); in NX_NormalUpdate() 109 GrArea (FSwindow, SDL_GC, x + OffsetX, y + OffsetY, w, h, Image_buff, in NX_NormalUpdate() 169 OffsetX = (si.cols - screen -> w) / 2 ; in NX_ResizeImage() 208 (OffsetX * fbinfo.bytespp)); in NX_RefreshDisplay() 220 GrArea (FSwindow, SDL_GC, OffsetX, OffsetY, this -> screen -> w, in NX_RefreshDisplay()
|
D | SDL_nxevents.c | 166 if (x < OffsetX || y < OffsetY || x > OffsetX + this -> screen -> w || in check_boundary() 218 SDL_PrivateMouseMotion (0, 0, event.button.x - OffsetX, in NX_PumpEvents() 252 event.button.x - OffsetX, event.button.y - OffsetY) ; in NX_PumpEvents() 269 event.button.x - OffsetX, event.button.y - OffsetY) ; in NX_PumpEvents()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_drag_controller.cc | 109 void OffsetX(int x_offset, std::vector<gfx::Rect>* rects) { in OffsetX() function 359 OffsetX(GetAttachedDragPoint(point_in_screen).x(), &drag_bounds); in Drag() 1015 OffsetX(GetAttachedDragPoint(point_in_screen).x(), &drag_bounds); in DetachIntoNewBrowserAndRunMoveLoop() 1657 OffsetX(-(*drag_bounds)[0].x(), drag_bounds); in CalculateDraggedBrowserBounds() 1692 OffsetX(delta_x, drag_bounds); in AdjustBrowserAndTabBoundsForDrag()
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiPlusMatrix.h | 110 REAL OffsetX() const in OffsetX() function
|