Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
22619c2e1a6d885f397e90ec17f1d6d6650218e9
/
tests
/
PDFPrimitivesTest.cpp
f6462c4
SkPDF: store indirect references in object
by Hal Canary
· 6 years ago
d48b7a8
Remove uniqueID fields from SkGlyphRun
by Herb Derby
· 6 years ago
2e22745
Revert "Remove memory used by unique glyphs"
by Brian Osman
· 6 years ago
7d20bc4
Remove memory used by unique glyphs
by Herb Derby
· 6 years ago
5a284e5
Revert "Remove unique glyph IDs from glyph runs"
by Brian Osman
· 6 years ago
2d123ad
Remove unique glyph IDs from glyph runs
by Herb Derby
· 6 years ago
4fee323
override getTypeName() instead of using table
by Mike Klein
· 6 years ago
434377a
Split out SkRunFont and SkPaint
by Herb Derby
· 6 years ago
23564b9
SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h
by Hal Canary
· 6 years ago
b935cf8
const all the things
by Herb Derby
· 6 years ago
81ecdbb
Clean up bitmap path
by Herb Derby
· 6 years ago
98caedd
SkPDF: only draw text with SkglyphRuns
by Hal Canary
· 6 years ago
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 6 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 6 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 6 years ago
27dddae
rebase
by Cary Clark
· 6 years ago
89ad31e
Revert "Reland "remove toString""
by Cary Clark
· 6 years ago
92e37b6
Reland "remove toString"
by Cary Clark
· 6 years ago
32a4910
Revert "remove toString"
by Cary Clark
· 6 years ago
5191880
remove toString
by Cary Clark
· 6 years ago
9988541
remove SK_IGNORE_TO_STRING
by Cary Clark
· 7 years ago
e9e19dd
SkPDF/Clusterator: a second test
by Hal Canary
· 7 years ago
1521c8a
SkPDF/Clusterator: expose to the light of a unit test
by Hal Canary
· 7 years ago
3c36ef6
SkFloatToDecimal moved to src/utils
by Hal Canary
· 7 years ago
60aaeb2
create imagepriv and name params
by Cary Clark
· 7 years ago
c5b9498
SkPDF: consolidate two functions in SkPDFObjNumMap
by Hal Canary
· 7 years ago
a93a14a
Convert NULL and 0 to nullptr.
by Ben Wagner
· 7 years ago
62745a8
Finish overriding onMakeColorSpace() for SkImageFilters
by Matt Sarett
· 8 years ago
43fb7a0
BUILD.gn: skia_enable_pdf
by Hal Canary
· 8 years ago
5e25717
hide setImageFilter(ptr)
by Mike Reed
· 8 years ago
42943c8
change SkStreams to work with sk_sp<SkData> instead of SkData*
by reed
· 8 years ago
57f744e
SkPDF/Tests: imporve test coverage.
by halcanary
· 8 years ago
022c2bd
SkMakeUnique.h defines skstd::make_unique<T>(Args...)
by halcanary
· 8 years ago
530032a
SkPDF: in-place font subsetting
by halcanary
· 8 years ago
18e0cbc
SkPDF: fewer GYP_DEFINES
by halcanary
· 8 years ago
38d909e
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
by bungeman
· 8 years ago
fa25106
SkPDF: PDFStream has-a not is-a PDFDict
by halcanary
· 8 years ago
fe8f0e0
SkPDF: refactor font subset: fewer copies
by halcanary
· 8 years ago
ac0e00d
SkPDF: SkPDFStream takes a unique_ptr
by halcanary
· 8 years ago
56586b6
SkPDF: re-work SkPDFUtils::FloatToDecimal
by halcanary
· 8 years ago
eb92cb3
SkPdf: smaller color serialization
by halcanary
· 8 years ago
ee41b75
SkPDF: alloc less memory for strings
by halcanary
· 8 years ago
ee6a991
SkTypeface::MakeFromName to take SkFontStyle.
by mboc
· 8 years ago
13b9c95
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
9a9a7b2
Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ )
by scroggo
· 8 years ago
6296da7
Move SkTypeface to sk_sp.
by bungeman
· 8 years ago
4b65666
SkDocument/PDF: new API
by halcanary
· 9 years ago
4ba94e2
Switch internal testing ImageFilters over to new onFilterImage interface
by robertphillips
· 9 years ago
43c2ad4
Update internal testing ImageFilters to sk_sp
by robertphillips
· 9 years ago
60c9b58
change flattenable factory to return sk_sp
by reed
· 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
8e9f5e3
SkPDF: fix scalar serialization
by halcanary
· 9 years ago
48e7846
Mark existing image filter entry points that will be going away with Deprecated
by robertphillips
· 9 years ago
66a82f3
SkPDF: fall back on paths for unembeddable fonts.
by halcanary
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
48305e8
SkPDF/Deflate: clean up old SkFlate code
by halcanary
· 9 years ago
d9e5715
SkPDF: Move SkFlate into src/pdf (part 1/3) [reland]
by halcanary
· 9 years ago
2ccdb63
SkPDF: clean up overuse of SK_SUPPORT_PDF
by halcanary
· 9 years ago
8ee06f2
SkPDF: allow PDF module to be disabled in DM and SampleApp
by halcanary
· 9 years ago
f7a169e
SkPDF: clean up uses of deprecated calls in tests
by halcanary
· 10 years ago
130444f
SkPDF: Refactor SkPDFObject heiararchy.
by halcanary
· 10 years ago
2ad228e
SkPDF: Remove Array's unused set(i) and get(i) (leaving only append())
by halcanary
· 10 years ago
37c46ca
SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMap
by halcanary
· 10 years ago
af9c85d
SkPDF: remove SK_NO_FLATE & dead code in SkPDFStream
by halcanary
· 10 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
f41061c
SKPDF: refactor pdfcatalog and pdfdocument
by halcanary
· 10 years ago
f3d53a0
SkPDF: unit test cleanup
by halcanary
· 10 years ago
3d32d50
PDF: Switch some unit tests to higher level API.
by halcanary
· 10 years ago
a1f1ee9
PDF : New factory function for SkPDFDevice
by halcanary
· 10 years ago
cabc08c
PDF: why do we have flags no one uses (or can use)?
by mtklein
· 10 years ago
1b5c604
PDF: Add (low-memory) SkPDFBitmap class
by halcanary
· 10 years ago
91d1d62
zlib/pdf: remove HaveFlate(), depend on preprocessor defines
by halcanary
· 10 years ago
bf799cd
Simplify reference management in SkPDF
by halcanary
· 10 years ago
465206a
Add missing SK_OVERRIDE
by rmistry
· 10 years ago
6a14434
Cleanup SkPDFObject::emit*
by halcanary
· 10 years ago
a1193e4
Make SkStream *not* ref counted.
by scroggo
· 10 years ago
f361b71
In SkPDFDocument::emitPDF(), stop pre-calculating file offsets.
by halcanary
· 10 years ago
4fc48af
Change function signature of SkPDFObject::emitObject.
by halcanary
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
f3f5bad
Add toString methods to SkImageFilter-derived classes
by robertphillips
· 10 years ago
fbaace0
DM warning-free on win64
by bsalomon
· 10 years ago
3f3b3d0
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
by mtklein
· 10 years ago
6e78293
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/)
by mtklein
· 10 years ago
52c2935
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
by mtklein
· 10 years ago
b0e89dc
Fix image filters for PDF backend.
by senorblanco
· 10 years ago
deee496
replace setConfig+allocPixels with single call
by mike@reedtribe.org
· 11 years ago
8f6884a
Cleanup: Sanitize the order of includes under tests/
by tfarina@chromium.org
· 11 years ago
e2eac8b
Move macros from TestClassDef.h to Test.h
by commit-bot@chromium.org
· 11 years ago
8f4d230
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
by reed@google.com
· 11 years ago
e4fafb1
Use DEFINE_TESTCLASS_SHORT macro in tests.
by tfarina@chromium.org
· 11 years ago
608ea65
Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps.
by commit-bot@chromium.org
· 11 years ago
57c5672
Fix leaked SkPDFDevice in PDFPrimitivesTest.cpp
by robertphillips@google.com
· 11 years ago
83f0d30
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
f1a358f
Fix compile warning on mac that breaks a bot, and remove jpeg creation bitmap since we mock the compression.
by edisonn@google.com
· 12 years ago
d9dfa18
Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream.
by edisonn@google.com
· 12 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
35300c4
Fix minor valgrind-found memory leaks
by robertphillips@google.com
· 12 years ago
Next »