Lines Matching full:layout

263 			    (ic || sp->layout->first->pos != TBL_CELL_SPAN)) {
282 cp = cpn = sp->layout->first;
299 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) {
313 if (sp->pos == TBL_SPAN_DATA && uvert < sp->layout->vert)
314 uvert = dvert = sp->layout->vert;
316 dvert < sp->next->layout->vert)
317 dvert = sp->next->layout->vert;
318 if (sp->prev != NULL && uvert < sp->prev->layout->vert &&
319 (horiz || (IS_HORIZ(sp->layout->first) &&
320 !IS_HORIZ(sp->prev->layout->first))))
321 uvert = sp->prev->layout->vert;
324 sp->layout->first->pos == TBL_CELL_DHORIZ ? 2 :
327 sp->layout->first->pos == TBL_CELL_HORIZ ? 1 : 0;
341 cp = sp->layout->first;
343 sp->next->layout->first;
345 sp->prev->layout->first;
353 * and advance to next layout cell.
422 sp->layout->first->pos != TBL_CELL_SPAN)) {
501 uvert < sp->layout->last->vert &&
502 sp->layout->last->col + 1 == sp->opts->cols)
503 uvert = dvert = sp->layout->last->vert;
505 dvert < sp->next->layout->last->vert &&
506 sp->next->layout->last->col + 1 == sp->opts->cols)
507 dvert = sp->next->layout->last->vert;
509 uvert < sp->prev->layout->last->vert &&
510 sp->prev->layout->last->col + 1 == sp->opts->cols &&
511 (horiz || (IS_HORIZ(sp->layout->last) &&
512 !IS_HORIZ(sp->prev->layout->last))))
513 uvert = sp->prev->layout->last->vert;
517 sp->last->layout->col + 1 == sp->opts->cols) ||
518 (sp->layout->last->pos == TBL_CELL_DHORIZ &&
519 sp->layout->last->col + 1 == sp->opts->cols) ? 2 :
523 sp->last->layout->col + 1 == sp->opts->cols) ||
524 (sp->layout->last->pos == TBL_CELL_HORIZ &&
525 sp->layout->last->col + 1 == sp->opts->cols) ? 1 : 0;
528 if (horiz == 0 && (IS_HORIZ(sp->layout->last) == 0 ||
529 sp->layout->last->col + 1 < sp->opts->cols)) {
573 const struct tbl_cell *cpp; /* Layout cell above this line. */
574 const struct tbl_cell *cp; /* Layout cell in this line. */
575 const struct tbl_cell *cpn; /* Layout cell below this line. */
584 cpp = spp == NULL ? NULL : spp->layout->first;
585 cp = sp == NULL ? NULL : sp->layout->first;
586 cpn = spn == NULL ? NULL : spn->layout->first;
655 while (dpn != NULL && dpn->layout != cpn)
707 spn->layout->last->pos != TBL_CELL_DOWN ?
821 ic = dp->layout->col;
832 switch (dp->layout->pos) {
929 switch (dp->layout->font) {