Home
last modified time | relevance | path

Searched refs:endPage (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DSparseBitSet.cpp39 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/
DSparseBitSet.cpp39 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/
DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/third_party/skia/src/core/
DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/third_party/flutter/skia/tests/
DPDFDocumentTest.cpp35 doc->endPage(); in test_abort()
64 doc->endPage(); in test_abortWithFile()
95 doc->endPage(); in test_file()
113 doc->endPage(); in test_close()
DPDFTaggedTest.cpp145 document->endPage(); in DEF_TEST()
162 document->endPage(); in DEF_TEST()
DMultiSkpTest.cpp140 multipic->endPage(); in DEF_TEST()
DPDFJpegEmbedTest.cpp68 document->endPage(); in DEF_TEST()
/third_party/skia/tests/
DPDFDocumentTest.cpp36 doc->endPage(); in test_abort()
65 doc->endPage(); in test_abortWithFile()
96 doc->endPage(); in test_file()
114 doc->endPage(); in test_close()
DPDFTaggedPruningTest.cpp79 document->endPage(); in DEF_TEST()
137 document->endPage(); in DEF_TEST()
DPDFTaggedTest.cpp150 document->endPage(); in DEF_TEST()
175 document->endPage(); in DEF_TEST()
DPDFTaggedLinkTest.cpp73 document->endPage(); in DEF_TEST()
DMultiPictureDocumentTest.cpp119 multipic->endPage(); in DEF_TEST()
348 multipic->endPage(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DPDFTaggedTableTest.cpp135 document->endPage(); in DEF_TEST()
DPDFJpegEmbedTest.cpp68 document->endPage(); in DEF_TEST()
/third_party/skia/include/core/
DSkDocument.h46 void endPage();
/third_party/flutter/skia/include/core/
DSkDocument.h46 void endPage();
/third_party/skia/docs/examples/
DPDF.cpp24 pdfDocument->endPage(); in WritePDF()
/third_party/flutter/skia/docs/examples/
DPDF.cpp24 pdfDocument->endPage(); in WritePDF()
/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp156 document->endPage(); in WriteLine()
/third_party/flutter/skia/tools/
Dusing_skia_and_harfbuzz.cpp153 document->endPage(); in WriteLine()
/third_party/skia/bench/
DPDFBench.cpp300 doc.endPage(); in onDraw()
/third_party/flutter/skia/bench/
DPDFBench.cpp299 doc.endPage(); in onDraw()
/third_party/flutter/skia/tools/fm/
Dfm.cpp235 doc->endPage(); in draw_as_pdf()
/third_party/skia/tools/fm/
Dfm.cpp292 doc->endPage(); in draw_as_pdf()

12