Home
last modified time | relevance | path

Searched refs:iNeededColors (Results 1 – 2 of 2) sorted by relevance

/dports/games/xfrisk/XFrisk/
H A Dcolormap.c356 void COLOR_GetColormap(void *pData, Int32 *piNumArgs, Int32 iNeededColors, in COLOR_GetColormap() argument
412 plCountryToColor, iNeededColors)) in COLOR_GetColormap()
433 for (i=0; i < 256 - iNeededColors; i++) in COLOR_GetColormap()
445 plCountryToColor, iNeededColors)) in COLOR_GetColormap()
465 " allocate %d colors.\n", iNeededColors); in COLOR_GetColormap()
470 " d'utiliser %d couleurs.\n", iNeededColors); in COLOR_GetColormap()
511 for(i=0; i < iNeededColors; i++) in COLOR_GetColormap()
H A Dcolormap.h59 Int32 iNeededColors, Int32 argc, CString *argv);