Searched refs:frameSpacingResult (Results 1 – 8 of 8) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerFrameSpacing.test.ts | 51 frameSpacingResult: 0.2, 66 frameSpacingResult: 0.1, 81 frameSpacingResult: 0.1, 116 frameSpacingResult: 0.1,
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerFrameSpacing.ts | 88 return filterData.frameSpacingResult!; 94 return filterData.frameSpacingResult!; 173 ((currentStruct.frameSpacingResult! - minValue) * (row.frame.height - padding * multiple)) / 255 frameSpacing.frameSpacingResult = 0; 283 return filterData.frameSpacingResult!; 289 return filterData.frameSpacingResult!; 320 frameSpacingResult: number | undefined; property in FrameSpacingStruct 368 … ((frameSpacing.frameSpacingResult! - minValue) * (row.frame.height - padding * multiple)) / 474 …((preFrameSpacing.frameSpacingResult! - minValue) * (rowFrame.frame.height - padding * multiple)) / 481 … ((currentStruct.frameSpacingResult! - minValue) * (rowFrame.frame.height - padding * multiple)) /
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/ |
| D | FrameDynamicEffectReceiver.ts | 240 frameSpacing.frameSpacingResult[index] = Number(itemData.frameSpacingResult); 262 frameSpacingResult: frameSpacing.frameSpacingResult.buffer, 281 frameSpacing.frameSpacingResult.buffer, 311 itemData.frameSpacingResult = Number(result.toFixed(unitIndex)); 321 itemData.frameSpacingResult = 0; 336 frameSpacingResult: Float32Array; property in FrameSpacing 350 …this.frameSpacingResult = new Float32Array(transfer ? len : data.params.sharedArrayBuffers.animati…
|
| D | FrameDynamicEffectSender.ts | 147 frameSpacingResult: new SharedArrayBuffer(Float32Array.BYTES_PER_ELEMENT * MAX_COUNT), 185 let frameSpacingResult = new Float32Array(res.frameSpacingResult); 199 frameSpacingResult: frameSpacingResult[index],
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/ |
| D | TabFrameSpacing.ts | 98 frameSpacing.frameSpacingResult = structValue.frameSpacingResult; 203 frameSpacingResult: number | undefined; property in FrameSpacingTableStruct
|
| /developtools/smartperf_host/ide/test/trace/component/chart/ |
| D | SpFrameTimeChart.test.ts | 168 frameSpacingResult: 0.1, 181 frameSpacingResult: 0,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/frame/ |
| D | TabFrameSpacing.test.ts | 30 frameSpacingResult: 0,
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BoxSelection.ts | 727 frameData.frameSpacingResult !== -1 &&
|