Home
last modified time | relevance | path

Searched refs:is_first_flow (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-imp.h280 unsigned int is_first_flow : 1; /* for text-indent */ member
H A Dhtml-parse.c638 flow->is_first_flow = !top->next; in insert_inline_box()
1532 if (box->is_first_flow) { in fz_debug_html_box()
H A Dhtml-layout.c465 indent = box->is_first_flow ? fz_from_css_number(top->style->text_indent, em, top->w, 0) : 0; in layout_flow()