HomeSort by relevance Sort by last modified time
    Searched refs:GetPageScreenRect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/pdf/pdfium/
pdfium_engine.h 320 pp::Rect GetPageScreenRect(int page_index) const;
pdfium_engine.cc 700 pp::Rect page_rect_in_screen = GetPageScreenRect(index);
783 client_->Invalidate(GetPageScreenRect(index));
828 client_->Invalidate(GetPageScreenRect(pending_pages_[i]));
859 client_->Invalidate(GetPageScreenRect(i));
    [all...]

Completed in 168 milliseconds