Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.cpp411 for (const auto& frectScalar : mFrectScalars) { in update() local
413 static_cast<int>(frectScalar.left * mDisplayArea.width), in update()
414 static_cast<int>(frectScalar.top * mDisplayArea.height), in update()
415 static_cast<int>(frectScalar.right * mDisplayArea.width), in update()
416 static_cast<int>(frectScalar.bottom * mDisplayArea.height)}); in update()
501 for (const auto& frectScalar : mFrectScalars) { in update() local
503 frectScalar.left * mBufferArea.width, in update()
504 frectScalar.top * mBufferArea.height, in update()
505 frectScalar.right * mBufferArea.width, in update()
506 frectScalar.bottom * mBufferArea.height}); in update()