Searched refs:pdfDest (Results 1 – 1 of 1) sorted by relevance
1751 SkAutoTUnref<SkPDFArray> pdfDest(new SkPDFArray); in appendDestinations() local1752 pdfDest->reserve(5); in appendDestinations()1753 pdfDest->appendObjRef(SkRef(page)); in appendDestinations()1754 pdfDest->appendName("XYZ"); in appendDestinations()1756 pdfDest->appendScalar(p.x()); in appendDestinations()1757 pdfDest->appendScalar(p.y()); in appendDestinations()1758 pdfDest->appendInt(0); // Leave zoom unchanged in appendDestinations()1760 dict->insertObject(name, pdfDest.detach()); in appendDestinations()