Searched defs:FloatingObject (Results 1 – 1 of 1) sorted by relevance
344 struct FloatingObject { struct350 FloatingObject(Type type) in FloatingObject() argument362 Type type() { return static_cast<Type>(m_type); } in type()364 RenderBox* m_renderer;365 int m_top;366 int m_bottom;367 int m_left;368 int m_width;369 unsigned m_type : 1; // Type (left or right aligned)370 bool m_shouldPaint : 1;[all …]