Searched defs:different (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddesktop-style.cpp539 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different types of paint
554 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different kind of server
560 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different gradient vectors
565 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different kind of server
571 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different gradient vectors
576 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different kind of server
582 return QUERY_STYLE_MULTIPLE_DIFFERENT; // different pattern roots
1038 bool different = false; local
1089 if (!different && (letterspacing_prev == 0 || letterspacing_prev == letterspacing)) {
1098 if (!different
1228 bool different = false; local
1347 bool different = (style_res->font_variant_ligatures.value != 0 || local
1373 bool different = false; local
1420 bool different = false; local
1480 bool different = false; local
1576 bool different = false; local
1632 bool different = false; local
[all...]
H A Dsp-object.cpp1415 be allowed with different localized strings.
1469 bool different = std::strcmp(current_value, value); local
1471 if (!different) {

Completed in 22 milliseconds