HomeSort by relevance Sort by last modified time
    Searched refs:SkPDFDevice (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFormXObject.h 21 class SkPDFDevice;
40 explicit SkPDFFormXObject(SkPDFDevice* device);
SkPDFPage.h 19 class SkPDFDevice;
34 explicit SkPDFPage(SkPDFDevice* content);
102 SkAutoTUnref<SkPDFDevice> fDevice;
SkPDFDeviceFlattener.h 11 #include "SkPDFDevice.h"
21 class SkPDFDeviceFlattener : public SkPDFDevice {
23 typedef SkPDFDevice INHERITED;
SkPDFDevice.cpp 8 #include "SkPDFDevice.h"
570 SkBaseDevice* SkPDFDevice::onCreateDevice(const SkImageInfo& info, Usage usage) {
583 return SkNEW_ARGS(SkPDFDevice, (size, size, initialTransform));
609 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw,
617 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack,
675 SkPDFDevice* fDevice;
724 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
754 SkPDFDevice::SkPDFDevice(const SkISize& layerSize
    [all...]
SkPDFFormXObject.cpp 14 #include "SkPDFDevice.h"
20 SkPDFFormXObject::SkPDFFormXObject(SkPDFDevice* device) {
SkPDFPage.cpp 12 #include "SkPDFDevice.h"
16 SkPDFPage::SkPDFPage(SkPDFDevice* content)
SkPDFDocument.cpp 11 #include "SkPDFDevice.h"
229 bool SkPDFDocument::setPage(int pageNumber, SkPDFDevice* pdfDevice) {
251 bool SkPDFDocument::appendPage(SkPDFDevice* pdfDevice) {
  /external/skia/src/pdf/
SkPDFFormXObject.h 21 class SkPDFDevice;
40 explicit SkPDFFormXObject(SkPDFDevice* device);
SkPDFPage.h 19 class SkPDFDevice;
34 explicit SkPDFPage(SkPDFDevice* content);
102 SkAutoTUnref<SkPDFDevice> fDevice;
SkPDFDeviceFlattener.h 11 #include "SkPDFDevice.h"
21 class SkPDFDeviceFlattener : public SkPDFDevice {
23 typedef SkPDFDevice INHERITED;
SkPDFDevice.cpp 8 #include "SkPDFDevice.h"
585 SkBaseDevice* SkPDFDevice::onCreateDevice(const SkImageInfo& info, Usage usage) {
589 return SkNEW_ARGS(SkPDFDevice, (size, size, initialTransform));
615 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw,
623 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack,
681 SkPDFDevice* fDevice;
734 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
762 SkPDFDevice::SkPDFDevice(const SkISize& layerSize
    [all...]
SkPDFFormXObject.cpp 14 #include "SkPDFDevice.h"
20 SkPDFFormXObject::SkPDFFormXObject(SkPDFDevice* device) {
SkPDFPage.cpp 11 #include "SkPDFDevice.h"
16 SkPDFPage::SkPDFPage(SkPDFDevice* content)
SkPDFDocument.cpp 11 #include "SkPDFDevice.h"
229 bool SkPDFDocument::setPage(int pageNumber, SkPDFDevice* pdfDevice) {
251 bool SkPDFDocument::appendPage(SkPDFDevice* pdfDevice) {
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDocument.h 19 class SkPDFDevice;
62 SK_API bool setPage(int pageNumber, SkPDFDevice* pdfDevice);
69 SK_API bool appendPage(SkPDFDevice* pdfDevice);
SkPDFDevice.h 26 class SkPDFDevice;
44 /** \class SkPDFDevice
48 class SkPDFDevice : public SkBaseDevice {
60 * or apply a rotation. Note1: the SkPDFDevice also applies
65 * inverse scale+translate to accommodate the one that SkPDFDevice
69 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
71 SK_API virtual ~SkPDFDevice();
219 // TODO(vandebo): push most of SkPDFDevice's state into a core object in
258 SkPDFDevice(const SkISize& layerSize, const SkClipStack& existingClipStack,
336 // an SkPDFDevice
    [all...]
  /external/skia/include/pdf/
SkPDFDocument.h 19 class SkPDFDevice;
62 SK_API bool setPage(int pageNumber, SkPDFDevice* pdfDevice);
69 SK_API bool appendPage(SkPDFDevice* pdfDevice);
SkPDFDevice.h 26 class SkPDFDevice;
44 /** \class SkPDFDevice
48 class SkPDFDevice : public SkBitmapDevice {
60 * or apply a rotation. Note1: the SkPDFDevice also applies
65 * inverse scale+translate to accommodate the one that SkPDFDevice
69 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
71 SK_API virtual ~SkPDFDevice();
214 // TODO(vandebo): push most of SkPDFDevice's state into a core object in
251 SkPDFDevice(const SkISize& layerSize, const SkClipStack& existingClipStack,
329 // an SkPDFDevice
    [all...]
  /external/chromium_org/skia/ext/
vector_platform_device_skia.h 13 #include "third_party/skia/include/pdf/SkPDFDevice.h"
21 class VectorPlatformDeviceSkia : public SkPDFDevice, public PlatformDevice {
vector_platform_device_skia.cc 26 : SkPDFDevice(pageSize, contentSize, initialTransform) {
52 // SkPDFDevice checks the passed SkDraw for an empty clip (only). Fake
  /external/chromium_org/third_party/skia/tests/
AnnotationTest.cpp 11 #include "SkPDFDevice.h"
51 SkPDFDevice device(size, size, initialTransform);
79 SkPDFDevice device(size, size, initialTransform);
PDFPrimitivesTest.cpp 15 #include "SkPDFDevice.h"
254 SkAutoTUnref<SkPDFDevice> dev(new SkPDFDevice(pageSize, pageSize, SkMatrix::I()));
332 SkAutoTUnref<SkPDFDevice> dev(new SkPDFDevice(pageSize, pageSize, SkMatrix::I()));
470 SkAutoTUnref<SkPDFDevice> device(new SkPDFDevice(pageSize, pageSize, SkMatrix::I()));
  /external/skia/tests/
AnnotationTest.cpp 11 #include "SkPDFDevice.h"
51 SkPDFDevice device(size, size, initialTransform);
79 SkPDFDevice device(size, size, initialTransform);
PDFPrimitivesTest.cpp 15 #include "SkPDFDevice.h"
253 SkAutoTUnref<SkPDFDevice> dev(new SkPDFDevice(pageSize, pageSize, SkMatrix::I()));
331 SkAutoTUnref<SkPDFDevice> dev(new SkPDFDevice(pageSize, pageSize, SkMatrix::I()));
  /external/chromium_org/printing/
pdf_metafile_skia.cc 19 #include "third_party/skia/include/pdf/SkPDFDevice.h"
36 skia::RefPtr<SkPDFDevice> current_page_;
70 skia::RefPtr<SkPDFDevice> pdf_device =

Completed in 226 milliseconds

1 2 3