(j)
| 96 | |
| 97 | var ipx = function(i) {return Lib.constrain(Math.round(xa.c2p(x0 + i * dx) - left), 0, imageWidth);}; |
| 98 | var jpx = function(j) {return Lib.constrain(Math.round(ya.c2p(y0 + j * dy) - top), 0, imageHeight);}; |
| 99 | |
| 100 | var cr = constants.colormodel[trace.colormodel]; |
| 101 | var colormodel = (cr.colormodel || trace.colormodel); |
no outgoing calls
no test coverage detected