Searched refs:m_effectiveZoom (Results 1 – 4 of 4) sorted by relevance
60 , m_effectiveZoom(RenderStyle::initialZoom()) in StyleRareInheritedData()112 , m_effectiveZoom(o.m_effectiveZoom) in StyleRareInheritedData()180 && m_effectiveZoom == o.m_effectiveZoom in operator ==()
75 float m_effectiveZoom; variable
459 || rareInheritedData->m_effectiveZoom != other->rareInheritedData->m_effectiveZoom in diff()
568 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; } in effectiveZoom()1821 if (compareEqual(rareInheritedData->m_effectiveZoom, f)) in setEffectiveZoom()1823 rareInheritedData.access()->m_effectiveZoom = f; in setEffectiveZoom()