Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/graph/
H A DgraphmacX.c435 static INTBIG gra_screenright; /* right bound of any editor window screen */ variable
851 gra_screenright = (*curgdevh)->gdRect.right; in gra_getdevices()
857 gra_messagesright = gra_screenright - PALETTEWIDTH - 1; in gra_getdevices()
1426 *wid = gra_screenright - gra_screenleft; in getpaletteparameters()
1448 redit.right = redit.left + (gra_screenright-gra_screenleft-PALETTEWIDTH-1) * 4 / 5; in gra_geteditorwindowlocation()
1451 if (redit.bottom > gra_screenbottom || redit.right > gra_screenright) in gra_geteditorwindowlocation()
1457 redit.right = redit.left + (gra_screenright-gra_screenleft-PALETTEWIDTH-1) * 4 / 5; in gra_geteditorwindowlocation()
1465 redit.right = gra_screenright; in gra_geteditorwindowlocation()
1562 wst->stdState.right = gra_screenright; in gra_buildwindow()
H A Dgraphmac.c454 static INTBIG gra_screenright; /* right bound of any editor window screen */ variable
826 gra_screenright = (*curgdevh)->gdRect.right; in gra_getdevices()
832 gra_messagesright = gra_screenright - PALETTEWIDTH - 1; in gra_getdevices()
1443 *wid = gra_screenright - gra_screenleft; in getpaletteparameters()
1465 redit.right = redit.left + (gra_screenright-gra_screenleft-PALETTEWIDTH-1) * 4 / 5; in gra_geteditorwindowlocation()
1468 if (redit.bottom > gra_screenbottom || redit.right > gra_screenright) in gra_geteditorwindowlocation()
1474 redit.right = redit.left + (gra_screenright-gra_screenleft-PALETTEWIDTH-1) * 4 / 5; in gra_geteditorwindowlocation()
1482 redit.right = gra_screenright; in gra_geteditorwindowlocation()
1591 wst->stdState.right = gra_screenright; in gra_buildwindow()
H A Dgraphpccode.cpp331 gra_screenright, /* right bound of any editor window screen */ variable
562 gra_screenright = rDesktop.right-rDesktop.left; in gra_getdevices()
567 gra_messagesright = gra_screenright - PALETTEWIDTH; in gra_getdevices()
985 redit.right = redit.left + (gra_screenright-gra_screenleft-PALETTEWIDTH) * 4 / 5; in gra_geteditorwindowlocation()
988 if ((redit.bottom > gra_screenbottom) || (redit.right > gra_screenright)) in gra_geteditorwindowlocation()
994 redit.right = redit.left + (gra_screenright-gra_screenleft-PALETTEWIDTH) * 4 / 5; in gra_geteditorwindowlocation()