Home
last modified time | relevance | path

Searched refs:SkPDFDevice (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.cpp436 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 …]
Dpdf_files.mk3 SkPDFDevice.cpp \
DSkPDFFormXObject.cpp26 SkPDFFormXObject::SkPDFFormXObject(SkPDFDevice* device) { in SkPDFFormXObject()
DSkPDFPage.cpp22 SkPDFPage::SkPDFPage(const SkRefPtr<SkPDFDevice>& content) in SkPDFPage()
DSkPDFDocument.cpp143 bool SkPDFDocument::appendPage(const SkRefPtr<SkPDFDevice>& pdfDevice) { in appendPage()
DSkPDFShader.cpp503 SkPDFDevice pattern(size, size, unflip); in doImageShader()
/external/skia/include/pdf/
DSkPDFDevice.h29 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&);
DSkPDFPage.h26 class SkPDFDevice; variable
40 explicit SkPDFPage(const SkRefPtr<SkPDFDevice>& content);
95 SkRefPtr<SkPDFDevice> fDevice;
DSkPDFFormXObject.h26 class SkPDFDevice; variable
45 explicit SkPDFFormXObject(SkPDFDevice* device);
DSkPDFDocument.h25 class SkPDFDevice; variable
50 SK_API bool appendPage(const SkRefPtr<SkPDFDevice>& pdfDevice);
/external/skia/gm/
Dgmmain.cpp241 SkPDFDevice* dev = new SkPDFDevice(size, size, identity); in generate_pdf()
/external/skia/include/core/
DSkPaint.h876 friend class SkPDFDevice; variable