OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetXYOffset
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_BWin.h
154
virtual void
SetXYOffset
(int x, int y) {
160
SDL_View->
SetXYOffset
(x, y);
SDL_BView.h
48
virtual void
SetXYOffset
(int x, int y) {
SDL_sysvideo.cc
475
SDL_Win->
SetXYOffset
(0, 0);
479
SDL_Win->
SetXYOffset
(cx, cy);
Completed in 72 milliseconds