Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp650 static std::unique_ptr<SkPDFDict> create_link_to_url(const SkData* urlData, const SkRect& r) { in create_link_to_url() function
1403 array->appendRef(fDocument->emit(*create_link_to_url(rectWithURL.data.get(), r))); in getAnnotations()
/external/skqp/src/pdf/
DSkPDFDevice.cpp650 static std::unique_ptr<SkPDFDict> create_link_to_url(const SkData* urlData, const SkRect& r) { in create_link_to_url() function
1416 array->appendRef(fDocument->emit(*create_link_to_url(rectWithURL.data.get(), r))); in getAnnotations()