Searched defs:ui (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/widget/
H A Dattr-widget.h72 DefaultValueHolder (unsigned int ui) { argument
74 value.uint_val = ui;
/inkscape/src/widgets/
H A Dfont-selector.cpp487 std::pair<Glib::ustring, Glib::ustring> ui = font_lister->ui_from_fontspec( fontspec ); local
488 Glib::ustring family = ui.first;
489 Glib::ustring style = ui.second;
/inkscape/src/libnrtype/
H A Dfont-lister.cpp433 std::pair<Glib::ustring, Glib::ustring> ui = ui_from_fontspec(current_fontspec); local
434 set_font_family(ui.first);
435 set_font_style(ui.second);
453 std::pair<Glib::ustring, Glib::ustring> ui = ui_from_fontspec(new_fontspec); local
454 Glib::ustring new_family = ui.first;
455 Glib::ustring new_style = ui.second;
544 std::pair<Glib::ustring, Glib::ustring> ui = new_font_family(new_family, check_style); local
545 current_family = ui.first;
546 current_style = ui.second;
559 return ui;
580 std::pair<Glib::ustring, Glib::ustring> ui = set_font_family(new_family, check_style); local
623 std::pair<Glib::ustring, Glib::ustring> ui = ui_from_fontspec(fontspec); local
[all...]

Completed in 273 milliseconds