Home
last modified time | relevance | path

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

/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dinterface.cc1674 PangoLayout *layout_par = gtk_widget_create_pango_layout(expressiontext, "()"); in create_main_window() local
1676 pango_layout_get_pixel_size(layout_par, &w1, NULL); in create_main_window()
1677 pango_layout_set_markup(layout_par, "<b>()</b>", -1); in create_main_window()
1678 pango_layout_get_pixel_size(layout_par, &w2, NULL); in create_main_window()
1679 g_object_unref(layout_par); in create_main_window()
H A Dcallbacks.cc1467 PangoLayout *layout_par = gtk_widget_create_pango_layout(expressiontext, "()"); in expression_font_modified() local
1469 pango_layout_get_pixel_size(layout_par, &w1, NULL); in expression_font_modified()
1470 pango_layout_set_markup(layout_par, "<b>()</b>", -1); in expression_font_modified()
1471 pango_layout_get_pixel_size(layout_par, &w2, NULL); in expression_font_modified()