Searched refs:maxcolors (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c2191 static void DX5_CompressPalette(_THIS, SDL_Color *colors, int ncolors, int maxcolors) argument
2205 if ( maxcolors > ncolors ) {
2206 maxcolors = ncolors;
2210 /* Just copy the first "maxcolors" colors */
2211 for ( j=10, i=0; i<maxcolors; ++i, ++j ) {
2242 while ( j < maxcolors ) {
2260 for ( j=10, i=0; i<maxcolors; ++i, ++j ) {

Completed in 75 milliseconds