Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts301 …private singleLineToMultiLine(shellStr: string, foundationWidth: number, maxWidth: number): string…
303 while (shellStr.length * foundationWidth > maxWidth) {
304 let bfb = maxWidth / (shellStr.length * foundationWidth);
320 let foundationWidth = Math.ceil(this.shellCanvasCtx!.measureText(' ').width); variable
325 …let lines = this.singleLineToMultiLine(shellStr, foundationWidth, maxWidth - SpWebHdcShell.LEFT_OF…