Searched refs:m_hasAspectRatio (Results 1 – 3 of 3) sorted by relevance
85 , m_hasAspectRatio(false) in StyleRareNonInheritedData()169 , m_hasAspectRatio(o.m_hasAspectRatio) in StyleRareNonInheritedData()258 && m_hasAspectRatio == o.m_hasAspectRatio in operator ==()
183 unsigned m_hasAspectRatio : 1; // Whether or not an aspect ratio has been specified. variable
744 bool hasAspectRatio() const { return rareNonInheritedData->m_hasAspectRatio; } in hasAspectRatio()1197 void setHasAspectRatio(bool b) { SET_VAR(rareNonInheritedData, m_hasAspectRatio, b); } in setHasAspectRatio()