Home | History | Annotate | Download | only in style

Lines Matching defs:effectiveZoom

550     float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; }
1703 double zoomFactor = style->effectiveZoom();
1719 return value / style->effectiveZoom();
1724 return value / style->effectiveZoom();
1732 setEffectiveZoom(effectiveZoom() * zoom());