MCPcopy Create free account
hub / github.com/Bzi-Han/AndroidSurfaceImgui / MirrorLayerTransform

Class MirrorLayerTransform

modules/ANativeWindowCreator.h:1340–1347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected