Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-imp.h13 typedef struct fz_css_match_s fz_css_match; typedef
171 fz_css_match *up;
354 void fz_match_css(fz_context *ctx, fz_css_match *match, fz_css_match *up, fz_css *css, fz_xml *node…
355 void fz_match_css_at_page(fz_context *ctx, fz_css_match *match, fz_css *css);
357 int fz_get_css_match_display(fz_css_match *node);
359 void fz_apply_css_style(fz_context *ctx, fz_html_font_set *set, fz_css_style *style, fz_css_match *…
H A Dcss-apply.c343 add_shorthand_trbl(fz_css_match *match, fz_css_value *value, int spec, in add_shorthand_trbl()
394 add_shorthand_margin(fz_css_match *match, fz_css_value *value, int spec) in add_shorthand_margin()
561 fz_match_css(fz_context *ctx, fz_css_match *match, fz_css_match *up, fz_css *css, fz_xml *node) in fz_match_css()
766 value_from_inheritable_property(fz_css_match *match, int name) in value_from_inheritable_property()
780 value_from_property(fz_css_match *match, int name) in value_from_property()
915 border_width_from_property(fz_css_match *match, int property) in border_width_from_property()
932 border_style_from_property(fz_css_match *match, int property) in border_style_from_property()
1114 fz_get_css_match_display(fz_css_match *match) in fz_get_css_match_display()
1140 white_space_from_property(fz_css_match *match) in white_space_from_property()
1155 visibility_from_property(fz_css_match *match) in visibility_from_property()
[all …]
H A Dhtml-parse.c652 fz_css_match *up_match, in generate_boxes()
670 fz_css_match match; in generate_boxes()
1279 fz_css_match match; in fz_parse_html_imp()