Searched refs:getPageHeight (Results 1 – 4 of 4) sorted by relevance
223 public int getPageHeight(int pageNum) { in getPageHeight() method in PdfProcessor226 return mPdfDocument.getPageHeight(pageNum); in getPageHeight()260 (float) clipHeight / getPageHeight(pageNum)); in renderPage()
116 public native int getPageHeight(int pageNum); in getPageHeight() method in PdfDocumentProxy
340 mHeight = mPdfProcessor.getPageHeight(index); in Page()
469 mHeight = mPdfProcessor.getPageHeight(mIndex); in Page()