vi: Partially implement buffer crop parameters.

This commit is contained in:
bunnei
2018-07-17 20:11:41 -04:00
parent 8e28af6f89
commit c3dd456d51
9 changed files with 46 additions and 14 deletions

View File

@ -67,6 +67,7 @@ struct FramebufferConfig {
using TransformFlags = Service::NVFlinger::BufferQueue::BufferTransformFlags;
TransformFlags transform_flags;
MathUtil::Rectangle<int> crop_rect;
};
namespace Engines {