OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GapiInfo
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_gapidibvideo.h
35
typedef struct
GapiInfo
GapiInfo
;
52
GapiInfo
*
gapiInfo
;
SDL_dibevents.c
91
static void GapiTransform(
GapiInfo
*
gapiInfo
, LONG *x, LONG *y)
93
if(
gapiInfo
->hiresFix)
100
if((!
gapiInfo
->userOrientation &&
gapiInfo
->systemOrientation && !
gapiInfo
->gapiOrientation) ||
102
(
gapiInfo
->userOrientation && !
gapiInfo
->systemOrientation &&
gapiInfo
->gapiOrientation) ||
104
(
gapiInfo
->userOrientation && !gapiInfo->systemOrientation && !gapiInfo->gapiOrientation)
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h
119
struct
GapiInfo
{
SDL_gapivideo.c
58
#define gapi this->hidden->
gapiInfo
259
SDL_free(device->hidden->
gapiInfo
);
285
device->hidden->
gapiInfo
= (
GapiInfo
*)SDL_malloc((sizeof(
GapiInfo
)));
286
if(device->hidden->
gapiInfo
== NULL)
300
SDL_memset(device->hidden->
gapiInfo
, 0, (sizeof *device->hidden->
gapiInfo
));
343
#define gx device->hidden->
gapiInfo
->gxFunc
[
all
...]
Completed in 508 milliseconds