OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:client_mode_list
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m
413
if (
client_mode_list
!= NULL ) {
416
for (i = 0;
client_mode_list
[i] != NULL; i++)
417
SDL_free (
client_mode_list
[i]);
419
SDL_free (
client_mode_list
);
420
client_mode_list
= NULL;
450
if (
client_mode_list
[i]->w == width &&
451
client_mode_list
[i]->h == height) {
463
if (
client_mode_list
== NULL)
464
client_mode_list
= (SDL_Rect**)
465
SDL_malloc (sizeof(*
client_mode_list
) * (list_size+1) )
[
all
...]
SDL_QuartzVideo.h
109
SDL_Rect **
client_mode_list
; /* resolution list to pass back to client */
member in struct:SDL_PrivateVideoData
151
#define
client_mode_list
(this->hidden->
client_mode_list
)
macro
Completed in 489 milliseconds