HomeSort by relevance Sort by last modified time
    Searched refs:GetXYOffset (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h 162 virtual void GetXYOffset(int &x, int &y) {
170 SDL_View->GetXYOffset(x, y);
172 virtual void GetXYOffset(float &x, float &y) {
180 SDL_View->GetXYOffset(x, y);
SDL_BView.h 52 virtual void GetXYOffset(int &x, int &y) {
56 virtual void GetXYOffset(float &x, float &y) {
SDL_sysmouse.cc 132 SDL_Win->GetXYOffset(pt.x, pt.y);
SDL_sysevents.cc 172 GetXYOffset(x, y);
196 GetXYOffset(edge.x, edge.y);
232 GetXYOffset(center.x, center.y);
SDL_sysyuv.cc 279 SDL_Win->GetXYOffset(left,top);
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.h 66 void GetXYOffset(int &x, int &y) {
SDL_sysevents.cc 125 SDL_Win->GetXYOffset(x, y);

Completed in 219 milliseconds