Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFDocument.cpp317 size_t count = fCurrentPageLinks.size(); in getAnnotations()
323 for (const auto& link : fCurrentPageLinks) { in getAnnotations()
371 fCurrentPageLinks.clear(); in onEndPage()
DSkPDFDocumentPriv.h155 std::vector<std::unique_ptr<SkPDFLink>> fCurrentPageLinks; variable
DSkPDFDevice.cpp374 fDocument->fCurrentPageLinks.push_back(std::move(link)); in drawAnnotation()