Searched defs:Layer (Results 1 – 5 of 5) sorted by relevance
236 struct Layer { struct237 LayerBuffer *input_buffer = NULL; //!< Pointer to the buffer to be composed. argument245 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument250 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument253 LayerRect dst_rect = {}; //!< The target position where the frame will be argument258 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument262 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument266 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument273 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument277 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument[all …]
298 struct Layer { struct299 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument307 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument312 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument315 LayerRect dst_rect = {}; //!< The target position where the frame will be argument320 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument324 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument328 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument335 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument339 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument[all …]
299 struct Layer { struct300 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument308 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument313 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument316 LayerRect dst_rect = {}; //!< The target position where the frame will be argument321 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument325 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument329 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument336 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument340 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument[all …]
121 class Layer; variable
1975 HWC2On1Adapter::Layer::Layer(Display& display) in Layer() function in android::HWC2On1Adapter::Layer