Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/bean/
DFrameComponentBean.ts36 physicalWidth: number; property
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DFrameDynamicEffectSender.ts133 physicalWidth: number,
159 physicalWidth: physicalWidth,
DFrameDynamicEffectReceiver.ts306 let frameWidth = Math.abs(widthDifference / data.params.physicalWidth / intervalTime);
308 let frameX = Math.abs(xDifference / data.params.physicalWidth / intervalTime);
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpFrameTimeChart.ts451 let physicalConfigWidth = Number(this.flagConfig!.physicalWidth);
453 … let physicalWidth = physicalConfigWidth !== 0 ? physicalConfigWidth : deviceStruct.physicalWidth;
456 return frameSpacingSender(physicalWidth, physicalHeight, frameSpacingRow).then((result) => {
461 dataItem.physicalWidth = physicalWidth;
/developtools/smartperf_host/ide/src/trace/component/
DSpFlags.ts188 deviceWidthEl.value = <string>config.addInfo!.physicalWidth;
239 addInfo: { physicalWidth: 0, physicalHeight: 0 },
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpFrameTimeChart.test.ts194 let physicalData = [{ physicalFrameRate: 90, physicalHeight: 2772, physicalWidth: 1344 }];
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/
DTabFrameSpacing.ts75 frameSpacing.screen = structValue.physicalWidth;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.ts316 physicalWidth: number | undefined; property in FrameSpacingStruct