MCPcopy Index your code
hub / github.com/DHTMLX/gantt / paddingTop

Function paddingTop

samples/common/codehighlight/codemirror.js:2299–2299  ·  view source on GitHub ↗
(display)

Source from the content-addressed store, hash-verified

2297 // POSITION MEASUREMENT
2298
2299 function paddingTop(display) {return display.lineSpace.offsetTop}
2300 function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight}
2301 function paddingH(display) {
2302 if (display.cachedPaddingH) { return display.cachedPaddingH }

Callers 4

intoCoordSystemFunction · 0.85
estimateCoordsFunction · 0.85
visibleLinesFunction · 0.85
maybeScrollWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected