Home
last modified time | relevance | path

Searched refs:BOX_TABLE_CELL (Results 1 – 11 of 11) sorted by relevance

/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_normalise.c174 case BOX_TABLE_CELL: in box_normalise_table_row()
203 cell->type = BOX_TABLE_CELL; in box_normalise_table_row()
320 case BOX_TABLE_CELL: in box_normalise_table_row_group()
353 child->type == BOX_TABLE_CELL)) { in box_normalise_table_row_group()
549 cell->type = BOX_TABLE_CELL; in box_normalise_table_spans()
651 case BOX_TABLE_CELL: in box_normalise_table()
688 child->type == BOX_TABLE_CELL)) { in box_normalise_table()
871 case BOX_TABLE_CELL: in box_normalise_inline_container()
905 block->type == BOX_TABLE_CELL); in box_normalise_block()
942 case BOX_TABLE_CELL: in box_normalise_block()
[all …]
H A Dtable.c131 case BOX_TABLE_CELL: impact++; /* Fall through */ in table_border_is_more_eyecatching()
141 case BOX_TABLE_CELL: impact--; /* Fall through */ in table_border_is_more_eyecatching()
280 b_src = BOX_TABLE_CELL; in table_cell_top_process_row()
395 a_src = BOX_TABLE_CELL; in table_used_left_border_for_cell()
428 b_src = BOX_TABLE_CELL; in table_used_left_border_for_cell()
524 a_src = BOX_TABLE_CELL; in table_used_top_border_for_cell()
623 a_src = BOX_TABLE_CELL; in table_used_right_border_for_cell()
728 a_src = BOX_TABLE_CELL; in table_used_bottom_border_for_cell()
828 assert(cell->type == BOX_TABLE_CELL); in table_calculate_column_types()
975 assert(cell->type == BOX_TABLE_CELL); in table_used_border_for_cell()
H A Dbox.h61 BOX_TABLE_CELL, enumerator
H A Dredraw.c711 assert(clip_box->type == BOX_TABLE_CELL); in html_redraw_background()
1372 box->type == BOX_TABLE_CELL in html_redraw_box()
1446 box->type == BOX_TABLE_CELL || box->object) { in html_redraw_box()
1734 box->type == BOX_TABLE_CELL || box->object)) { in html_redraw_box()
1868 box->type == BOX_TABLE_CELL || box->type == BOX_INLINE) in html_redraw_box()
1924 box->type == BOX_TABLE_CELL || box->type == BOX_INLINE) { in html_redraw_box()
H A Dlayout.c389 assert(cell->type == BOX_TABLE_CELL); in layout_minmax_table()
972 block->type == BOX_TABLE_CELL); in layout_minmax_block()
991 } else if (block->type == BOX_TABLE_CELL) { in layout_minmax_block()
1104 if (block->type != BOX_TABLE_CELL && wtype == CSS_WIDTH_SET && in layout_minmax_block()
1499 if (border && box->type != BOX_TABLE_CELL) { in layout_find_dimensions()
2692 block->type == BOX_TABLE_CELL); in layout_block_object()
3945 block->type == BOX_TABLE_CELL); in layout_block_context()
4591 containing_block->type == BOX_TABLE_CELL) { in layout_absolute()
4794 containing_block->type == BOX_TABLE_CELL) { in layout_absolute()
4920 containing_block->type == BOX_TABLE_CELL) { in layout_absolute()
H A Dbox_inspect.c696 case BOX_TABLE_CELL: in box_dump()
H A Dbox_construct.c113 BOX_TABLE_CELL, /* CSS_DISPLAY_TABLE_CELL, */
/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-imp.h263 BOX_TABLE_CELL, /* table-cell: contains block */ enumerator
303 … BOX_BLOCK || box->type == BOX_TABLE || box->type == BOX_TABLE_ROW || box->type == BOX_TABLE_CELL); in fz_html_box_has_boxes()
H A Dhtml-parse.c610 insert_box(ctx, box, BOX_TABLE_CELL, tr); in insert_table_cell_box()
626 while (top->type != BOX_BLOCK && top->type != BOX_TABLE_CELL) in insert_inline_box()
1521 case BOX_TABLE_CELL: printf("table-cell"); break; in fz_debug_html_box()
H A Dhtml-layout.c1250 case BOX_TABLE_CELL: in draw_box()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dsave_text.c162 (box->type == BOX_TABLE_CELL || in save_text_solve_whitespace()