Searched refs:tmpW (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ | ||
| H A D | xgi_video.c | 741 int tmpW = dstW; local in function:set_scale_factor 748 while (srcW >= tmpW) 750 tmpW <<= 1; |
| /xsrc/external/mit/xf86-video-sis/dist/src/ | ||
| H A D | sis_video.c | 1511 int tmpW = dstW; local in function:calc_scale_factor 1518 if(((dstW * 1000) / srcW) < 125) dstW = tmpW = ((srcW * 125) / 1000) + 1; 1523 while(srcW >= tmpW) { 1524 tmpW <<= 1; 1669 int tmpW = dstW; local in function:calc_scale_factor_2 1676 if(((dstW * 1000) / srcW) < 125) dstW = tmpW = ((srcW * 125) / 1000) + 1; 1681 while(srcW >= tmpW) { 1682 tmpW <<= 1; |
| /xsrc/external/mit/ctwm/dist/ | ||
| H A D | win_resize.c | 900 int tmpX, tmpY, tmpW, tmpH; local in function:fullzoom 1114 &tmpX, &tmpY, &tmpW, &tmpH, &junkDepth); |
Completed in 17 milliseconds