Searched refs:startPage (Results 1 – 10 of 10) sorted by relevance
39 uint32_t startPage = start >> kLogValuesPerPage; in calcNumPages() local41 if (startPage >= nonzeroPageEnd) { in calcNumPages()42 if (startPage > nonzeroPageEnd) { in calcNumPages()50 nPages += endPage - startPage; in calcNumPages()76 uint32_t startPage = start >> kLogValuesPerPage; in initFromRanges() local78 if (startPage >= nonzeroPageEnd) { in initFromRanges()79 if (startPage > nonzeroPageEnd) { in initFromRanges()83 for (uint32_t j = nonzeroPageEnd; j < startPage; j++) { in initFromRanges()87 mIndices[startPage] = (currentPage++) << (kLogValuesPerPage - kLogBitsPerEl); in initFromRanges()103 for (size_t j = startPage + 1; j < endPage + 1; j++) { in initFromRanges()
128 public @NonNull Page startPage(@IntRange(from = 0) int pageNumber) { in startPage() method in PrintedPdfDocument133 return startPage(pageInfo); in startPage()
64 SkCanvas* startPage(int width, int height, in startPage() function in android::PdfDocument129 SkCanvas* canvas = document->startPage(pageWidth, pageHeight, in nativeStartPage()
115 public Page startPage(PageInfo pageInfo) { in startPage() method in PdfDocument
340 Page page = pdfDocument.startPage(1); in writeBitmap()350 Page dummyPage = dummyDocument.startPage(1); in writeBitmap()
259 PdfDocument.Page page = mPdfDocument.startPage(i);
12047 …method public android.graphics.pdf.PdfDocument.Page startPage(android.graphics.pdf.PdfDocument.Pag…23144 method public android.graphics.pdf.PdfDocument.Page startPage(int);
13155 …method public android.graphics.pdf.PdfDocument.Page startPage(android.graphics.pdf.PdfDocument.Pag…30216 method public android.graphics.pdf.PdfDocument.Page startPage(int);
13168 …method public android.graphics.pdf.PdfDocument.Page startPage(android.graphics.pdf.PdfDocument.Pag…30289 method public android.graphics.pdf.PdfDocument.Page startPage(int);
13594 …method public android.graphics.pdf.PdfDocument.Page startPage(android.graphics.pdf.PdfDocument.Pag…32765 method public android.graphics.pdf.PdfDocument.Page startPage(int);