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

/external/skia/include/pdf/
H A DSkPDFDocument.h54 * @param pdfDevice The page to add to this document.
56 SK_API bool setPage(int pageNumber, SkPDFDevice* pdfDevice);
61 * @param pdfDevice The page to add to this document.
63 SK_API bool appendPage(SkPDFDevice* pdfDevice);
/external/skia/src/pdf/
H A DSkPDFDocument.cpp193 bool SkPDFDocument::setPage(int pageNumber, SkPDFDevice* pdfDevice) { argument
209 SkPDFPage* page = new SkPDFPage(pdfDevice);
215 bool SkPDFDocument::appendPage(SkPDFDevice* pdfDevice) { argument
220 SkPDFPage* page = new SkPDFPage(pdfDevice);
H A DSkPDFDevice.cpp921 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); local
922 if (pdfDevice->isContentEmpty()) {
933 SkPDFFormXObject* xobject = new SkPDFFormXObject(pdfDevice);
939 fFontGlyphUsage->merge(pdfDevice->getFontGlyphUsage());
/external/skia/samplecode/
H A DSampleApp.cpp1031 SkPDFDevice* pdfDevice = new SkPDFDevice(size, size, local
1033 fPdfCanvas = new SkCanvas(pdfDevice);
1034 pdfDevice->unref();

Completed in 219 milliseconds