Home
last modified time | relevance | path

Searched refs:rightsidecount (Results 1 – 1 of 1) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdisp.c1395 leftsidecount, topsidecount, rightsidecount, botsidecount, bestoff, in us_identifyports() local
1470 leftsidecount = topsidecount = rightsidecount = botsidecount = numperside; in us_identifyports()
1471 if (leftsidecount + topsidecount + rightsidecount + botsidecount > total) in us_identifyports()
1473 if (leftsidecount + topsidecount + rightsidecount + botsidecount > total) in us_identifyports()
1475 if (leftsidecount + topsidecount + rightsidecount + botsidecount > total) in us_identifyports()
1476 rightsidecount--; in us_identifyports()
1490 for(i=0; i<rightsidecount; i++) in us_identifyports()
1493 porty[j] = w->screenhy - (w->screenhy - w->screenly) / (rightsidecount+1) * (i+1); in us_identifyports()