Searched defs:LayerRect (Results 1 – 1 of 1) sorted by relevance
203 struct LayerRect { struct209 LayerRect() = default; argument211 LayerRect(float l, float t, float r, float b) : left(l), top(t), right(r), bottom(b) { } in LayerRect() function