Searched defs:LayerRect (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | layer_stack.h | 203 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/ |
D | layer_stack.h | 265 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/ |
D | layer_stack.h | 266 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
|