Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.test.ts48 currentFrameWidth: 1339,
63 currentFrameWidth: 1339,
78 currentFrameWidth: 1340,
113 currentFrameWidth: 1340,
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DFrameDynamicEffectReceiver.ts237 frameSpacing.currentFrameWidth[index] = Number(itemData.currentFrameWidth);
259 currentFrameWidth: frameSpacing.currentFrameWidth.buffer,
278 frameSpacing.currentFrameWidth.buffer,
302 …let widthDifference = Number(itemData.currentFrameWidth!) - Number(lastIndexData.currentFrameWidth
313 itemData.preFrameWidth = Number(lastIndexData.currentFrameWidth);
333 currentFrameWidth: Float32Array; property in FrameSpacing
347 …this.currentFrameWidth = new Float32Array(transfer ? len : data.params.sharedArrayBuffers.animatio…
DFrameDynamicEffectSender.ts144 currentFrameWidth: new SharedArrayBuffer(Float32Array.BYTES_PER_ELEMENT * MAX_COUNT),
182 let currentFrameWidth = new Float32Array(res.currentFrameWidth);
196 currentFrameWidth: currentFrameWidth[index],
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpFrameTimeChart.test.ts166 currentFrameWidth: 1344,
179 currentFrameWidth: 1344,
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/frame/
DTabFrameSpacing.test.ts27 currentFrameWidth: 0,
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/
DTabFrameSpacing.ts73 frameSpacing.value2 = structValue.currentFrameWidth;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.ts323 currentFrameWidth: number | undefined; property in FrameSpacingStruct