Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts59 const labelWidth = ctx.measureText(label).width; constant
63 let labelXLeft = Math.floor(xWidth / 2 - labelWidth / 2 + xLeft);
65 if (labelWidth > target.width || labelXLeft < bounds.x ||
66 (labelXLeft + labelWidth) > (bounds.x + bounds.width)) {
72 labelXLeft = xLeft - labelWidth - 3;
80 ctx.fillRect(labelXLeft - 1, 0, labelWidth + 1, target.height);
96 const labelWidth = ctx.measureText(label).width; constant
100 if (xPos + padding + labelWidth > bounds.width) {
109 ctx.fillRect(xPosLabel - 1, 0, labelWidth + 2, bounds.height);
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm518 const float labelWidth = 246.0f;
549 width:labelWidth