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

/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c262 static int box_width, box_height; variable
495 box_width = box_height /
498 box_width = box_height *
501 layoutp->page_cols - box_width;
532 phys_col * (box_width + gap_width);
536 positions[j].base_x += box_width;
548 (void) fprintf(stderr, "box_width=%3d, box_height=%3d\n",
549 box_width, box_height);
1041 place = margin_x - gap_width/2 + i * (box_width+gap_width);

Completed in 121 milliseconds