Searched defs:Layer (Results 1 – 10 of 10) sorted by relevance
317 struct Layer { struct318 LayerBuffer input_buffer = {}; //!< Buffer to be composed. argument326 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument331 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument334 LayerRect dst_rect = {}; //!< The target position where the frame will be argument339 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument343 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument347 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument354 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument358 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument[all …]
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 …]
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 …]
129 class Layer; variable
121 class Layer; variable
1975 HWC2On1Adapter::Layer::Layer(Display& display) in Layer() function in android::HWC2On1Adapter::Layer
587 virtual void onLayerDestroyed(Display /* display */, Layer /* layer */) {} in onLayerDestroyed() argument
1905 HWC2On1Adapter::Layer::Layer(Display& display) in Layer() function in android::HWC2On1Adapter::Layer