Lines Matching refs:swidth
748 unsigned int swidth;753 swidth = ALIGN(width, 8);754 overlay->SWID = (swidth << 15) | swidth;755 overlay->SWIDQW = (swidth << 12) | (swidth >> 3);760 swidth = ALIGN(width, 4) << 1;761 overlay->SWID = swidth;762 overlay->SWIDQW = swidth >> 3;767 if( swidth > IMAGE_FAST_WIDTH ) {
Indexes created Wed Aug 26 00:26:28 UTC 2026