Searched refs:SkPDFDevice (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 436 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw, in ScopedContentEntry() 443 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack, in ScopedContentEntry() 460 SkPDFDevice* fDevice; 485 return SkNEW_ARGS(SkPDFDevice, (size, c->getTotalClipStack(), in newDevice() 488 return SkNEW_ARGS(SkPDFDevice, (size, size, initialTransform)); in newDevice() 513 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize, in SkPDFDevice() function in SkPDFDevice 533 SkPDFDevice::SkPDFDevice(const SkISize& layerSize, in SkPDFDevice() function in SkPDFDevice 546 SkPDFDevice::~SkPDFDevice() { in ~SkPDFDevice() 550 void SkPDFDevice::init() { in init() 556 SkDeviceFactory* SkPDFDevice::onNewDeviceFactory() { in onNewDeviceFactory() [all …]
|
D | pdf_files.mk | 3 SkPDFDevice.cpp \
|
D | SkPDFFormXObject.cpp | 26 SkPDFFormXObject::SkPDFFormXObject(SkPDFDevice* device) { in SkPDFFormXObject()
|
D | SkPDFPage.cpp | 22 SkPDFPage::SkPDFPage(const SkRefPtr<SkPDFDevice>& content) in SkPDFPage()
|
D | SkPDFDocument.cpp | 143 bool SkPDFDocument::appendPage(const SkRefPtr<SkPDFDevice>& pdfDevice) { in appendPage()
|
D | SkPDFShader.cpp | 503 SkPDFDevice pattern(size, size, unflip); in doImageShader()
|
/external/skia/include/pdf/ |
D | SkPDFDevice.h | 29 class SkPDFDevice; variable 52 class SkPDFDevice : public SkDevice { 73 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize, 75 SK_API virtual ~SkPDFDevice(); 173 SkPDFDevice(const SkISize& layerSize, const SkClipStack& existingClipStack, 223 SkPDFDevice(const SkPDFDevice&); 224 void operator=(const SkPDFDevice&);
|
D | SkPDFPage.h | 26 class SkPDFDevice; variable 40 explicit SkPDFPage(const SkRefPtr<SkPDFDevice>& content); 95 SkRefPtr<SkPDFDevice> fDevice;
|
D | SkPDFFormXObject.h | 26 class SkPDFDevice; variable 45 explicit SkPDFFormXObject(SkPDFDevice* device);
|
D | SkPDFDocument.h | 25 class SkPDFDevice; variable 50 SK_API bool appendPage(const SkRefPtr<SkPDFDevice>& pdfDevice);
|
/external/skia/gm/ |
D | gmmain.cpp | 241 SkPDFDevice* dev = new SkPDFDevice(size, size, identity); in generate_pdf()
|
/external/skia/include/core/ |
D | SkPaint.h | 876 friend class SkPDFDevice; variable
|