(cm)
| 3573 | return cm.display.scroller.clientWidth - scrollGap(cm) - cm.display.barWidth |
| 3574 | } |
| 3575 | function displayHeight(cm) { |
| 3576 | return cm.display.scroller.clientHeight - scrollGap(cm) - cm.display.barHeight |
| 3577 | } |
| 3578 | |
| 3579 | // Ensure the lineView.wrapping.heights array is populated. This is |
| 3580 | // an array of bottom offsets for the lines that make up a drawn |
no test coverage detected