Searched refs:sepW (Results 1 – 1 of 1) sorted by relevance
2725 int sepW; /* Width of all box separators and margins */ in qrfRestrictScreenWidth() local2734 sepW = pData->nCol*2 - 2; in qrfRestrictScreenWidth()2736 sepW = pData->nCol*3 + 1; in qrfRestrictScreenWidth()2737 if( p->spec.bBorder==QRF_No ) sepW -= 2; in qrfRestrictScreenWidth()2741 if( p->spec.nScreenWidth >= sumW+sepW ) return; in qrfRestrictScreenWidth()2746 sepW = pData->nCol - 1; in qrfRestrictScreenWidth()2748 sepW = pData->nCol + 1; in qrfRestrictScreenWidth()2749 if( p->spec.bBorder==QRF_No ) sepW -= 2; in qrfRestrictScreenWidth()2751 targetW = p->spec.nScreenWidth - sepW; in qrfRestrictScreenWidth()