Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1400 for (const RectWithData& rectWithURL : fLinkToURLs) { in getAnnotations() local
1402 fInitialTransform.mapRect(&r, rectWithURL.rect); in getAnnotations()
1403 array->appendRef(fDocument->emit(*create_link_to_url(rectWithURL.data.get(), r))); in getAnnotations()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1413 for (const RectWithData& rectWithURL : fLinkToURLs) { in getAnnotations() local
1415 fInitialTransform.mapRect(&r, rectWithURL.rect); in getAnnotations()
1416 array->appendRef(fDocument->emit(*create_link_to_url(rectWithURL.data.get(), r))); in getAnnotations()