Searched refs:withoutShift (Results 1 – 1 of 1) sorted by relevance
424 var calcVsdxPoint = function(p, noHeight, withoutShift) argument427 x = x * s.scale - bounds.x + s.dx + (withoutShift || isChild? 0 : vsdxCanvas.shiftX);428 …y = (noHeight? 0 : bounds.height) - y * s.scale + bounds.y - s.dy - (withoutShift || isChild? 0 : …