Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1477 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice() local
1481 for (const RectWithData& l : pdfDevice->fLinkToURLs) { in drawDevice()
1485 for (const RectWithData& l : pdfDevice->fLinkToDestinations) { in drawDevice()
1489 for (const NamedDestination& d : pdfDevice->fNamedDestinations) { in drawDevice()
1494 if (pdfDevice->isContentEmpty()) { in drawDevice()
1514 sk_sp<SkPDFObject> xObject = pdfDevice->makeFormXObjectFromDevice(); in drawDevice()