Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1705 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice() local
1709 for (const RectWithData& l : pdfDevice->fLinkToURLs) { in drawDevice()
1713 for (const RectWithData& l : pdfDevice->fLinkToDestinations) { in drawDevice()
1717 for (const NamedDestination& d : pdfDevice->fNamedDestinations) { in drawDevice()
1722 if (pdfDevice->isContentEmpty()) { in drawDevice()
1742 sk_sp<SkPDFObject> xObject = pdfDevice->makeFormXObjectFromDevice(); in drawDevice()