Home | History | Annotate | Download | only in css

Lines Matching refs:effectiveZoom

1122         fontDescription.setComputedSize(CSSStyleSelector::getComputedSizeFromSpecifiedSize(document, fontDescription.isAbsoluteSize(), size, documentStyle->effectiveZoom()));
1500 const int intrinsicMargin = 2 * style->effectiveZoom();
2984 float zoomFactor = m_style->effectiveZoom();
4037 double multiplier = m_style->effectiveZoom();
4323 m_style->setEffectiveZoom(m_parentStyle ? m_parentStyle->effectiveZoom() : RenderStyle::initialZoom());
4519 fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(m_checker.m_document, fontDescription.isAbsoluteSize(), fontDescription.specifiedSize(), m_style->effectiveZoom()));
5538 float zoomFactor = m_style->effectiveZoom();
5573 float zoomFactor = m_style->effectiveZoom();
5597 float zoomFactor = m_style->effectiveZoom();
5821 if (style->effectiveZoom() == parentStyle->effectiveZoom())
5871 fontDescription.setComputedSize(getComputedSizeFromSpecifiedSize(m_checker.m_document, fontDescription.isAbsoluteSize(), size, m_style->effectiveZoom()));
6129 float zoomFactor = style ? style->effectiveZoom() : 1;