OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EPOC_CreateWMCursor
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp
140
static WMcursor *
EPOC_CreateWMCursor
(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
211
device->CreateWMCursor =
EPOC_CreateWMCursor
;
581
WMcursor *
EPOC_CreateWMCursor
(_THIS, Uint8* /*data*/, Uint8* /*mask*/, int /*w*/, int /*h*/, int /*hot_x*/, int /*hot_y*/)
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp
147
static WMcursor *
EPOC_CreateWMCursor
(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
219
device->CreateWMCursor =
EPOC_CreateWMCursor
;
[
all
...]
Completed in 31 milliseconds