Searched refs:GetXYOffset (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_BWin.h | 162 virtual void GetXYOffset(int &x, int &y) { in GetXYOffset() function 170 SDL_View->GetXYOffset(x, y); in GetXYOffset() 172 virtual void GetXYOffset(float &x, float &y) { in GetXYOffset() function 180 SDL_View->GetXYOffset(x, y); in GetXYOffset()
|
D | SDL_BView.h | 52 virtual void GetXYOffset(int &x, int &y) { in GetXYOffset() function 56 virtual void GetXYOffset(float &x, float &y) { in GetXYOffset() function
|
D | SDL_sysevents.cc | 172 GetXYOffset(x, y); in DispatchMessage() 196 GetXYOffset(edge.x, edge.y); in DispatchMessage() 232 GetXYOffset(center.x, center.y); in DispatchMessage()
|
D | SDL_sysmouse.cc | 132 SDL_Win->GetXYOffset(pt.x, pt.y); in BE_WarpWMCursor()
|
D | SDL_sysyuv.cc | 279 SDL_Win->GetXYOffset(left,top); in BE_DisplayYUVOverlay()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_QWin.h | 66 void GetXYOffset(int &x, int &y) { in GetXYOffset() function
|
D | SDL_sysevents.cc | 125 SDL_Win->GetXYOffset(x, y); in QT_PumpEvents()
|