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

1 2

  /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"
589 SkBaseDevice* SkPDFDevice::onCreateCompatibleDevice(SkBitmap::Config config,
596 return SkNEW_ARGS(SkPDFDevice, (size, size, initialTransform));
622 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw,
630 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack,
688 SkPDFDevice* fDevice;
739 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
767 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) {
SkPDFDeviceFlattener.cpp 17 : SkPDFDevice(SkSizeToISize(pageSize),
  /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"
589 SkBaseDevice* SkPDFDevice::onCreateCompatibleDevice(SkBitmap::Config config,
596 return SkNEW_ARGS(SkPDFDevice, (size, size, initialTransform));
622 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw,
630 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack,
688 SkPDFDevice* fDevice;
739 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
767 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) {
SkPDFDeviceFlattener.cpp 17 : SkPDFDevice(SkSizeToISize(pageSize),
  /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 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();
219 // TODO(vandebo): push most of SkPDFDevice's state into a core object in
256 SkPDFDevice(const SkISize& layerSize, const SkClipStack& existingClipStack,
337 // 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();
219 // TODO(vandebo): push most of SkPDFDevice's state into a core object in
256 SkPDFDevice(const SkISize& layerSize, const SkClipStack& existingClipStack,
337 // 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/skia/tests/
AnnotationTest.cpp 13 #include "SkPDFDevice.h"
53 SkPDFDevice device(size, size, initialTransform);
81 SkPDFDevice device(size, size, initialTransform);
PDFPrimitivesTest.cpp 17 #include "SkPDFDevice.h"
255 SkAutoTUnref<SkPDFDevice> dev(new SkPDFDevice(pageSize, pageSize, SkMatrix::I()));
333 SkAutoTUnref<SkPDFDevice> dev(new SkPDFDevice(pageSize, pageSize, SkMatrix::I()));
  /external/chromium_org/printing/
pdf_metafile_skia.cc 20 #include "third_party/skia/include/pdf/SkPDFDevice.h"
33 skia::RefPtr<SkPDFDevice> current_page_;
67 skia::RefPtr<SkPDFDevice> pdf_device =

Completed in 778 milliseconds

1 2