Searched refs:onEndPage (Results 1 – 8 of 8) sorted by relevance
68 std::function<void(const SkPicture*)> onEndPage) in MultiPictureDocument()71 , fOnEndPage(onEndPage) in MultiPictureDocument()79 void onEndPage() override { in onEndPage() function117 std::function<void(const SkPicture*)> onEndPage) { in SkMakeMultiPictureDocument() argument118 return sk_make_sp<MultiPictureDocument>(wStream, procs, onEndPage); in SkMakeMultiPictureDocument()
29 std::function<void(const SkPicture*)> onEndPage = nullptr);
31 void onEndPage() override;63 void SkXPSDocument::onEndPage() { in onEndPage() function in SkXPSDocument
70 virtual void onEndPage() = 0;
47 this->onEndPage(); in endPage()
86 void onEndPage() override;
354 void SkPDFDocument::onEndPage() { in onEndPage() function in SkPDFDocument
28 (SkDocument::onEndPage() is called), the device's content and resources are255 When all drawing is complete, SkPDFDocument::onEndPage() will call