Home
last modified time | relevance | path

Searched refs:m_effectiveZoom (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp39 , 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()
DSVGTextLayoutEngineSpacing.h41 float m_effectiveZoom; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp60 , m_effectiveZoom(RenderStyle::initialZoom()) in StyleRareInheritedData()
116 , m_effectiveZoom(o.m_effectiveZoom) in StyleRareInheritedData()
180 && m_effectiveZoom == o.m_effectiveZoom in operator ==()
DStyleRareInheritedData.h95 float m_effectiveZoom; variable
DRenderStyle.cpp488 || rareInheritedData->m_effectiveZoom != other.rareInheritedData->m_effectiveZoom in diffNeedsFullLayoutAndPaintInvalidation()
DRenderStyle.h578 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()