OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_XPixels
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c
752
if (
SDL_XPixels
) {
757
while (
SDL_XPixels
[pixel] > 0 ) {
760
--
SDL_XPixels
[pixel];
763
SDL_free(
SDL_XPixels
);
764
SDL_XPixels
= NULL;
991
SDL_XPixels
= SDL_malloc(ncolors * sizeof(int));
992
if(
SDL_XPixels
== NULL) {
996
SDL_memset(
SDL_XPixels
, 0, ncolors * sizeof(*
SDL_XPixels
));
[
all
...]
SDL_x11video.h
206
#define
SDL_XPixels
(this->hidden->XPixels)
Completed in 35 milliseconds