Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflamegraph.ts264 const paddingPx = 8; constant
274 splitIfTooBig(nameText, width - paddingPx, nameTextSize.width);
319 const rectWidth = textWidth + 2 * paddingPx;
320 const rectHeight = lineHeight * lines.length + 2 * paddingPx;
341 rectXStart + paddingPx,
342 rectYStart + paddingPx + i * lineHeight);