Home | History | Annotate | Download | only in dom

Lines Matching refs:effectiveZoom

251     if (renderer->style()->effectiveZoom() != 1.0f) {
256 if (curr->style()->effectiveZoom() != prev->style()->effectiveZoom()) {
399 rend->setScrollLeft(static_cast<int>(newLeft * rend->style()->effectiveZoom()));
406 rend->setScrollTop(static_cast<int>(newTop * rend->style()->effectiveZoom()));