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

/inkscape/src/display/
H A Ddrawing-surface.cpp215 bool is_identity = _pending_transform.isIdentity(); local
216 if (is_identity && _pending_area == old_area) return; // no change
218 bool is_integer_translation = is_identity;
219 if (!is_identity && _pending_transform.isTranslation()) {
247 if (!is_identity) {

Completed in 11 milliseconds