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

  /external/skia/include/pdf/
SkPDFDocument.h 56 * @param pdfDevice The page to add to this document.
58 SK_API bool setPage(int pageNumber, SkPDFDevice* pdfDevice);
63 * @param pdfDevice The page to add to this document.
65 SK_API bool appendPage(SkPDFDevice* pdfDevice);
  /external/skia/src/pdf/
SkPDFDocument.cpp 196 bool SkPDFDocument::setPage(int pageNumber, SkPDFDevice* pdfDevice) {
212 SkPDFPage* page = new SkPDFPage(pdfDevice);
218 bool SkPDFDocument::appendPage(SkPDFDevice* pdfDevice) {
223 SkPDFPage* page = new SkPDFPage(pdfDevice);
SkPDFDevice.cpp     [all...]

Completed in 272 milliseconds