Lines Matching defs:RequestedLayerState
36 struct RequestedLayerState : layer_state_t { struct
39 enum class Changes : uint32_t {
70 RequestedLayerState(const LayerCreationArgs&); argument
106 const uint32_t id;
107 const std::string name;
108 bool canBeRoot = false;
109 const uint32_t layerCreationFlags;
112 const gui::Uid ownerUid;
115 const gui::Pid ownerPid;
116 bool dataspaceRequested;
117 bool hasColorTransform;
118 bool transformIsValid = true;
143 ftl::Flags<RequestedLayerState::Changes> changes; argument
144 bool bgColorLayer = false;