Lines Matching defs:State
108 struct State { struct
109 Geometry active;
110 Geometry requested;
111 uint32_t z;
112 uint32_t layerStack;
114 float alpha;
116 uint8_t alpha;
118 uint8_t flags;
119 uint8_t mask;
120 uint8_t reserved[2];
121 int32_t sequence; // changes when visible regions can change
122 bool modified;
124 Rect crop;
125 Rect requestedCrop;
127 Rect finalCrop;
131 wp<IBinder> handle;
132 uint64_t frameNumber;
137 Region activeTransparentRegion;
138 Region requestedTransparentRegion;