Home
last modified time | relevance | path

Searched refs:locationFromPageNumber (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/src/com/artifex/mupdf/fitz/
H A DDocument.java139 public Location locationFromPageNumber(int number) { in locationFromPageNumber() method in Document
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/example/
H A DViewer.java379 currentPage = doc.locationFromPageNumber(0); in reload()
625 Location finalPage = searchDirection > 0 ? doc.lastPage() : doc.locationFromPageNumber(0); in search()
661 this.finalPage = searchDirection > 0 ? doc.lastPage() : doc.locationFromPageNumber(0); in SearchTask()
1247 currentPage = doc.locationFromPageNumber(page); in jumpToPage()