Home
last modified time | relevance | path

Searched refs:BOX_INLINE (Results 1 – 10 of 10) sorted by relevance

/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_construct.c100 BOX_INLINE, /* CSS_DISPLAY_INLINE, */
103 BOX_INLINE, /* CSS_DISPLAY_RUN_IN, */
114 BOX_INLINE, /* CSS_DISPLAY_TABLE_CAPTION, */
219 if (b != NULL && b->type != BOX_INLINE && in box_extract_properties()
676 (box->type == BOX_INLINE || in box_construct_element()
727 if (box->type == BOX_INLINE || box->type == BOX_BR || in box_construct_element()
792 if (box->type == BOX_INLINE || box->type == BOX_BR) { in box_construct_element_after()
H A Dbox_normalise.c238 case BOX_INLINE: in box_normalise_table_row()
376 case BOX_INLINE: in box_normalise_table_row_group()
712 case BOX_INLINE: in box_normalise_table()
821 case BOX_INLINE: in box_normalise_inline_container()
929 case BOX_INLINE: in box_normalise_block()
H A Dbox.h58 BOX_INLINE, enumerator
H A Dredraw.c1088 if (box->type == BOX_INLINE) { in html_redraw_text_decoration()
1479 (bg_box->type != BOX_INLINE || bg_box->object || in html_redraw_box()
1530 (box->type != BOX_INLINE || box->object || in html_redraw_box()
1544 if (box->style && box->type == BOX_INLINE && box->inline_end && in html_redraw_box()
1868 box->type == BOX_TABLE_CELL || box->type == BOX_INLINE) in html_redraw_box()
1885 box->type != BOX_TABLE && 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.c626 if (b->type == BOX_INLINE && !b->object && in layout_minmax_line()
3227 if (b->type == BOX_INLINE) { in layout_line()
3420 } else if (b->type == BOX_INLINE || in layout_line()
3430 if ((b->type == BOX_INLINE && !b->inline_end) || in layout_line()
3437 } else if (b->type == BOX_INLINE) { in layout_line()
3603 (split_box->type == BOX_INLINE || in layout_line()
3761 } else if ((d->type == BOX_INLINE && in layout_line()
3776 } else if ((d->type == BOX_INLINE) || in layout_line()
3798 if ((d->type == BOX_INLINE && d->inline_end) || in layout_line()
5171 if (box->type == BOX_INLINE && box->inline_end) { in layout_position_relative()
[all …]
H A Dbox_inspect.c676 case BOX_INLINE: in box_dump()
751 if (box->type == BOX_INLINE || box->type == BOX_INLINE_END) in box_dump()
H A Dbox_manipulate.c111 box->type = BOX_INLINE; in box_create()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-parse.c572 else if (top->type == BOX_INLINE) in insert_block_box()
620 if (top->type == BOX_FLOW || top->type == BOX_INLINE) in insert_inline_box()
622 insert_box(ctx, box, BOX_INLINE, top); in insert_inline_box()
632 insert_box(ctx, box, BOX_INLINE, top->next); in insert_inline_box()
642 insert_box(ctx, box, BOX_INLINE, flow); in insert_inline_box()
681 if (top->type != BOX_INLINE) in generate_boxes()
907 if (top->type != BOX_INLINE) in generate_boxes()
1518 case BOX_INLINE: printf("inline"); break; in fz_debug_html_box()
H A Dhtml-imp.h260 BOX_INLINE, /* inline-level: contains only inline boxes */ enumerator
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dsave_text.c148 (box->type != BOX_INLINE && in save_text_solve_whitespace()