Lines Matching refs:swidth
748 unsigned int swidth;753 swidth = (width + 7) & ~7;754 overlay->SWID = (swidth << 15) | swidth;755 overlay->SWIDQW = (swidth << 12) | (swidth >> 3);760 swidth = ((width + 3) & ~3) << 1;761 overlay->SWID = swidth;762 overlay->SWIDQW = swidth >> 3;767 if( swidth > IMAGE_FAST_WIDTH ) {