Searched refs:pdfDest (Results 1 – 1 of 1) sorted by relevance
1652 auto pdfDest = sk_make_sp<SkPDFArray>(); in appendDestinations() local1653 pdfDest->reserve(5); in appendDestinations()1654 pdfDest->appendObjRef(sk_ref_sp(page)); in appendDestinations()1655 pdfDest->appendName("XYZ"); in appendDestinations()1657 pdfDest->appendScalar(p.x()); in appendDestinations()1658 pdfDest->appendScalar(p.y()); in appendDestinations()1659 pdfDest->appendInt(0); // Leave zoom unchanged in appendDestinations()1661 dict->insertObject(name, std::move(pdfDest)); in appendDestinations()