OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Ximage
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11image.c
89
SDL_Ximage
= XShmCreateImage(SDL_Display, SDL_Visual,
93
if(!
SDL_Ximage
) {
110
SDL_Ximage
= XCreateImage(SDL_Display, SDL_Visual,
115
if (
SDL_Ximage
== NULL )
118
SDL_Ximage
->byte_order = (SDL_BYTEORDER == SDL_BIG_ENDIAN)
122
screen->pitch =
SDL_Ximage
->bytes_per_line;
132
if (
SDL_Ximage
) {
133
XDestroyImage(
SDL_Ximage
);
141
SDL_Ximage
= NULL;
241
XPutImage(GFX_Display, SDL_Window, SDL_GC,
SDL_Ximage
,
[
all
...]
SDL_x11video.h
180
#define
SDL_Ximage
(this->hidden->Ximage)
Completed in 24 milliseconds