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

/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c263 static int gap_width, gap_height; variable
502 gap_height = DEFAULT_PAPER_HEIGHT * POINTS_PER_INCH /
505 margin_y = gap_height/2;
534 phys_row * (box_height + gap_height);
550 (void) fprintf(stderr, "gap_width=%3d, gap_height=%3d\n",
551 gap_width, gap_height);
1035 place = margin_y - gap_height/2 + i * (box_height+gap_height);

Completed in 60 milliseconds