Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/graph/
H A DgraphmacX.c437 static INTBIG gra_screenbottom; /* bottom bound of any editor window screen */ variable
853 gra_screenbottom = (*curgdevh)->gdRect.bottom; in gra_getdevices()
859 (gra_screenbottom-(gra_screentop+MENUSIZE*2)) * 3 / 5; in gra_getdevices()
860 gra_messagesbottom = gra_screenbottom; in gra_getdevices()
1425 *hei = gra_screenbottom - (gra_screentop+MENUSIZE); in getpaletteparameters()
1446 redit.bottom = redit.top + (gra_screenbottom-(gra_screentop+MENUSIZE)) * 3 / 4; in gra_geteditorwindowlocation()
1451 if (redit.bottom > gra_screenbottom || redit.right > gra_screenright) in gra_geteditorwindowlocation()
1455 redit.bottom = redit.top + (gra_screenbottom-(gra_screentop+MENUSIZE)) * 3 / 4; in gra_geteditorwindowlocation()
1463 redit.bottom = gra_screenbottom; in gra_geteditorwindowlocation()
1494 redit.bottom = (gra_screentop+gra_screenbottom)/2; in gra_buildwindow()
[all …]
H A Dgraphmac.c456 static INTBIG gra_screenbottom; /* bottom bound of any editor window screen */ variable
828 gra_screenbottom = (*curgdevh)->gdRect.bottom; in gra_getdevices()
834 (gra_screenbottom-(gra_screentop+MENUSIZE*2)) * 3 / 5; in gra_getdevices()
835 gra_messagesbottom = gra_screenbottom; in gra_getdevices()
1442 *hei = gra_screenbottom - (gra_screentop+MENUSIZE) - FLOATINGHEADERSIZE; in getpaletteparameters()
1463 redit.bottom = redit.top + (gra_screenbottom-(gra_screentop+MENUSIZE)) * 3 / 4; in gra_geteditorwindowlocation()
1468 if (redit.bottom > gra_screenbottom || redit.right > gra_screenright) in gra_geteditorwindowlocation()
1472 redit.bottom = redit.top + (gra_screenbottom-(gra_screentop+MENUSIZE)) * 3 / 4; in gra_geteditorwindowlocation()
1480 redit.bottom = gra_screenbottom; in gra_geteditorwindowlocation()
1521 redit.bottom = (gra_screentop+gra_screenbottom)/2; in gra_buildwindow()
[all …]
H A Dgraphpccode.cpp333 gra_screenbottom; /* bottom bound of any editor window screen */ variable
564 gra_screenbottom = rDesktop.bottom-rDesktop.top; in gra_getdevices()
568 gra_messagestop = gra_screentop - 2 + (gra_screenbottom-gra_screentop) * 4 / 5; in gra_getdevices()
569 gra_messagesbottom = gra_screenbottom; in gra_getdevices()
983 redit.bottom = redit.top + (gra_screenbottom-gra_screentop) * 4 / 5 - 1; in gra_geteditorwindowlocation()
988 if ((redit.bottom > gra_screenbottom) || (redit.right > gra_screenright)) in gra_geteditorwindowlocation()
992 redit.bottom = redit.top + (gra_screenbottom-gra_screentop) * 3 / 5; in gra_geteditorwindowlocation()
1034 redit.bottom = (gra_screentop+gra_screenbottom)/2; in gra_buildwindow()