Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
b78becc40c5b467e4aa2b1b407e3dc93f3b83778
/
src
/
pdf
/
SkPDFFormXObject.cpp
f7621cb
Fix many return-std-move-in-c++11 warnings
by Kevin Lubick
· 7 years ago
fa25106
SkPDF: PDFStream has-a not is-a PDFDict
by halcanary
· 8 years ago
5abbb44
SkPDF: flip saveLayer rightside up
by halcanary
· 8 years ago
4b1e17e
SkPdf: SkPDFFormXObject de-class-ified.
by halcanary
· 8 years ago
ac0e00d
SkPDF: SkPDFStream takes a unique_ptr
by halcanary
· 8 years ago
29ed2ae
SkPDF: SkPDFStream takes only SkStreamAsset
by halcanary
· 8 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
e94ea62
SkPDF: use sk_ref_sp
by halcanary
· 9 years ago
8103a34
SkPDF: Add sk_sp setters; .release() becomes std::move()
by halcanary
· 9 years ago
51d04d3
Revert of SkPDF: Add sk_sp setters; .release() becomes std::move() (patchset #2 id:20001 of https://codereview.chromium.org/1775043002/ )
by halcanary
· 9 years ago
9904c92
SkPDF: Add sk_sp setters; .release() becomes std::move()
by halcanary
· 9 years ago
ece8392
SkPDF: use sk_make_sp<T> when it makes sense.
by halcanary
· 9 years ago
48810a0
SkPDF: s/SkAutoTUnref/sk_sp/g
by halcanary
· 9 years ago
fcad44b
SkPDF: AutoTUnref<T> changes in use
by halcanary
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
a25b337
SkPDF: clean up uses of deprecated calls in other SkPDF classes
by halcanary
· 10 years ago
2b86155
SkPDF: ResourceDict replaced by factory function
by halcanary
· 10 years ago
37c46ca
SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap
by halcanary
· 10 years ago
6d62270
SkPDF: skpdfdocument and skpdfpage use skpdfdevice in a const way
by halcanary
· 10 years ago
334fcbc
SkPDF: replace SkPDFDevice::copyContentToData
by halcanary
· 10 years ago
bf799cd
Simplify reference management in SkPDF
by halcanary
· 10 years ago
a1193e4
Make SkStream *not* ref counted.
by scroggo
· 10 years ago
93a2e21
Implemented transparent gradients
by commit-bot@chromium.org
· 11 years ago
4740135
Fix Clang build on SkPDFResourceDict (CL 18977002)
by commit-bot@chromium.org
· 11 years ago
fc16667
Revert "Adds SkPDFResourceDict class, refactor existing code to use it."
by vandebo@chromium.org
· 11 years ago
3a8dfc3
Adds SkPDFResourceDict class, refactor existing code to use it.
by commit-bot@chromium.org
· 11 years ago
d322cf4
Revert "Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class."
by vandebo@chromium.org
· 11 years ago
c84fb47
Adds SkPDFResourceDict class to manage resource dicts. Refactors existing code to use this class.
by commit-bot@chromium.org
· 11 years ago
6addb19
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we
by edisonn@google.com
· 12 years ago
acef3c4
Reverting r8233 (Use SkSet in PDF)
by robertphillips@google.com
· 12 years ago
66bedbb
resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved)
by edisonn@google.com
· 12 years ago
8d8d9a5
Work around stack overflow
by vandebo@chromium.org
· 12 years ago
5bd26d3
revert r7892
by edisonn@google.com
· 12 years ago
194b7cd
resubmit after fixing assert issue: https://codereview.appspot.com/6744050
by edisonn@google.com
· 12 years ago
d1c53aa
Revert r7883
by edisonn@google.com
· 12 years ago
676aef0
Use SkSet to fix issue when pdf generates an exp number of resources.
by edisonn@google.com
· 12 years ago
d96d17b
Remove SkRefPtr
by vandebo@chromium.org
· 12 years ago
6eb549e
Revert "Remove SkRefPtr" - r7021
by vandebo@chromium.org
· 12 years ago
e8a76ae
Remove SkRefPtr
by vandebo@chromium.org
· 12 years ago
db14f8b
PDF: Fail fast if in the tree of resources a child references a parent. Ideally I want a crash when the tree of resources became corrupt, not later when we try to finalize the pdf.
by edisonn@google.com
· 12 years ago
2a006c1
begin to skiafy PDF headers : removing use of SkRefPtr
by reed@google.com
· 12 years ago
386dfc0
[PDF] Handle failures of matrix inversion
by vandebo@chromium.org
· 13 years ago
8aa66b6
Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed point failures.
by vandebo@chromium.org
· 13 years ago
ebad2d9
[PDF] Handle failures of matrix inversion.
by vandebo@chromium.org
· 13 years ago
b054990
[PDF] If matrix inversion fails, use the identity matrix.
by vandebo@chromium.org
· 13 years ago
188838c
[PDF] Fix memory hungry inefficiency in pdf resource tracking.
by vandebo@chromium.org
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
1feb330
replace SkRefPtr for parameters with simple pointers
by reed@google.com
· 13 years ago
06f7f40
[PDF] Use insert and append helpers for POD data.
by vandebo@chromium.org
· 13 years ago
421d644
[PDF] Make stream compression optional on a per device basis.
by vandebo@chromium.org
· 13 years ago
61d2678
[PDF] Fix regression - correct for fInitialTrnasform in form xobjects.
by vandebo@chromium.org
· 13 years ago
c2a9b7f
[PDF] Remove one copy of each content stream.
by vandebo@chromium.org
· 14 years ago
f60a001
[PDF] Change the way flip origin is done.
by vandebo@chromium.org
· 14 years ago
4854327
[PDF] Add support for xfermodes / blend modes.
by vandebo@chromium.org
· 14 years ago
79ac4fd
[PDF] Change SkPDFFormXObject to not hold a reference to device.
by vandebo@chromium.org
· 14 years ago
1aef2ed
[PDF] Start from an identity transform for drawDevice.
by vandebo@chromium.org
· 14 years ago
f7c1576
[PDF] Clean up ref counting.
by vandebo@chromium.org
· 14 years ago
eb6c759
Add PDF support for drawDevice using a form xobject.
by vandebo@chromium.org
· 14 years ago