Searched refs:rectWithURL (Results 1 – 2 of 2) sorted by relevance
1400 for (const RectWithData& rectWithURL : fLinkToURLs) { in getAnnotations() local1402 fInitialTransform.mapRect(&r, rectWithURL.rect); in getAnnotations()1403 array->appendRef(fDocument->emit(*create_link_to_url(rectWithURL.data.get(), r))); in getAnnotations()
1413 for (const RectWithData& rectWithURL : fLinkToURLs) { in getAnnotations() local1415 fInitialTransform.mapRect(&r, rectWithURL.rect); in getAnnotations()1416 array->appendRef(fDocument->emit(*create_link_to_url(rectWithURL.data.get(), r))); in getAnnotations()