Home
last modified time | relevance | path

Searched defs:endOffSetY (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/
DSpSystemTrace.line.ts694 const [endY, endRowEl, endOffSetY] = sp.calculateEndY(endParentRow, endRowStruct); constant
734 const [endY, endRowEl, endOffSetY] = sp.calculateEndY(endParentRow, endRowStruct, data); constant
DSpSystemTrace.ts1734 let endOffSetY = data ? 20 * (0.5 + Number(data.depth)) : 20 * 0.5; variable