Searched refs:pdfDevice (Results 1 – 2 of 2) sorted by relevance
1442 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice() local1446 for (RectWithData* link : pdfDevice->fLinkToURLs) { in drawDevice()1450 for (RectWithData* link : pdfDevice->fLinkToDestinations) { in drawDevice()1454 for (NamedDestination* d : pdfDevice->fNamedDestinations) { in drawDevice()1459 if (pdfDevice->isContentEmpty()) { in drawDevice()1480 SkAutoTUnref<SkPDFFormXObject> xObject(new SkPDFFormXObject(pdfDevice)); in drawDevice()1485 fFontGlyphUsage->merge(pdfDevice->getFontGlyphUsage()); in drawDevice()
60 SkAutoUnref<SkPDFDevice> pdfDevice(63 SkCanvas canvas(pdfDevice);