Home
last modified time | relevance | path

Searched refs:onEndPage (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/utils/
DSkMultiPictureDocument.cpp68 std::function<void(const SkPicture*)> onEndPage) in MultiPictureDocument()
71 , fOnEndPage(onEndPage) in MultiPictureDocument()
79 void onEndPage() override { in onEndPage() function
117 std::function<void(const SkPicture*)> onEndPage) { in SkMakeMultiPictureDocument() argument
118 return sk_make_sp<MultiPictureDocument>(wStream, procs, onEndPage); in SkMakeMultiPictureDocument()
DSkMultiPictureDocument.h29 std::function<void(const SkPicture*)> onEndPage = nullptr);
/external/skia/src/xps/
DSkXPSDocument.cpp31 void onEndPage() override;
63 void SkXPSDocument::onEndPage() { in onEndPage() function in SkXPSDocument
/external/skia/include/core/
DSkDocument.h70 virtual void onEndPage() = 0;
/external/skia/src/core/
DSkDocument.cpp47 this->onEndPage(); in endPage()
/external/skia/src/pdf/
DSkPDFDocumentPriv.h86 void onEndPage() override;
DSkPDFDocument.cpp354 void SkPDFDocument::onEndPage() { in onEndPage() function in SkPDFDocument
/external/skia/site/docs/dev/design/
Dpdftheory.md28 (SkDocument::onEndPage() is called), the device's content and resources are
255 When all drawing is complete, SkPDFDocument::onEndPage() will call