Home | History | Annotate | Download | only in macrom

Lines Matching refs:cTab

673 	CTabHandle cTab;
678 cTab = (**(**SDL_Display).gdPMap).pmTable;
680 cTab = SDL_CTab;
684 if ( (firstcolor+ncolors) > ((**cTab).ctSize+1) ) {
691 (**cTab).ctTable[j].value = j;
692 (**cTab).ctTable[j].rgb.red = colors[i].r << 8 | colors[i].r;
693 (**cTab).ctTable[j].rgb.green = colors[i].g << 8 | colors[i].g;
694 (**cTab).ctTable[j].rgb.blue = colors[i].b << 8 | colors[i].b;
704 SetEntries(0, (**cTab).ctSize, (ColorSpec *)&(**cTab).ctTable);