Home
last modified time | relevance | path

Searched refs:rectXCenter (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts104 const rectXCenter = rectStart + rectWidth / 2; constant
106 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 3);
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts142 const rectXCenter = rectStart + rectWidth / 2; constant
145 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 - 1);
148 ctx.fillText(subTitle, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 9);
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts173 const rectXCenter = rect.left + rect.width / 2; constant
175 ctx.fillText(displayText, rectXCenter, rect.top + SLICE_HEIGHT / 2);