Searched refs:LEFT_OFFSET (Results 1 – 1 of 1) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpWebHdcShell.ts | 53 private static LEFT_OFFSET = 48; property in SpWebHdcShell 171 let x = SpWebHdcShell.LEFT_OFFSET; 226 SpWebHdcShell.LEFT_OFFSET, 228 endX - SpWebHdcShell.LEFT_OFFSET, 236 SpWebHdcShell.LEFT_OFFSET, 284 …this.shellCanvasCtx!.fillRect(SpWebHdcShell.LEFT_OFFSET, startY - 16, startX - SpWebHdcShell.LEFT_… 293 …this.shellCanvasCtx!.fillRect(SpWebHdcShell.LEFT_OFFSET, startY - index * 16, this.shellCanvas!.wi… 325 …ines = this.singleLineToMultiLine(shellStr, foundationWidth, maxWidth - SpWebHdcShell.LEFT_OFFSET); 341 this.shellCanvasCtx!.fillText(shellStr, SpWebHdcShell.LEFT_OFFSET, this.textY); 379 …anvasCtx!.measureText(this.cursorRow.slice(0, this.cursorIndex)).width + SpWebHdcShell.LEFT_OFFSET;
|