(edge, rect)
| 31787 | else return value * -1; |
| 31788 | } |
| 31789 | function _getRelativeRectEdgeValue(edge, rect) { |
| 31790 | return _getRelativeEdgeValue(edge, _getEdgeValue(rect, edge)); |
| 31791 | } |
| 31792 | function _getRelativeEdgeDifference(rect, hostRect, edge) { |
| 31793 | var edgeDifference = _getEdgeValue(rect, edge) - _getEdgeValue(hostRect, edge); |
| 31794 | return _getRelativeEdgeValue(edge, edgeDifference); |
no test coverage detected