Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFDocumentPriv.h58 struct SkPDFLink { struct
65 SkPDFLink(Type type, SkData* data, const SkRect& rect, int nodeId) in SkPDFLink() function
155 std::vector<std::unique_ptr<SkPDFLink>> fCurrentPageLinks;
DSkPDFDevice.cpp364 SkPDFLink::Type linkType = SkPDFLink::Type::kNone; in drawAnnotation()
366 linkType = SkPDFLink::Type::kUrl; in drawAnnotation()
368 linkType = SkPDFLink::Type::kNamedDestination; in drawAnnotation()
371 if (linkType != SkPDFLink::Type::kNone) { in drawAnnotation()
372 std::unique_ptr<SkPDFLink> link = std::make_unique<SkPDFLink>( in drawAnnotation()
DSkPDFDocument.cpp326 if (link->fType == SkPDFLink::Type::kUrl) { in getAnnotations()
331 } else if (link->fType == SkPDFLink::Type::kNamedDestination) { in getAnnotations()