Searched refs:setZoom (Results 1 – 6 of 6) sorted by relevance
120 void setZoom(float f) { m_fontBuilder.didChangeFontParameters(m_style->setZoom(f)); } in setZoom() function
585 state.setZoom(RenderStyle::initialZoom()); in applyInitialCSSPropertyZoom()591 state.setZoom(state.parentStyle()->zoom()); in applyInheritCSSPropertyZoom()601 state.setZoom(RenderStyle::initialZoom()); in applyValueCSSPropertyZoom()604 state.setZoom(RenderStyle::initialZoom()); in applyValueCSSPropertyZoom()608 state.setZoom(docZoom); in applyValueCSSPropertyZoom()612 state.setZoom(percent / 100.0f); in applyValueCSSPropertyZoom()616 state.setZoom(number); in applyValueCSSPropertyZoom()
589 …style->setZoom(clampTo<float>(toAnimatableDouble(value)->toDouble(), std::numeric_limits<float>::d… in applyProperty()
605 documentStyle->setZoom(frame && !document.printing() ? frame->pageZoomFactor() : 1); in styleForDocument()
54 public int setZoom(int i) { in setZoom() method in ShadowMapController
1089 bool setZoom(float);1090 void setZoomWithoutReturnValue(float f) { setZoom(f); } in setZoomWithoutReturnValue()1810 inline bool RenderStyle::setZoom(float f) in setZoom() function