Lines Matching refs:Bounds
88 struct Bounds {
94 explicit Bounds() = default;
95 inline explicit Bounds(int32_t l, int32_t t, int32_t r, int32_t b)
101 inline bool Bounds::nonZero() const {
105 inline bool operator==(const Bounds& left, const Bounds& right) {
131 Bounds padding;
134 * Optical layout bounds/insets. This overrides the padding for
140 Bounds layout_bounds;
145 Bounds outline;
181 * Optical layout bounds and round rect outline data must be serialized
188 * Serializes the layout bounds.
204 ::std::ostream& operator<<(::std::ostream& out, const Bounds& bounds);