Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts363 let textHeight = metrics.fontBoundingBoxAscent + metrics.fontBoundingBoxDescent; variable
380 y: y3 + textHeight / 2,
382 h: textHeight,
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts701 let textHeight = textMetrics.actualBoundingBoxAscent + textMetrics.actualBoundingBoxDescent;
702 timerShaftEl.ctx.fillRect(textPointX, locationY - textHeight, textMetrics.width, textHeight);
824 const textHeight = 25; constant
835 …context.fillRect(textX - padding, textY - textHeight + padding, textWidth + padding * 2, textHeigh…
944 const textHeight = 25; constant
950 textY - textHeight + padding,
952 textHeight - padding * TEXT_RECT_PADDING