Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c54 struct bbox { struct
61 static struct bbox bbox; /* font bounding box */ argument
498 &bbox.width, &bbox.height, &bbox.x, &bbox.y); in parse_bdf_header()
523 if (bbox.width == 0) in parse_bdf_header()
524 bbox.width = width; in parse_bdf_header()
525 set_width(bbox.width); in parse_bdf_header()
527 if (bbox.height == 0) in parse_bdf_header()
528 bbox.height = height; in parse_bdf_header()
529 height = bbox.height; in parse_bdf_header()