Searched refs:frectScalar (Results 1 – 1 of 1) sorted by relevance
411 for (const auto& frectScalar : mFrectScalars) { in update() local413 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() local503 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()