Home | History | Annotate | Download | only in style

Lines Matching defs:zoom

490     float zoom() const { return visual->m_zoom; }
952 void setZoom(float f) { SET_VAR(visual, m_zoom, f); setEffectiveZoom(effectiveZoom() * zoom()); }