Searched refs:fLinkToURLs (Results 1 – 2 of 2) sorted by relevance
212 SkTDArray<RectWithData*> fLinkToURLs; variable
751 fLinkToURLs.deleteAll(); in cleanUp()1446 for (RectWithData* link : pdfDevice->fLinkToURLs) { in drawDevice()1447 fLinkToURLs.push(new RectWithData( in drawDevice()1718 fLinkToURLs.push(new RectWithData(transformedRect, urlData)); in handlePathAnnotation()1736 array->reserve(fLinkToURLs.count() + fLinkToDestinations.count()); in appendAnnotations()1737 for (RectWithData* rectWithURL : fLinkToURLs) { in appendAnnotations()