Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dmain.cpp197 double bottompoint; /* bounds in these variables */ variable
449 bottompoint = -BIG; /* of range so they'll be set */ in initpic()
525 if ((temp = bottompoint - toppoint) < 0.1) in conv()
550 ybottom = (int) (bottompoint * troffscale); /* versions of the */ in conv()
700 if (y > bottompoint) in savebounds()
701 bottompoint = y; in savebounds()