Home
last modified time | relevance | path

Searched refs:bottomY (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/ui/src/tracks/process_summary/
Dfrontend.ts70 const bottomY = MARGIN_TOP + RECT_HEIGHT; constant
73 let lastY = bottomY;
94 ctx.lineTo(lastX, bottomY);
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts122 const bottomY = MARGIN_TOP + RECT_HEIGHT; constant
130 ctx.fillRect(firstX, bottomY, secondX - firstX, lastY - bottomY);
/external/perfetto/ui/src/tracks/process_scheduling/
Dfrontend.ts83 const bottomY = MARGIN_TOP + RECT_HEIGHT; constant
86 let lastY = bottomY;
102 ctx.lineTo(lastX, bottomY);
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts89 const bottomY = MARGIN_TOP + RECT_HEIGHT; constant
92 let lastY = bottomY;
107 ctx.lineTo(lastX, bottomY);