Home
last modified time | relevance | path

Searched defs:Layer (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_stack.h236 struct Layer { struct
237 LayerBuffer *input_buffer = NULL; //!< Pointer to the buffer to be composed. argument
245 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument
250 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument
253 LayerRect dst_rect = {}; //!< The target position where the frame will be argument
258 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument
262 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument
266 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument
273 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument
277 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument
[all …]
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_stack.h266 struct Layer { struct
267 LayerBuffer *input_buffer = NULL; //!< Pointer to the buffer to be composed. argument
275 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument
280 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to argument
283 LayerRect dst_rect = {}; //!< The target position where the frame will be argument
288 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space. argument
292 std::vector<LayerRect> dirty_regions = {}; //!< Rectangular areas in the current frames argument
296 std::vector<LayerRect> blit_regions = {}; //!< Rectangular areas of this layer which need argument
303 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument
307 LayerTransform transform = {}; //!< Rotation/Flip operations which need to be argument
[all …]