Searched refs:getPageWidth (Results 1 – 4 of 4) sorted by relevance
212 public int getPageWidth(int pageNum) { in getPageWidth() method in PdfProcessor215 return mPdfDocument.getPageWidth(pageNum); in getPageWidth()259 transform.postScale((float) clipWidth / getPageWidth(pageNum), in renderPage()
110 public native int getPageWidth(int pageNum); in getPageWidth() method in PdfDocumentProxy
339 mWidth = mPdfProcessor.getPageWidth(index); in Page()
468 mWidth = mPdfProcessor.getPageWidth(mIndex); in Page()