Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFDocument.cpp281 const std::vector<std::pair<sk_sp<SkData>, SkRect>>& linkToURLs, in get_annotations() argument
285 size_t count = linkToURLs.size() + linkToDestinations.size(); in get_annotations()
291 for (const auto& rectWithURL : linkToURLs) { in get_annotations()