• Home
  • Raw
  • Download

Lines Matching refs:SpWebHdcShell

22 export class SpWebHdcShell extends BaseElement {  class
171 let x = SpWebHdcShell.LEFT_OFFSET;
172 let textFirstRowY = 16 * i + SpWebHdcShell.FIRST_ROW_OFFSET;
173 let textLastRowY = 16 * i + SpWebHdcShell.LAST_ROW_OFFSET;
174 let textEndY = 16 * i + SpWebHdcShell.TOP_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 …let lines = this.singleLineToMultiLine(shellStr, foundationWidth, maxWidth - SpWebHdcShell.LEFT_OF…
331 if (this.finalArr.length > SpWebHdcShell.MAX_DISPLAY_ROWS) {
332 this.finalArr.splice(0, this.finalArr.length - SpWebHdcShell.MAX_DISPLAY_ROWS + 1);
336 this.textY = SpWebHdcShell.TOP_OFFSET;
340 this.textY = SpWebHdcShell.TOP_OFFSET + index * 16;
341 this.shellCanvasCtx!.fillText(shellStr, SpWebHdcShell.LEFT_OFFSET, this.textY);
379 …anvasCtx!.measureText(this.cursorRow.slice(0, this.cursorIndex)).width + SpWebHdcShell.LEFT_OFFSET;
431 …<canvas id="shell_cmd" style="width: 100%;height:${16000 + SpWebHdcShell.TOP_OFFSET}px;" tabindex=…
474 if (this.resultStr.length > SpWebHdcShell.MAX_SAVE_SIZE) {
526 if (result.getDataToString().includes(SpWebHdcShell.MULTI_LINE_FLAG)) {
534 if (result.getDataToString().includes(SpWebHdcShell.MULTI_LINE_FLAG)) {
538 this.resultStr.lastIndexOf('\r\n') + SpWebHdcShell.LINE_BREAK_LENGTH