OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_Color
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h
55
typedef struct
SDL_Color
{
60
}
SDL_Color
;
61
#define SDL_Colour
SDL_Color
65
SDL_Color
*colors;
467
SDL_Color
*colors, int firstcolor, int ncolors);
486
SDL_Color
*colors, int firstcolor,
[
all
...]
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h
55
typedef struct
SDL_Color
{
60
}
SDL_Color
;
61
#define SDL_Colour
SDL_Color
65
SDL_Color
*colors;
467
SDL_Color
*colors, int firstcolor, int ncolors);
486
SDL_Color
*colors, int firstcolor,
[
all
...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h
55
typedef struct
SDL_Color
{
60
}
SDL_Color
;
61
#define SDL_Colour
SDL_Color
65
SDL_Color
*colors;
467
SDL_Color
*colors, int firstcolor, int ncolors);
486
SDL_Color
*colors, int firstcolor,
[
all
...]
/prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h
55
typedef struct
SDL_Color
{
60
}
SDL_Color
;
61
#define SDL_Colour
SDL_Color
65
SDL_Color
*colors;
467
SDL_Color
*colors, int firstcolor, int ncolors);
486
SDL_Color
*colors, int firstcolor,
[
all
...]
Completed in 705 milliseconds