(x)
| 70 | var e = trace.tiling.pad; |
| 71 | var isLeftOfRect = function(x) { return x - e <= ref.x0; }; |
| 72 | var isRightOfRect = function(x) { return x + e >= ref.x1; }; |
| 73 | var isBottomOfRect = function(y) { return y - e <= ref.y0; }; |
| 74 | var isTopOfRect = function(y) { return y + e >= ref.y1; }; |
| 75 |
no outgoing calls
no test coverage detected
searching dependent graphs…