Home
last modified time | relevance | path

Searched refs:copyMediaBox (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.h127 sk_sp<SkPDFArray> copyMediaBox() const;
DSkPDFDocument.cpp231 page->insertObject("MediaBox", fPageDevice->copyMediaBox()); in onEndPage()
DSkPDFDevice.cpp1764 sk_sp<SkPDFArray> SkPDFDevice::copyMediaBox() const { in copyMediaBox() function in SkPDFDevice
1901 SkPDFMakeFormXObject(this->content(), this->copyMediaBox(), in makeFormXObjectFromDevice()