Searched refs:otherPitch (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_dga.c82 int otherPitch, Bpp = bitsPerPixel >> 3; local in function:S3SetupDGAMode
88 otherPitch = secondPitch ? secondPitch : pMode->HDisplay;
90 if (pMode->HDisplay != otherPitch) {
152 currentMode->bytesPerScanline = (((otherPitch * Bpp) + 3) & ~3L);
154 currentMode->imageWidth = otherPitch;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dga.c95 int otherPitch, Bpp = bitsPerPixel >> 3; local in function:XGISetupDGAMode
102 otherPitch = secondPitch ? secondPitch : pMode->HDisplay;
104 if(pMode->HDisplay != otherPitch) {
171 currentMode->bytesPerScanline = ((otherPitch * Bpp) + 3) & ~3L;
172 currentMode->imageWidth = otherPitch;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dga.c102 int otherPitch, Bpp = bitsPerPixel >> 3; local in function:SISSetupDGAMode
149 otherPitch = secondPitch ? secondPitch : pMode->HDisplay;
151 if(pMode->HDisplay != otherPitch) {
223 currentMode->bytesPerScanline = ((otherPitch * Bpp) + 3) & ~3L;
224 currentMode->imageWidth = otherPitch;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dga.c98 int otherPitch, Bpp = bitsPerPixel >> 3; local in function:SavageSetupDGAMode
113 otherPitch = secondPitch ? secondPitch : pMode->HDisplay;
115 if(pMode->HDisplay != otherPitch) {

Completed in 3 milliseconds