Searched defs:Layer (Results 1 – 1 of 1) sorted by relevance
250 struct Layer { struct251 LayerBuffer *input_buffer = NULL; //!< Pointer to the buffer to be composed. argument259 LayerComposition composition = kCompositionGPU; //!< Composition type which can be set by either argument264 LayerRect src_rect; //!< Rectangular area of the layer buffer to argument267 LayerRect dst_rect; //!< The target position where the frame will be argument272 LayerRectArray visible_regions; //!< Visible rectangular areas in screen space. argument276 LayerRectArray dirty_regions; //!< Rectangular areas in the current frames argument280 LayerRectArray blit_regions; //!< Rectangular areas of this layer which need argument287 LayerBlending blending = kBlendingPremultiplied; //!< Blending operation which need to be argument291 LayerTransform transform; //!< Rotation/Flip operations which need to be argument[all …]