Searched defs:NonInheritedFlags (Results 1 – 2 of 2) sorted by relevance
214 struct NonInheritedFlags { struct240 unsigned _effectiveDisplay : 5; // EDisplay241 unsigned _originalDisplay : 5; // EDisplay242 unsigned _overflowX : 3; // EOverflow243 unsigned _overflowY : 3; // EOverflow244 unsigned _vertical_align : 4; // EVerticalAlign245 unsigned _clear : 2; // EClear246 unsigned _position : 2; // EPosition247 unsigned _floating : 2; // EFloat248 unsigned _table_layout : 1; // ETableLayout[all …]
368 struct NonInheritedFlags { struct373 union {