Searched refs:m_effectiveZoom (Results 1 – 5 of 5) sorted by relevance
40 , m_effectiveZoom(RenderStyle::initialZoom()) in StyleRareInheritedData()76 , m_effectiveZoom(o.m_effectiveZoom) in StyleRareInheritedData()127 && m_effectiveZoom == o.m_effectiveZoom in operator ==()
70 float m_effectiveZoom; variable
393 || rareInheritedData->m_effectiveZoom != other->rareInheritedData->m_effectiveZoom in diff()
491 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; } in effectiveZoom()940 void setEffectiveZoom(float f) { SET_VAR(rareInheritedData, m_effectiveZoom, f) } in setEffectiveZoom()
4770 …indent, cursorData, m_effectiveZoom, widows and orphans move from StyleInheritedData to StyleRareI…