Searched defs:LayerRect (Results 1 – 6 of 6) 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() function
|
/hardware/qcom/display/msm8998/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
|
/hardware/qcom/display/msm8909w_3100/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() argument
|
/hardware/qcom/display/msm8909/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
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | layer_stack.h | 291 struct LayerRect { struct 297 LayerRect() = default; argument 299 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } in LayerRect() function
|
/hardware/qcom/sm7250/display/sdm/include/core/ |
D | layer_stack.h | 299 struct LayerRect { struct 305 LayerRect() = default; argument 307 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } in LayerRect() argument
|