Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts104 const rectXCenter = rectXStart + rectWidth / 2; constant
106 ctx.fillText(displayText, rectXCenter, rectYStart + SLICE_HEIGHT / 2);
/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts90 const rectXCenter = rectStart + rectWidth / 2; constant
93 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 3);
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts175 const rectXCenter = rectStart + rectWidth / 2; constant
178 ctx.fillText(title, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 - 3);
181 ctx.fillText(subTitle, rectXCenter, MARGIN_TOP + RECT_HEIGHT / 2 + 11);