Home | History | Annotate | Download | only in style

Lines Matching refs:setEffectiveZoom

939     void setZoom(float f) { SET_VAR(visual, m_zoom, f); setEffectiveZoom(effectiveZoom() * zoom()); }
940 void setEffectiveZoom(float f) { SET_VAR(rareInheritedData, m_effectiveZoom, f) }