Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflamegraph.ts323 let rectYStart = this.hoveredY + offsetPx; variable
329 if (rectYStart + rectHeight > height) {
330 rectYStart = height - rectHeight;
334 ctx.fillRect(rectXStart, rectYStart, rectWidth, rectHeight);
342 rectYStart + paddingPx + i * lineHeight);