Searched refs:GetXYOffset (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_BWin.h | 161 virtual void GetXYOffset(int &x, int &y) { in GetXYOffset() function 169 SDL_View->GetXYOffset(x, y); in GetXYOffset() 171 virtual void GetXYOffset(float &x, float &y) { in GetXYOffset() function 179 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 | 171 GetXYOffset(x, y); in DispatchMessage() 195 GetXYOffset(edge.x, edge.y); in DispatchMessage() 221 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.12/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()
|