Searched refs:TRACK_PADDING (Results 1 – 1 of 1) sorted by relevance
30 const TRACK_PADDING = 4; constant196 if (y < TRACK_PADDING) return;199 const depth = Math.floor((y - TRACK_PADDING) / SLICE_HEIGHT);255 return SLICE_HEIGHT * (this.config.maxDepth + 1) + 2 * TRACK_PADDING;267 top: TRACK_PADDING + depth * SLICE_HEIGHT,