Searched refs:currentFrameWidth (Results 1 – 9 of 9) sorted by relevance
/developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
D | ProcedureWorkerFrameSpacing.test.ts | 50 currentFrameWidth: 1339, 65 currentFrameWidth: 1339, 82 currentFrameWidth: 1340, 115 currentFrameWidth: 1340,
|
/developtools/smartperf_host/ide/src/trace/database/data-trafic/ |
D | FrameDynamicEffectReceiver.ts | 290 frameSpacing.currentFrameWidth[index] = Number(itemData.currentFrameWidth); 322 currentFrameWidth: frameSpacing.currentFrameWidth.buffer, 341 frameSpacing.currentFrameWidth.buffer, 365 …let widthDifference = Number(itemData.currentFrameWidth!) - Number(lastIndexData.currentFrameWidth… 380 itemData.preFrameWidth = Number(lastIndexData.currentFrameWidth); 400 currentFrameWidth: Float32Array; property in FrameSpacing 418 …this.currentFrameWidth = new Float32Array(transfer ? len : data.params.sharedArrayBuffers.animatio…
|
D | FrameDynamicEffectSender.ts | 163 currentFrameWidth: new SharedArrayBuffer(Float32Array.BYTES_PER_ELEMENT * MAX_COUNT), 206 let currentFrameWidth = new Float32Array(res.currentFrameWidth); 228 currentFrameWidth: currentFrameWidth[index],
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/frame/ |
D | TabFrameSpacing.test.ts | 27 currentFrameWidth: 0,
|
/developtools/smartperf_host/ide/test/trace/component/chart/ |
D | SpFrameTimeChart.test.ts | 171 currentFrameWidth: 1344, 184 currentFrameWidth: 1344,
|
/developtools/smartperf_host/ide/test/trace/database/data-trafic/ |
D | FrameDynamicEffectReceiver.test.ts | 70 currentFrameWidth: "543",
|
D | FrameDynamicEffectSender.test.ts | 65 currentFrameWidth: 1344,
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/ |
D | TabFrameSpacing.ts | 73 frameSpacing.value2 = structValue.currentFrameWidth;
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerFrameSpacing.ts | 329 currentFrameWidth: number | undefined; property in FrameSpacingStruct
|