Lines Matching refs:layout
47 /* Advance to the next layout cell, skipping spanners. */
49 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next;
54 * Stop processing when we reach the end of the available layout
68 dat->layout = cp;
114 if ((dat->layout->pos == TBL_CELL_HORIZ ||
115 dat->layout->pos == TBL_CELL_DHORIZ ||
116 dat->layout->pos == TBL_CELL_DOWN) &&
156 if (dat->layout->pos == TBL_CELL_DOWN)
171 dp->layout = rp;
191 * Choose a layout row: take the one following the last parsed
194 * if the last span was a horizontal line, use the same layout
195 * (it doesn't "consume" the layout).
200 for (rp = tbl->last_span->layout->next;
218 rp = tbl->last_span->layout;
221 rp = tbl->last_span->layout;