Home
last modified time | relevance | path

Searched refs:rectYStart (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts109 const rectYStart = TRACK_PADDING + depth * SLICE_HEIGHT; constant
129 ctx, rectXStart, rectYStart, rectWidth, SLICE_HEIGHT, color);
131 ctx.fillRect(rectXStart, rectYStart, rectWidth, SLICE_HEIGHT);
144 rectXStart, rectYStart - 1.5, rectWidth, SLICE_HEIGHT + 3);
153 ctx.fillText(displayText, rectXCenter, rectYStart + SLICE_HEIGHT / 2);
/external/perfetto/ui/src/frontend/
Dflamegraph.ts291 const rectYStart = this.hoveredY + 4 + rectHeight > height ? constant
297 ctx.fillRect(rectXStart, rectYStart, rectWidth, rectHeight);
302 ctx.fillText(line, rectXStart + 4, rectYStart + (i + 1) * 18);