Home | History | Annotate | Download | only in nanox

Lines Matching refs:CI_SIZE

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) {
538 for (i = 0; i < CI_SIZE; ++ i)