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 48 * @param pdfDevice The page to add to this document.
50 SK_API bool appendPage(const SkRefPtr<SkPDFDevice>& pdfDevice);
  /external/skia/src/pdf/
SkPDFDocument.cpp 143 bool SkPDFDocument::appendPage(const SkRefPtr<SkPDFDevice>& pdfDevice) {
147 SkPDFPage* page = new SkPDFPage(pdfDevice);
SkPDFDevice.cpp     [all...]

Completed in 904 milliseconds