Searched refs:pdfDest (Results 1 – 2 of 2) sorted by relevance
1417 auto pdfDest = SkPDFMakeArray(); in appendDestinations() local1418 pdfDest->reserve(5); in appendDestinations()1419 pdfDest->appendRef(page); in appendDestinations()1420 pdfDest->appendName("XYZ"); in appendDestinations()1421 pdfDest->appendScalar(p.x()); in appendDestinations()1422 pdfDest->appendScalar(p.y()); in appendDestinations()1423 pdfDest->appendInt(0); // Leave zoom unchanged in appendDestinations()1425 std::move(pdfDest)); in appendDestinations()
1430 auto pdfDest = SkPDFMakeArray(); in appendDestinations() local1431 pdfDest->reserve(5); in appendDestinations()1432 pdfDest->appendRef(page); in appendDestinations()1433 pdfDest->appendName("XYZ"); in appendDestinations()1434 pdfDest->appendScalar(p.x()); in appendDestinations()1435 pdfDest->appendScalar(p.y()); in appendDestinations()1436 pdfDest->appendInt(0); // Leave zoom unchanged in appendDestinations()1438 std::move(pdfDest)); in appendDestinations()