Home
last modified time | relevance | path

Searched defs:endPx (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_scale.ts79 get endPx(): number { method in TimeScale
88 const endPx = scale.endPx; constant
Dtrack.ts93 const endPx = Math.ceil(timeScale.timeToPx(visibleWindowTime.end)); constant
116 const endPx = globals.frontendLocalState.timeScale.endPx; constant
Dviewer_page.ts170 let endPx = Math.max(dragStartX, currentX) - TRACK_SHELL_WIDTH; variable
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts147 const endPx = Math.floor(timeScale.timeToPx(visibleWindowTime.end)); constant
278 const endPx = timeScale.timeToPx(visibleWindowTime.end); constant
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts69 const endPx = timeScale.timeToPx(visibleWindowTime.end); constant