Home
last modified time | relevance | path

Searched refs:pdfDest (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.cpp1879 auto pdfDest = sk_make_sp<SkPDFArray>(); in appendDestinations() local
1880 pdfDest->reserve(5); in appendDestinations()
1881 pdfDest->appendObjRef(sk_ref_sp(page)); in appendDestinations()
1882 pdfDest->appendName("XYZ"); in appendDestinations()
1884 pdfDest->appendScalar(p.x()); in appendDestinations()
1885 pdfDest->appendScalar(p.y()); in appendDestinations()
1886 pdfDest->appendInt(0); // Leave zoom unchanged in appendDestinations()
1888 dict->insertObject(name, std::move(pdfDest)); in appendDestinations()