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

/freebsd-current/lib/libc/gen/
H A Dsetmode.c83 getmode(const void *bbox, mode_t omode) argument
88 set = (const BITCMD *)bbox;
/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c404 int bbw, bbh, bbox, bboy; /* Glyph bounding box. */ local
477 if (sscanf(ln + 4, "%d %d %d %d", &bbw, &bbh, &bbox,
481 bbox < fbbox || bboy < fbboy ||
484 bbw, bbh, bbox, bboy, linenum);
520 rshift_row(line, wbytes * 2, bbox - fbbox);

Completed in 70 milliseconds