Home
last modified time | relevance | path

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

/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlinterval.c321 GSList *from_downline, *to_downline; in html_interval_forall() local
329 from_downline = get_downtree_line (i->from.object); in html_interval_forall()
331 engine = do_downtree_lines_intersection (&from_downline, &to_downline, e); in html_interval_forall()
333 if (from_downline) in html_interval_forall()
334 interval_forall (HTML_OBJECT (from_downline->data)->parent, from_downline, to_downline, in html_interval_forall()
335 html_object_get_engine (HTML_OBJECT (from_downline->data)->parent, engine), f, data); in html_interval_forall()
341 g_slist_free (from_downline); in html_interval_forall()