aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PDFPrimitivesTest.cpp
Commit message (Expand)AuthorAge
...
* SkPDF: Move SkFlate into src/pdf (part 1/3) [reland]Gravatar halcanary2015-08-12
* SkPDF: clean up overuse of SK_SUPPORT_PDFGravatar halcanary2015-08-11
* SkPDF: allow PDF module to be disabled in DM and SampleAppGravatar halcanary2015-08-11
* SkPDF: clean up uses of deprecated calls in testsGravatar halcanary2015-05-01
* SkPDF: Refactor SkPDFObject heiararchy.Gravatar halcanary2015-04-25
* SkPDF: Remove Array's unused set(i) and get(i) (leaving only append())Gravatar halcanary2015-04-08
* SkPDF: Factor SkPDFCatalog into SkPDFObjNumMap and SkPDFSubstituteMapGravatar halcanary2015-03-31
* SkPDF: remove SK_NO_FLATE & dead code in SkPDFStreamGravatar halcanary2015-03-31
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SKPDF: refactor pdfcatalog and pdfdocumentGravatar halcanary2015-03-25
* SkPDF: unit test cleanupGravatar halcanary2015-03-24
* PDF: Switch some unit tests to higher level API.Gravatar halcanary2015-03-01
* PDF : New factory function for SkPDFDeviceGravatar halcanary2015-02-20
* PDF: why do we have flags no one uses (or can use)?Gravatar mtklein2015-02-19
* PDF: Add (low-memory) SkPDFBitmap classGravatar halcanary2015-02-18
* zlib/pdf: remove HaveFlate(), depend on preprocessor definesGravatar halcanary2015-02-17
* Simplify reference management in SkPDFGravatar halcanary2015-02-10
* Add missing SK_OVERRIDEGravatar rmistry2015-02-02
* Cleanup SkPDFObject::emit*Gravatar halcanary2015-01-23
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* In SkPDFDocument::emitPDF(), stop pre-calculating file offsets.Gravatar halcanary2015-01-13
* Change function signature of SkPDFObject::emitObject.Gravatar halcanary2015-01-12
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Add toString methods to SkImageFilter-derived classesGravatar robertphillips2014-12-19
* DM warning-free on win64Gravatar bsalomon2014-12-12
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Fix image filters for PDF backend.Gravatar senorblanco2014-10-20
* replace setConfig+allocPixels with single callGravatar mike@reedtribe.org2014-02-13
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a spec...Gravatar commit-bot@chromium.org2013-10-03
* Fix leaked SkPDFDevice in PDFPrimitivesTest.cppGravatar robertphillips@google.com2013-08-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-25
* Fix compile warning on mac that breaks a bot, and remove jpeg creation bitmap...Gravatar edisonn@google.com2013-04-24
* Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to Fl...Gravatar edisonn@google.com2013-04-24
* resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime weGravatar edisonn@google.com2013-04-02
* Fix minor valgrind-found memory leaksGravatar robertphillips@google.com2013-03-21
* Reverting r8233 (Use SkSet in PDF)Gravatar robertphillips@google.com2013-03-20
* resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime...Gravatar edisonn@google.com2013-03-19
* Update flag to reflect actual meaning.Gravatar edisonn@google.com2013-03-12
* revert r7892Gravatar edisonn@google.com2013-02-28
* resubmit after fixing assert issue: https://codereview.appspot.com/6744050Gravatar edisonn@google.com2013-02-27
* Tests : Unused parameters cleanupGravatar sugoi@google.com2013-02-27
* Revert r7883Gravatar edisonn@google.com2013-02-27
* Use SkSet to fix issue when pdf generates an exp number of resources.Gravatar edisonn@google.com2013-02-27
* [PDF] Handle invalid glyph IDs on drawText methods.Gravatar vandebo@chromium.org2013-01-25