Home
last modified time | relevance | path

Searched refs:fNamedDestinations (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/pdf/
DSkPDFDocument.cpp537 if (!fNamedDestinations.empty()) { in onClose()
538 docCatalog->insertRef("Dests", append_destinations(this, fNamedDestinations)); in onClose()
539 fNamedDestinations.clear(); in onClose()
DSkPDFDocumentPriv.h129 std::vector<SkPDFNamedDestination> fNamedDestinations; variable
DSkPDFDevice.cpp324 fDocument->fNamedDestinations.push_back(SkPDFNamedDestination{sk_ref_sp(value), p, pg}); in drawAnnotation()
/third_party/skia/src/pdf/
DSkPDFDocument.cpp567 if (!fNamedDestinations.empty()) { in onClose()
568 docCatalog->insertRef("Dests", append_destinations(this, fNamedDestinations)); in onClose()
569 fNamedDestinations.clear(); in onClose()
DSkPDFDocumentPriv.h156 std::vector<SkPDFNamedDestination> fNamedDestinations; variable
DSkPDFDevice.cpp349 fDocument->fNamedDestinations.push_back(SkPDFNamedDestination{sk_ref_sp(value), p, pg}); in drawAnnotation()