Searched refs:setEffectiveZoom (Results 1 – 5 of 5) sorted by relevance
121 …void setEffectiveZoom(float f) { m_fontBuilder.didChangeFontParameters(m_style->setEffectiveZoom(f… in setEffectiveZoom() function
386 style->setEffectiveZoom(RenderStyle::initialZoom()); in adjustRenderStyle()
579 …state.setEffectiveZoom(state.parentStyle() ? state.parentStyle()->effectiveZoom() : RenderStyle::i… in resetEffectiveZoom()603 state.setEffectiveZoom(RenderStyle::initialZoom()); in applyValueCSSPropertyZoom()607 state.setEffectiveZoom(docZoom); in applyValueCSSPropertyZoom()
114 style->setEffectiveZoom(5); in TEST()
1091 bool setEffectiveZoom(float);1815 setEffectiveZoom(effectiveZoom() * zoom()); in setZoom()1819 inline bool RenderStyle::setEffectiveZoom(float f) in setEffectiveZoom() function