Home | History | Annotate | Download | only in style

Lines Matching refs:effectiveZoom

457     float effectiveZoom() const { return inherited->m_effectiveZoom; }
852 void setZoom(float f) { SET_VAR(visual, m_zoom, f); setEffectiveZoom(effectiveZoom() * zoom()); }