HomeSort by relevance Sort by last modified time
    Searched refs:pdfDevice (Results 1 - 4 of 4) sorted by null

  /external/skia/include/pdf/
SkPDFDocument.h 54 * @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/
SkPDFDocument.cpp 193 bool SkPDFDocument::setPage(int pageNumber, SkPDFDevice* pdfDevice) {
209 SkPDFPage* page = new SkPDFPage(pdfDevice);
215 bool SkPDFDocument::appendPage(SkPDFDevice* pdfDevice) {
220 SkPDFPage* page = new SkPDFPage(pdfDevice);
SkPDFDevice.cpp     [all...]
  /external/skia/samplecode/
SampleApp.cpp 1031 SkPDFDevice* pdfDevice = new SkPDFDevice(size, size,
1033 fPdfCanvas = new SkCanvas(pdfDevice);
1034 pdfDevice->unref();
    [all...]

Completed in 443 milliseconds