Home
last modified time | relevance | path

Searched refs:appendDestinations (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.h124 void appendDestinations(SkPDFDict* dict, SkPDFObject* page) const;
DSkPDFDocument.cpp240 fPageDevice->appendDestinations(fDests.get(), page.get()); in onEndPage()
DSkPDFDevice.cpp1877 void SkPDFDevice::appendDestinations(SkPDFDict* dict, SkPDFObject* page) const { in appendDestinations() function in SkPDFDevice