vi: Partially implement buffer crop parameters.

This commit is contained in:
bunnei 2018-07-17 20:11:41 -04:00
parent 8931dadcf7
commit 42b866afc5
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 {