aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/CanvasTest.cpp
Commit message (Expand)AuthorAge
* Remove globals from tests/CanvasTest.cppGravatar piotaixr2014-10-03
* Remove DEPRECATED_beginRecording().Gravatar mtklein2014-10-01
* Hide fields in SkImageInfoGravatar reed2014-09-03
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Install a hook to swap between SkPicture backends with a single define.Gravatar mtklein2014-08-21
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* don't create explicit bitmapdevice when not neededGravatar reed2014-06-26
* Remove picture pre-allocation from SkPictureRecorderGravatar robertphillips2014-06-11
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* remove SkBounder -- unused and unlovedGravatar reed2014-06-03
* Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...Gravatar commit-bot@chromium.org2014-05-30
* Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)Gravatar commit-bot@chromium.org2014-05-29
* setConfig -> setInfoGravatar commit-bot@chromium.org2014-05-29
* First step in pulling SkPicturePlayback & SkPictureRecord out of SkPictureGravatar commit-bot@chromium.org2014-04-23
* Staging for cleanup of SkPicture-related headersGravatar robertphillips@google.com2014-04-18
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-18
* Staged removal of SkPicture-derived classesGravatar commit-bot@chromium.org2014-04-17
* split SkPictureRecorder out of SkPictureGravatar robertphillips@google.com2014-04-13
* Remove SkCanvas matrix ops return value.Gravatar commit-bot@chromium.org2014-03-18
* hide getTotalClip, so we can eventually remove it Gravatar commit-bot@chromium.org2014-03-08
* Once Chromium starts holding on to paths and we can actually reuse cached pat...Gravatar commit-bot@chromium.org2014-03-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-28
* add SkCanvas::NewRaster factory -- a very common use-case in chromeGravatar commit-bot@chromium.org2014-02-27
* Store SkRRects in SkClipStackGravatar commit-bot@chromium.org2014-02-16
* replace setConfig+allocPixels with alloc-or-install-pixelsGravatar commit-bot@chromium.org2014-02-13
* remove (unused by chrome) SkDeferredCanvas(device) factory signatureGravatar reed@google.com2014-02-04
* No deduping dictionaries for matrices and regions.Gravatar commit-bot@chromium.org2014-01-23
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* More clang warning fixes.Gravatar commit-bot@chromium.org2013-10-21
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* 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