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

/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c514 int phys_row; /* 0 is bottom row */ local
519 phys_row = j % layoutp->page_rows;
523 phys_row = j / layoutp->page_cols;
528 phys_row = layoutp->page_rows - 1 - phys_row;
534 phys_row * (box_height + gap_height);

Completed in 104 milliseconds