Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFDocumentPriv.h51 struct SkPDFNamedDestination { struct
129 std::vector<SkPDFNamedDestination> fNamedDestinations;
DSkPDFDocument.cpp311 const std::vector<SkPDFNamedDestination>& namedDestinations) in append_destinations()
314 for (const SkPDFNamedDestination& dest : namedDestinations) { in append_destinations()
DSkPDFDevice.cpp324 fDocument->fNamedDestinations.push_back(SkPDFNamedDestination{sk_ref_sp(value), p, pg}); in drawAnnotation()
/third_party/skia/src/pdf/
DSkPDFDocumentPriv.h51 struct SkPDFNamedDestination { struct
156 std::vector<SkPDFNamedDestination> fNamedDestinations;
DSkPDFDocument.cpp299 const std::vector<SkPDFNamedDestination>& namedDestinations) in append_destinations()
302 for (const SkPDFNamedDestination& dest : namedDestinations) { in append_destinations()
DSkPDFDevice.cpp349 fDocument->fNamedDestinations.push_back(SkPDFNamedDestination{sk_ref_sp(value), p, pg}); in drawAnnotation()