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