Searched refs:trbl (Results 1 – 1 of 1) sorted by relevance
4153 function asBounds(trbl) { argument4155 x: trbl.left,4156 y: trbl.top,4157 width: trbl.right - trbl.left,4158 height: trbl.bottom - trbl.top35798 function applyConstraints(attr, trbl, resizeConstraints) { argument35800 var value = trbl[attr],38774 trbl = asTRBL(shape);38782 referencePoint.y = trbl.top;38784 referencePoint.y = trbl.bottom;[all …]