OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetXYOffset
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_BView.h
52
virtual void
GetXYOffset
(int &x, int &y) {
56
virtual void
GetXYOffset
(float &x, float &y) {
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);
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.h
66
void
GetXYOffset
(int &x, int &y) {
Completed in 1030 milliseconds