Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dobject.cpp727 class box_object : public closed_object { class
731 box_object(const position &, double);
740 box_object::box_object(const position &pos, double r) in box_object() function in box_object
747 position box_object::north_east() in north_east()
753 position box_object::north_west() in north_west()
759 position box_object::south_east() in south_east()
765 position box_object::south_west() in south_west()
771 void box_object::print() in print()
825 box_object *p = new box_object(position(width, height), radius); in make_box()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1153595 (box_object::box_object): Have separate xrad and yrad with
3597 (box_object::{north,south}_{east,west}): Use xrad and yrad.
3598 (box_object::print): With rounded boxes use absolute values
H A DChangeLog.1183250 (box_object::print, ellipse_object::print, circle_object::print,