Home
last modified time | relevance | path

Searched defs:startY (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.line.ts692 const [startY, startRowEl, startOffSetY] = sp.calculateStartY(startRow, selectThreadStruct.pid); constant
732 …const [startY, startRowEl, startOffSetY] = sp.calculateStartY(startRow, selectFuncStruct.pid, sele… constant
DSpSystemTrace.ts1494 let startY = startRow ? startRow!.translateY! : 0; variable
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts564 let startY: number; variable
624 startY: number = 0; property in Point
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/bpftrace/
DTabPaneSampleInstructionSelectionTotalTime.ts34 private startY = 0; // 画布相对于整个界面的y坐标 property in TabPaneSampleInstructionTotalTime
DTabPaneSampleInstruction.ts37 private startY = 0; // 画布相对于整个界面的y坐标 property in TabPaneSampleInstruction
DTabPaneSampleInstructionSelection.ts37 private startY = 0; // 画布相对于整个界面的y坐标 property in TabPaneSampleInstructionSelection