Home
last modified time | relevance | path

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

123

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pdf/
H A DSkPDFDevice.cpp455 SkPDFDevice* fDevice;
477 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkScalar rasterDpi, SkPDFDocument* doc, bool flip) in SkPDFDevice() function in SkPDFDevice
499 SkPDFDevice::~SkPDFDevice() { in ~SkPDFDevice()
503 void SkPDFDevice::init() { in init()
507 void SkPDFDevice::cleanUp() { in cleanUp()
683 void SkPDFDevice::drawRect(const SkDraw& d, in drawRect()
1219 void SkPDFDevice::internalDrawText( in internalDrawText()
1453 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice()
1737 SkPDFDevice::ContentEntry* SkPDFDevice::setUpContentEntry(const SkClipStack* clipStack, in setUpContentEntry()
1796 SkPDFDevice::ContentEntry* entry; in setUpContentEntry()
[all …]
H A DSkPDFDevice.h28 class SkPDFDevice;
40 class SkPDFDevice final : public SkBaseDevice {
62 static SkPDFDevice* Create(SkISize pageSize,
65 return new SkPDFDevice(pageSize, rasterDpi, doc, true);
69 static SkPDFDevice* CreateUnflipped(SkISize pageSize,
72 return new SkPDFDevice(pageSize, rasterDpi, doc, false);
75 virtual ~SkPDFDevice();
234 SkPDFDevice(SkISize pageSize,
H A DSkPDFCanvas.h12 class SkPDFDevice; variable
16 SkPDFCanvas(const sk_sp<SkPDFDevice>&);
H A DSkPDFDocument.h15 class SkPDFDevice;
78 sk_sp<SkPDFDevice> fPageDevice;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pdf/
H A DSkPDFDevice.cpp486 SkPDFDevice* fDevice;
495 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc) in SkPDFDevice() function in SkPDFDevice
505 void SkPDFDevice::setFlip() { in setFlip()
514 SkPDFDevice::~SkPDFDevice() { in ~SkPDFDevice()
518 void SkPDFDevice::init() { in init()
522 void SkPDFDevice::cleanUp() { in cleanUp()
828 void SkPDFDevice::addSMaskGraphicState(sk_sp<SkPDFDevice> maskDevice, in addSMaskGraphicState()
1343 void SkPDFDevice::internalDrawText( in internalDrawText()
1661 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice()
1891 SkPDFDevice::ContentEntry* SkPDFDevice::setUpContentEntry(const SkClipStack& clipStack, in setUpContentEntry()
[all …]
H A DSkPDFDevice.h29 class SkPDFDevice; variable
43 class SkPDFDevice final : public SkClipStackDevice {
54 SkPDFDevice(SkISize pageSize, SkPDFDocument* document);
62 sk_sp<SkPDFDevice> makeCongruentDevice() { in makeCongruentDevice()
63 return sk_make_sp<SkPDFDevice>(fPageSize, fDocument); in makeCongruentDevice()
66 ~SkPDFDevice() override;
276 void addSMaskGraphicState(sk_sp<SkPDFDevice> maskDevice, SkDynamicMemoryWStream*);
H A DSkPDFDocument.h15 class SkPDFDevice; variable
82 sk_sp<SkPDFDevice> fPageDevice;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFDevice.cpp210 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry()
278 SkPDFDevice* fDevice = nullptr;
288 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc, const SkMatrix& transform) in SkPDFDevice() function in SkPDFDevice
298 SkPDFDevice::~SkPDFDevice() = default;
300 void SkPDFDevice::reset() { in reset()
609 void SkPDFDevice::drawImageRect(const SkImage* image, in drawImageRect()
619 void SkPDFDevice::drawBitmapRect(const SkBitmap& bm, in drawBitmapRect()
732 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath()
790 void SkPDFDevice::internalDrawGlyphRun( in internalDrawGlyphRun()
986 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice()
[all …]
H A DSkPDFDevice.h31 class SkPDFDevice; variable
46 class SkPDFDevice final : public SkClipStackDevice {
58 SkPDFDevice(SkISize pageSize, SkPDFDocument* document,
61 sk_sp<SkPDFDevice> makeCongruentDevice() { in makeCongruentDevice()
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
65 ~SkPDFDevice() override;
108 void DrawGlyphRunAsPath(SkPDFDevice* dev, const SkGlyphRun& glyphRun, SkPoint offset);
H A DSkPDFDocumentPriv.h23 class SkPDFDevice; variable
137 sk_sp<SkPDFDevice> fPageDevice;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pdf/
H A DSkPDFDevice.cpp210 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry()
278 SkPDFDevice* fDevice = nullptr;
288 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc, const SkMatrix& transform) in SkPDFDevice() function in SkPDFDevice
298 SkPDFDevice::~SkPDFDevice() = default;
300 void SkPDFDevice::reset() { in reset()
609 void SkPDFDevice::drawImageRect(const SkImage* image, in drawImageRect()
619 void SkPDFDevice::drawBitmapRect(const SkBitmap& bm, in drawBitmapRect()
732 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath()
790 void SkPDFDevice::internalDrawGlyphRun( in internalDrawGlyphRun()
986 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice()
[all …]
H A DSkPDFDevice.h31 class SkPDFDevice; variable
46 class SkPDFDevice final : public SkClipStackDevice {
58 SkPDFDevice(SkISize pageSize, SkPDFDocument* document,
61 sk_sp<SkPDFDevice> makeCongruentDevice() { in makeCongruentDevice()
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
65 ~SkPDFDevice() override;
108 void DrawGlyphRunAsPath(SkPDFDevice* dev, const SkGlyphRun& glyphRun, SkPoint offset);
H A DSkPDFDocumentPriv.h23 class SkPDFDevice; variable
137 sk_sp<SkPDFDevice> fPageDevice;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pdf/
H A DSkPDFDevice.cpp210 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry()
278 SkPDFDevice* fDevice = nullptr;
288 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc, const SkMatrix& transform) in SkPDFDevice() function in SkPDFDevice
298 SkPDFDevice::~SkPDFDevice() = default;
300 void SkPDFDevice::reset() { in reset()
609 void SkPDFDevice::drawImageRect(const SkImage* image, in drawImageRect()
619 void SkPDFDevice::drawBitmapRect(const SkBitmap& bm, in drawBitmapRect()
732 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath()
790 void SkPDFDevice::internalDrawGlyphRun( in internalDrawGlyphRun()
986 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice()
[all …]
H A DSkPDFDevice.h31 class SkPDFDevice; variable
46 class SkPDFDevice final : public SkClipStackDevice {
58 SkPDFDevice(SkISize pageSize, SkPDFDocument* document,
61 sk_sp<SkPDFDevice> makeCongruentDevice() { in makeCongruentDevice()
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
65 ~SkPDFDevice() override;
108 void DrawGlyphRunAsPath(SkPDFDevice* dev, const SkGlyphRun& glyphRun, SkPoint offset);
H A DSkPDFDocumentPriv.h23 class SkPDFDevice; variable
137 sk_sp<SkPDFDevice> fPageDevice;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFDevice.cpp210 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry()
278 SkPDFDevice* fDevice = nullptr;
288 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc, const SkMatrix& transform) in SkPDFDevice() function in SkPDFDevice
298 SkPDFDevice::~SkPDFDevice() = default;
300 void SkPDFDevice::reset() { in reset()
609 void SkPDFDevice::drawImageRect(const SkImage* image, in drawImageRect()
619 void SkPDFDevice::drawBitmapRect(const SkBitmap& bm, in drawBitmapRect()
732 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath()
790 void SkPDFDevice::internalDrawGlyphRun( in internalDrawGlyphRun()
986 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice()
[all …]
H A DSkPDFDevice.h31 class SkPDFDevice; variable
46 class SkPDFDevice final : public SkClipStackDevice {
58 SkPDFDevice(SkISize pageSize, SkPDFDocument* document,
61 sk_sp<SkPDFDevice> makeCongruentDevice() { in makeCongruentDevice()
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
65 ~SkPDFDevice() override;
108 void DrawGlyphRunAsPath(SkPDFDevice* dev, const SkGlyphRun& glyphRun, SkPoint offset);
H A DSkPDFDocumentPriv.h23 class SkPDFDevice; variable
137 sk_sp<SkPDFDevice> fPageDevice;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp230 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry()
298 SkPDFDevice* fDevice = nullptr;
308 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc, const SkMatrix& transform) in SkPDFDevice() function in SkPDFDevice
318 SkPDFDevice::~SkPDFDevice() = default;
320 void SkPDFDevice::reset() { in reset()
378 void SkPDFDevice::drawPaint(const SkPaint& srcPaint) { in drawPaint()
630 void SkPDFDevice::drawImageRect(const SkImage* image, in drawImageRect()
744 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath()
800 void SkPDFDevice::internalDrawGlyphRun( in internalDrawGlyphRun()
1402 bool SkPDFDevice::isContentEmpty() { in isContentEmpty()
[all …]
H A DSkPDFDevice.h31 class SkPDFDevice; variable
46 class SkPDFDevice final : public SkClipStackDevice {
58 SkPDFDevice(SkISize pageSize, SkPDFDocument* document,
61 sk_sp<SkPDFDevice> makeCongruentDevice() { in makeCongruentDevice()
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
65 ~SkPDFDevice() override;
103 void DrawGlyphRunAsPath(SkPDFDevice* dev, const SkGlyphRun& glyphRun, SkPoint offset);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp236 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry()
304 SkPDFDevice* fDevice = nullptr;
314 SkPDFDevice::SkPDFDevice(SkISize pageSize, SkPDFDocument* doc, const SkMatrix& transform) in SkPDFDevice() function in SkPDFDevice
324 SkPDFDevice::~SkPDFDevice() = default;
326 void SkPDFDevice::reset() { in reset()
385 void SkPDFDevice::drawPaint(const SkPaint& srcPaint) { in drawPaint()
642 void SkPDFDevice::drawImageRect(const SkImage* image, in drawImageRect()
756 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath()
812 void SkPDFDevice::internalDrawGlyphRun( in internalDrawGlyphRun()
999 SkPDFDevice* pdfDevice = static_cast<SkPDFDevice*>(device); in drawDevice()
[all …]
H A DSkPDFDevice.h31 class SkPDFDevice; variable
46 class SkPDFDevice final : public SkClipStackDevice {
58 SkPDFDevice(SkISize pageSize, SkPDFDocument* document,
61 sk_sp<SkPDFDevice> makeCongruentDevice() { in makeCongruentDevice()
62 return sk_make_sp<SkPDFDevice>(this->size(), fDocument); in makeCongruentDevice()
65 ~SkPDFDevice() override;
105 void DrawGlyphRunAsPath(SkPDFDevice* dev, const SkGlyphRun& glyphRun, SkPoint offset);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gn/
H A Dpdf.gni25 "$_src/pdf/SkPDFDevice.cpp",
26 "$_src/pdf/SkPDFDevice.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gn/
H A Dpdf.gni25 "$_src/pdf/SkPDFDevice.cpp",
26 "$_src/pdf/SkPDFDevice.h",

123