Searched refs:nodeHeight (Results 1 – 1 of 1) sorted by relevance
/external/perfetto/ui/src/frontend/ |
D | flamegraph.ts | 127 const nodeHeight = this.getNodeHeight(); constant 146 ctx.fillRect(x, currentY, width, nodeHeight); 155 ctx.fillText(text, x + 5, currentY + nodeHeight - 4); 156 currentY += nodeHeight; 182 currentY = y + nodeHeight * (value.depth + 1); 187 ctx.fillRect(currentX, currentY, width, nodeHeight); 213 ctx.fillText(text, currentX + 5, currentY + nodeHeight - 4); 219 ctx.lineTo(currentX, currentY + nodeHeight); 220 ctx.lineTo(currentX + width, currentY + nodeHeight); 290 const rectHeight = nodeHeight * (lines.length + 1);
|