Searched defs:endPx (Results 1 – 5 of 5) sorted by relevance
79 get endPx(): number { method in TimeScale88 const endPx = scale.endPx; constant
93 const endPx = Math.ceil(timeScale.timeToPx(visibleWindowTime.end)); constant116 const endPx = globals.frontendLocalState.timeScale.endPx; constant
170 let endPx = Math.max(dragStartX, currentX) - TRACK_SHELL_WIDTH; variable
147 const endPx = Math.floor(timeScale.timeToPx(visibleWindowTime.end)); constant278 const endPx = timeScale.timeToPx(visibleWindowTime.end); constant
69 const endPx = timeScale.timeToPx(visibleWindowTime.end); constant