Home
last modified time | relevance | path

Searched defs:LayerRect (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_stack.h203 struct LayerRect { struct
209 LayerRect() = default; argument
211 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } in LayerRect() argument
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_stack.h265 struct LayerRect { struct
271 LayerRect() = default; argument
273 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } in LayerRect() argument
/hardware/qcom/display/sdm845/sdm/include/core/
Dlayer_stack.h266 struct LayerRect { struct
272 LayerRect() = default; argument
274 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } in LayerRect() function