Searched refs:old_doc_width (Results 1 – 1 of 1) sorted by relevance
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/ |
H A D | gtkhtml.c | 178 gdouble old_doc_width, 1375 gint old_doc_width, old_doc_height, old_width, old_height; in size_allocate() local 1377 old_doc_width = html_engine_get_doc_width (html->engine); in size_allocate() 1386 gtk_html_update_scrollbars_on_resize (html, old_doc_width, old_doc_height, old_width, old_height, in size_allocate() 4002 gdouble old_doc_width, in gtk_html_update_scrollbars_on_resize() argument 4021 if (old_doc_width - old_width > 0) { in gtk_html_update_scrollbars_on_resize() 4026 / (old_doc_width - old_width)); in gtk_html_update_scrollbars_on_resize()
|