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

/inkscape/src/2geom/
H A Dpathvector.h39 #include <boost/range/algorithm/equal.hpp>
261 return boost::range::equal(_data, other._data);
/inkscape/src/widgets/
H A Dink-comboboxentry-action.cpp777 gboolean equal = (strcmp( target_text_casefolded, text_casefolded ) == 0 ); local
780 if( equal ) {
/inkscape/src/
H A Dtext-editing.cpp1376 bool equal = (child_style == parent_style); // Glib::ustring overloads == operator local
1377 return equal;
1748 then compares the styles for item+child versus just child. If they're equal,
1773 bool equal = css_attrs_are_equal(css_child_only, css_child_and_item); local
1776 if (!equal) return false;

Completed in 25 milliseconds