Home | History | Annotate | Download | only in macdsp

Lines Matching refs:cTab

1352 	CTabHandle   cTab;
1356 cTab = SDL_CTab;
1359 if ( (firstcolor+ncolors) > ((**cTab).ctSize+1) ) {
1366 (**cTab).ctTable[j].value = j;
1367 (**cTab).ctTable[j].rgb.red = colors[i].r << 8 | colors[i].r;
1368 (**cTab).ctTable[j].rgb.green = colors[i].g << 8 | colors[i].g;
1369 (**cTab).ctTable[j].rgb.blue = colors[i].b << 8 | colors[i].b;
1373 SetEntries(0, (**cTab).ctSize, (ColorSpec *)&(**cTab).ctTable);