Searched refs:SkPDFLink (Results 1 – 3 of 3) sorted by relevance
58 struct SkPDFLink { struct65 SkPDFLink(Type type, SkData* data, const SkRect& rect, int nodeId) in SkPDFLink() function155 std::vector<std::unique_ptr<SkPDFLink>> fCurrentPageLinks;
364 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()
326 if (link->fType == SkPDFLink::Type::kUrl) { in getAnnotations()331 } else if (link->fType == SkPDFLink::Type::kNamedDestination) { in getAnnotations()