Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts76 const rectStart = timeScale.timeToPx(tStart); constant
80 let rectWidth = rectEnd - rectStart;
84 ctx.fillRect(rectStart, MARGIN_TOP, rectWidth, RECT_HEIGHT);
90 const rectXCenter = rectStart + rectWidth / 2;
105 const rectStart = timeScale.timeToPx(tStart); constant
112 rectStart, MARGIN_TOP - 1.5, rectEnd - rectStart, RECT_HEIGHT + 3);
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts128 const rectStart = timeScale.timeToPx(tStart); constant
130 const rectWidth = rectEnd - rectStart; constant
168 ctx.fillRect(rectStart, MARGIN_TOP, rectEnd - rectStart, RECT_HEIGHT);
175 const rectXCenter = rectStart + rectWidth / 2;
193 const rectStart = timeScale.timeToPx(tStart); constant
200 rectStart, MARGIN_TOP - 1.5, rectEnd - rectStart, RECT_HEIGHT + 3);
205 const latencyWidth = rectStart - wakeupPos;
/external/perfetto/ui/src/tracks/process_scheduling/
Dfrontend.ts122 const rectStart = timeScale.timeToPx(tStart); constant
124 const rectWidth = rectEnd - rectStart; constant
148 ctx.fillRect(rectStart, y, rectEnd - rectStart, cpuTrackHeight);