Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1864 for (const RectWithData& rectWithURL : fLinkToURLs) { in appendAnnotations() local
1866 fInitialTransform.mapRect(&r, rectWithURL.rect); in appendAnnotations()
1867 array->appendObject(create_link_to_url(rectWithURL.data.get(), r)); in appendAnnotations()