Home | History | Annotate | Download | only in pdfium

Lines Matching defs:new_y

1827     int new_y = static_cast<int>(center.y() * current_zoom_) -
1829 if (new_y < 0)
1830 new_y = 0;
1831 client_->ScrollToY(new_y);