OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CI_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c
494
if (! GammaRamp_R) GammaRamp_R = (Uint16 *) SDL_malloc (sizeof (Uint16) *
CI_SIZE
) ;
495
if (! GammaRamp_G) GammaRamp_G = (Uint16 *) SDL_malloc (sizeof (Uint16) *
CI_SIZE
) ;
496
if (! GammaRamp_B) GammaRamp_B = (Uint16 *) SDL_malloc (sizeof (Uint16) *
CI_SIZE
) ;
502
for (i = 0; i <
CI_SIZE
; ++ i)
506
green = ramp +
CI_SIZE
;
507
blue = green +
CI_SIZE
;
509
for (i = 0; i <
CI_SIZE
; ++ i) {
529
green = ramp +
CI_SIZE
;
530
blue = green +
CI_SIZE
;
532
for (i = 0; i <
CI_SIZE
; ++ i)
[
all
...]
SDL_nxvideo.h
94
#define
CI_SIZE
256 // color index size
Completed in 28 milliseconds