Searched refs:appendDestinations (Results 1 – 3 of 3) sorted by relevance
151 void appendDestinations(SkPDFDict* dict, SkPDFObject* page) const;
1598 void SkPDFDevice::appendDestinations(SkPDFDict* dict, SkPDFObject* page) const { in appendDestinations() function in SkPDFDevice
172 pageDevices[i]->appendDestinations(dests, page.get()); in emit_pdf_document()