Home
last modified time | relevance | path

Searched refs:HTML_FIT_COMPLETE (Results 1 – 5 of 5) sorted by relevance

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlenums.h114 HTML_FIT_COMPLETE enumerator
H A Dhtmlrule.c98 return (next_to_floating && width_left <= 0) ? HTML_FIT_NONE : HTML_FIT_COMPLETE; in fit_line()
H A Dhtmltextslave.c271 case HTML_FIT_COMPLETE: in debug_print()
425 return HTML_FIT_COMPLETE; in hts_fit_line()
468 rv = HTML_FIT_COMPLETE; in hts_fit_line()
H A Dhtmlobject.c254 …return (o->width <= width_left || (first_run && !next_to_floating)) ? HTML_FIT_COMPLETE : HTML_FIT… in fit_line()
H A Dhtmltext.c1166 return HTML_FIT_COMPLETE; in ht_fit_line()