Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:skin

1360 void Mod_FloodFillSkin( byte *skin, int skinwidth, int skinheight )
1362 byte fillcolor = *skin; // assume this is the pixel to fill
1383 //printf( "not filling skin from %d to %d\n", fillcolor, filledcolor );
1394 byte *pos = &skin[x + skinwidth * y];
1402 skin[x + skinwidth * y] = fdc;
1417 byte *skin;
1423 skin = (byte *)(pskintype + 1);
1433 Mod_FloodFillSkin( skin, pheader->skinwidth, pheader->skinheight );
1450 // animating skin group. yuck.
1460 Mod_FloodFillSkin( skin, pheader->skinwidth, pheader->skinheight );
1512 // skin and group info
1530 Sys_Error ("model %s has a skin taller than %d", mod->name,