Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/components/tracks/
H A Dbase_slice_track.ts560 const yMidPoint = Math.floor(y + sliceHeight / yDiv) + 0.5; constant
578 const yMidPoint = Math.ceil(y + (sliceHeight * 2) / 3) + 1.5; constant