| 1338 | }; |
| 1339 | |
| 1340 | struct MirrorLayerTransform |
| 1341 | { |
| 1342 | bool isAspectRatioSimilar; |
| 1343 | float widthScale; |
| 1344 | float heightScale; |
| 1345 | float offsetX; |
| 1346 | float offsetY; |
| 1347 | }; |
| 1348 | |
| 1349 | inline std::vector<DumpDisplayInfo> ParseDumpDisplayInfo(const std::string_view &dumpDisplayInfo) |
| 1350 | { |
nothing calls this directly
no outgoing calls
no test coverage detected