Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1417 auto pdfDest = SkPDFMakeArray(); in appendDestinations() local
1418 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()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1430 auto pdfDest = SkPDFMakeArray(); in appendDestinations() local
1431 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()