Searched refs:fat_box (Results 1 – 3 of 3) sorted by relevance
467 fat_box::fat_box(box *pp) : pointer_box(pp) in fat_box() function in fat_box471 int fat_box::compute_metrics(int style) in compute_metrics()481 void fat_box::output() in output()490 void fat_box::debug_print() in debug_print()
219 class fat_box : public pointer_box {221 fat_box(box *);
238 { $$ = new fat_box($2); }