aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CanvasTest.cpp
Commit message (Expand)AuthorAge
* Removing deprecated constructors and setDevice from SkDeferredCanvasGravatar commit-bot@chromium.org2013-08-09
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Changing SkDeferredCanvas to use factories for creationGravatar junov@chromium.org2013-05-28
* Tests : Unused parameters cleanupGravatar sugoi@google.com2013-02-27
* Update CanvasTest to do elementary tests for PDF too.Gravatar edisonn@google.com2012-10-18
* Remove external matrix feature.Gravatar bsalomon@google.com2012-10-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-21
* Adding a silent playback option to SkGPipeReadGravatar junov@chromium.org2012-09-20
* Implement multi-threaded picture playback via cloning.Gravatar djsollen@google.com2012-08-29
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...Gravatar reed@google.com2012-08-16
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Moving DeferredDevice and DeferredGPipeController classes out of the deferred...Gravatar junov@chromium.org2012-08-07
* Removing the SkPicture backend from SkDeferredCanvas codeGravatar junov@chromium.org2012-08-07
* Fixing leak of SkPixelRef object in CanvasTestGravatar junov@chromium.org2012-08-02
* Always store pixels of mutable bitmaps when recording a SkPicture.Gravatar djsollen@google.com2012-07-27
* Adding new steps to Canvas unit test to validate that the deferredGravatar junov@chromium.org2012-07-20
* Improving CanvasTest to verify that the destination canvas of an SkDeferredCa...Gravatar junov@chromium.org2012-07-18
* Adding bracketing save/restore calls to SkPicture at record time andGravatar junov@chromium.org2012-07-16
* Cleanup restore offsets at end of SkPicture recordingGravatar junov@chromium.org2012-07-12
* Change SkFlatData to have a sentinel value, allowing the Compare function toGravatar reed@google.com2012-07-10
* fix warnings on Mac in testsGravatar caryclark@google.com2012-06-06
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* Adding option to serialize mutable bitmaps in SkPictureGravatar junov@chromium.org2012-06-01
* Refactor dictionaries for use by entities other than just SkPictureGravatar djsollen@google.com2012-05-30
* Add device to top level N-way canvas.Gravatar djsollen@google.com2012-05-01
* replace getTotalClipStack() with replayClips()+ClipVisitorGravatar reed@google.com2012-04-13
* Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZeroGravatar epoger@google.com2012-04-11
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* reverting r3257 because of gm failure.Gravatar junov@chromium.org2012-02-24
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULLGravatar junov@chromium.org2012-02-23
* Fixing Canvas unit test to correctly verify object flattening in SkPictureGravatar junov@chromium.org2012-02-23
* Disabling failing unit test on linuxGravatar junov@chromium.org2012-02-22
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* add canvas::isDrawingToLayer(), as a fast query for chrome; faster thanGravatar reed@google.com2011-12-14
* add unittest for save/restoreGravatar reed@google.com2011-11-28