Home
last modified time | relevance | path

Searched refs:pageContent (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkPDFDocument.cpp335 std::unique_ptr<SkStreamAsset> pageContent = fPageDevice->content(); in onEndPage() local
350 page->insertRef("Contents", SkPDFStreamOut(nullptr, std::move(pageContent), this)); in onEndPage()
/third_party/skia/src/pdf/
DSkPDFDocument.cpp361 std::unique_ptr<SkStreamAsset> pageContent = fPageDevice->content(); in onEndPage() local
374 page->insertRef("Contents", SkPDFStreamOut(nullptr, std::move(pageContent), this)); in onEndPage()