HomeSort by relevance Sort by last modified time
    Searched defs:LayerRect (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/msm8996/sdm/include/core/
layer_stack.h 203 struct LayerRect {
209 LayerRect() = default;
211 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
213 bool operator==(const LayerRect& rect) const {
217 bool operator!=(const LayerRect& rect) const {
224 @sa LayerRect
227 LayerRect *rect = NULL; //!< Pointer to first element of array.
250 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to
253 LayerRect dst_rect = {}; //!< The target position where the frame will be
258 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/include/core/
layer_stack.h 233 struct LayerRect {
239 LayerRect() = default;
241 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { }
243 bool operator==(const LayerRect& rect) const {
247 bool operator!=(const LayerRect& rect) const {
254 @sa LayerRect
257 LayerRect *rect = NULL; //!< Pointer to first element of array.
280 LayerRect src_rect = {}; //!< Rectangular area of the layer buffer to
283 LayerRect dst_rect = {}; //!< The target position where the frame will be
288 std::vector<LayerRect> visible_regions = {}; //!< Visible rectangular areas in screen space
    [all...]

Completed in 35 milliseconds