Searched refs:m_effectiveZoom (Results 1 – 6 of 6) sorted by relevance
39 , m_effectiveZoom(effectiveZoom) in SVGTextLayoutEngineSpacing()44 ASSERT(m_effectiveZoom); in SVGTextLayoutEngineSpacing()100 if (m_effectiveZoom != 1) in calculateCSSSpacing()101 spacing = spacing / m_effectiveZoom; in calculateCSSSpacing()
41 float m_effectiveZoom; variable
60 , m_effectiveZoom(RenderStyle::initialZoom()) in StyleRareInheritedData()116 , m_effectiveZoom(o.m_effectiveZoom) in StyleRareInheritedData()180 && m_effectiveZoom == o.m_effectiveZoom in operator ==()
95 float m_effectiveZoom; variable
488 || rareInheritedData->m_effectiveZoom != other.rareInheritedData->m_effectiveZoom in diffNeedsFullLayoutAndPaintInvalidation()
578 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; } in effectiveZoom()1886 if (compareEqual(rareInheritedData->m_effectiveZoom, f)) in setEffectiveZoom()1888 rareInheritedData.access()->m_effectiveZoom = f; in setEffectiveZoom()