Searched refs:pdfDest (Results 1 – 1 of 1) sorted by relevance
1602 SkAutoTUnref<SkPDFArray> pdfDest(SkNEW(SkPDFArray)); in appendDestinations() local1603 pdfDest->reserve(5); in appendDestinations()1604 pdfDest->appendObjRef(SkRef(page)); in appendDestinations()1605 pdfDest->appendName("XYZ"); in appendDestinations()1606 pdfDest->appendScalar(dest->point.x()); in appendDestinations()1607 pdfDest->appendScalar(dest->point.y()); in appendDestinations()1608 pdfDest->appendInt(0); // Leave zoom unchanged in appendDestinations()1610 dict->insertObject(name, pdfDest.detach()); in appendDestinations()