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

/inkscape/src/
H A Dselection-chemistry.cpp1609 bool prefs_parallel = (compensation == SP_CLONE_COMPENSATION_PARALLEL); local
1656 if (transform_clone_with_original && (prefs_parallel || prefs_unmoved) && affine.isTranslation()) {
1671 if (prefs_parallel) {
1682 } else if (transform_offset_with_source && (prefs_parallel || prefs_unmoved) && affine.isTranslation()){
1686 if (prefs_parallel) {

Completed in 976 milliseconds