OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetXYOffset
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BWin.h
161
virtual void
GetXYOffset
(int &x, int &y) {
169
SDL_View->
GetXYOffset
(x, y);
171
virtual void
GetXYOffset
(float &x, float &y) {
179
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_sysevents.cc
171
GetXYOffset
(x, y);
195
GetXYOffset
(edge.x, edge.y);
221
GetXYOffset
(center.x, center.y);
SDL_sysmouse.cc
132
SDL_Win->
GetXYOffset
(pt.x, pt.y);
SDL_sysyuv.cc
279
SDL_Win->
GetXYOffset
(left,top);
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.h
66
void
GetXYOffset
(int &x, int &y) {
SDL_sysevents.cc
125
SDL_Win->
GetXYOffset
(x, y);
Completed in 46 milliseconds