Searched refs:things (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/xml/
H A Drebase-hrefs-test.h56 gchar const* things[] = { local
74 for ( int i = 0; things[i]; i++ )
78 URI uri(things[i]);
79 gboolean isAbs = g_path_is_absolute( things[i] );
86 things[i],
92 dump_str( things[i], "MalformedURIException" );
93 xmlChar *redo = xmlURIEscape((xmlChar const *)things[i]);
94 g_message(" gone from [%s] to [%s]", things[i], redo );
97 URI again = URI::fromUtf8( things[i] );
98 g_message(" uri from [%s] to [%s]", things[
[all...]
/inkscape/src/ui/widget/
H A Dcolor-icc-selector.cpp413 std::vector<colorspace::Component> things = colorspace::getColorSpaceInfo(cmsSigRgbData); local
418 if (i < things.size()) {
419 _impl->_compUI.push_back(ComponentUI(things[i]));
425 std::string labelStr = (i < things.size()) ? things[i].name.c_str() : "";
456 _impl->_compUI[i]._slider->set_tooltip_text((i < things.size()) ? things[i].tip.c_str() : "");
467 gtk_widget_set_tooltip_text(_impl->_compUI[i]._btn, (i < things.size()) ? things[i].tip.c_str() : "");
617 std::vector<colorspace::Component> things local
825 std::vector<colorspace::Component> things = local
[all...]
/inkscape/packaging/macosx/Resources/etc/fonts/
H A Dfonts.conf14 things that others will also want fixed. Please submit any

Completed in 193 milliseconds