/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | SparseBitSet.cpp | 39 uint32_t endPage = (end - 1) >> kLogValuesPerPage; in calcNumPages() local 49 nPages += endPage - startPage; in calcNumPages() 50 nonzeroPageEnd = endPage + 1; in calcNumPages() 75 uint32_t endPage = (end - 1) >> kLogValuesPerPage; in initFromRanges() local 103 for (size_t j = startPage + 1; j < endPage + 1; j++) { in initFromRanges() 106 nonzeroPageEnd = endPage + 1; in initFromRanges()
|
/third_party/flutter/txt/src/minikin/ |
D | SparseBitSet.cpp | 39 uint32_t endPage = (end - 1) >> kLogValuesPerPage; in calcNumPages() local 49 nPages += endPage - startPage; in calcNumPages() 50 nonzeroPageEnd = endPage + 1; in calcNumPages() 75 uint32_t endPage = (end - 1) >> kLogValuesPerPage; in initFromRanges() local 103 for (size_t j = startPage + 1; j < endPage + 1; j++) { in initFromRanges() 106 nonzeroPageEnd = endPage + 1; in initFromRanges()
|
/third_party/flutter/skia/src/core/ |
D | SkDocument.cpp | 37 this->endPage(); in beginPage() 44 void SkDocument::endPage() { in endPage() function in SkDocument 63 this->endPage(); in close()
|
/third_party/skia/src/core/ |
D | SkDocument.cpp | 37 this->endPage(); in beginPage() 44 void SkDocument::endPage() { in endPage() function in SkDocument 63 this->endPage(); in close()
|
/third_party/flutter/skia/tests/ |
D | PDFDocumentTest.cpp | 35 doc->endPage(); in test_abort() 64 doc->endPage(); in test_abortWithFile() 95 doc->endPage(); in test_file() 113 doc->endPage(); in test_close()
|
D | PDFTaggedTest.cpp | 145 document->endPage(); in DEF_TEST() 162 document->endPage(); in DEF_TEST()
|
D | MultiSkpTest.cpp | 140 multipic->endPage(); in DEF_TEST()
|
D | PDFJpegEmbedTest.cpp | 68 document->endPage(); in DEF_TEST()
|
/third_party/skia/tests/ |
D | PDFDocumentTest.cpp | 36 doc->endPage(); in test_abort() 65 doc->endPage(); in test_abortWithFile() 96 doc->endPage(); in test_file() 114 doc->endPage(); in test_close()
|
D | PDFTaggedPruningTest.cpp | 79 document->endPage(); in DEF_TEST() 137 document->endPage(); in DEF_TEST()
|
D | PDFTaggedTest.cpp | 150 document->endPage(); in DEF_TEST() 175 document->endPage(); in DEF_TEST()
|
D | PDFTaggedLinkTest.cpp | 73 document->endPage(); in DEF_TEST()
|
D | MultiPictureDocumentTest.cpp | 119 multipic->endPage(); in DEF_TEST() 348 multipic->endPage(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | PDFTaggedTableTest.cpp | 135 document->endPage(); in DEF_TEST()
|
D | PDFJpegEmbedTest.cpp | 68 document->endPage(); in DEF_TEST()
|
/third_party/skia/include/core/ |
D | SkDocument.h | 46 void endPage();
|
/third_party/flutter/skia/include/core/ |
D | SkDocument.h | 46 void endPage();
|
/third_party/skia/docs/examples/ |
D | PDF.cpp | 24 pdfDocument->endPage(); in WritePDF()
|
/third_party/flutter/skia/docs/examples/ |
D | PDF.cpp | 24 pdfDocument->endPage(); in WritePDF()
|
/third_party/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 156 document->endPage(); in WriteLine()
|
/third_party/flutter/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 153 document->endPage(); in WriteLine()
|
/third_party/skia/bench/ |
D | PDFBench.cpp | 300 doc.endPage(); in onDraw()
|
/third_party/flutter/skia/bench/ |
D | PDFBench.cpp | 299 doc.endPage(); in onDraw()
|
/third_party/flutter/skia/tools/fm/ |
D | fm.cpp | 235 doc->endPage(); in draw_as_pdf()
|
/third_party/skia/tools/fm/ |
D | fm.cpp | 292 doc->endPage(); in draw_as_pdf()
|