Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/groff/src/preproc/pic/
HDobject.cpp727 double yrad; member in box_object
739 : closed_object(pos), xrad(dim.x > 0 ? r : -r), yrad(dim.y > 0 ? r : -r) in box_object()
748 cent.y + dim.y/2.0 - CHOP_FACTOR*yrad); in north_east()
754 cent.y + dim.y/2.0 - CHOP_FACTOR*yrad); in north_west()
760 cent.y - dim.y/2.0 + CHOP_FACTOR*yrad); in south_east()
766 cent.y - dim.y/2.0 + CHOP_FACTOR*yrad); in south_west()
/freebsd-11-stable/contrib/groff/
HDChangeLog.1153595 (box_object::box_object): Have separate xrad and yrad with
3597 (box_object::{north,south}_{east,west}): Use xrad and yrad.