Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts44 private textY: number = 0; property in SpWebHdcShell
96 that.shellCanvasCtx!.clearRect(that.shellStrLength, that.textY, 12, 3);
336 this.textY = SpWebHdcShell.TOP_OFFSET;
340 this.textY = SpWebHdcShell.TOP_OFFSET + index * 16;
341 this.shellCanvasCtx!.fillText(shellStr, SpWebHdcShell.LEFT_OFFSET, this.textY);
354 this.shellCanvasCtx!.fillRect(this.shellStrLength, this.textY, 12, 3);
358 this.shellCanvasCtx!.fillRect(this.shellStrLength, this.textY, 12, 3);
382 if (scroller && this.textY > this.shellDiv!.clientHeight && this.textY > this.prevTextY) {
383 this.shellDiv!.scrollTop = this.textY - this.shellDiv!.clientHeight + 3;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts814 let textY = params.frame.y + 25;
815 return [textX, textY];
827 const textY = setTextXY(rateList, params, textWidth)[1]; constant
835 …context.fillRect(textX - padding, textY - textHeight + padding, textWidth + padding * 2, textHeigh…
839 context.moveTo(avgRateStartX, textY);
840 context.lineTo(avgRateEndX, textY);
854 arrowHead(avgRateStartX, textY - 1, 'left');
855 arrowHead(avgRateEndX, textY - 1, 'right');
857 context.fillText(avgFrameRate, textX, textY - 8);
913 const textY = selectParams.frame.y + 25; constant
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DSportRuler.ts329 let textY =
333 this.context2D.fillText(String(countArr[i - 1]), textY, this.frame.y + 22 + 12);