Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-imp.h235 unsigned int border_style_1 : 1; member
H A Dcss-apply.c1293 style->border_style_1 = border_style_from_property(match, PRO_BORDER_RIGHT_STYLE); in fz_apply_css_style()
H A Dhtml-layout.c713 border[1] = style->border_style_1 ? fz_from_css_number(style->border_width[1], em, top_w, 0) : 0; in layout_block()