aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RecordDrawTest.cpp
Commit message (Expand)AuthorAge
* Defer saves() until they're neededGravatar reed2014-12-11
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32PremulGravatar reed2014-12-10
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...Gravatar reed2014-12-09
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...Gravatar reed2014-12-09
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* option to return drawable from recordingGravatar reed2014-11-24
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* wip for drawablesGravatar reed2014-11-18
* Clang incorrectly thinks this typedef is unused.Gravatar mtklein2014-11-11
* Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...Gravatar robertphillips2014-11-03
* Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...Gravatar mtklein2014-10-29
* Use SkTypeface::getBounds() in bounding-box calculations.Gravatar mtklein2014-10-29
* Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset...Gravatar mtklein2014-10-29
* Use SkTypeface::getBounds() in bounding-box calculations.Gravatar mtklein2014-10-29
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* Adding an option to render only the shadow in SkDropShadowImageFilterGravatar sugoi2014-10-23
* Dilate approximated text bounds to squelch recent assertion failure.Gravatar mtklein2014-10-20
* Override SkCanvas::drawImage() in SkRecorder.Gravatar piotaixr2014-10-16
* Add SkBBoxHierarchy::reserve() as an optional size hint.Gravatar mtklein2014-10-09
* Demote getCount, getDepth, and clear to RTree-only methods.Gravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Don't adjust the bounds after a restore with the restore's paired saveLayer's...Gravatar mtklein2014-10-01
* We need to adjust the bounds of clip ops with SaveLayer paints too.Gravatar Mike Klein2014-09-23
* Fix bug in layer hoisting transition to SkRecord backendGravatar robertphillips2014-09-16
* Fix drawPosText() bounds bug.Gravatar mtklein2014-09-02
* SkRecordPartialDraw with less code duplicationGravatar mtklein2014-09-02
* Increase test tolerance.Gravatar mtklein2014-08-28
* More test debugging. Too close for decimal. I'm switching to hex.Gravatar Mike Klein2014-08-28
* Add some debugging to figure out what's up with failing Mac 10.8 Release bot.Gravatar Mike Klein2014-08-27
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Start actually bounding some draw ops.Gravatar mtklein2014-08-18
* SkRecordDraw: incorporate clip into BBHGravatar mtklein2014-08-15
* Plumbing for using a BBH in SkRecordDraw.Gravatar mtklein2014-08-11
* SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping.Gravatar mtklein2014-08-08
* Tick off some TODOs:Gravatar Mike Klein2014-06-24
* Remove SkRecorder's kWriteOnly mode.Gravatar commit-bot@chromium.org2014-05-29
* Don't clobber initial transform with SetMatrix.Gravatar commit-bot@chromium.org2014-05-19
* Backfill unit tests for SkRecordGravatar commit-bot@chromium.org2014-04-30
* Don't bother doing the empty clip check in SkRecordDraw.Gravatar commit-bot@chromium.org2014-04-29
* Start using type traits in src/record instead of macros.Gravatar commit-bot@chromium.org2014-04-28
* anticipate more optimizations by renaming some files and methodsGravatar commit-bot@chromium.org2014-04-21
* Mark our territory with (C).Gravatar commit-bot@chromium.org2014-04-11
* SkRecordDraw: don't bother clipping an empty clip down furtherGravatar commit-bot@chromium.org2014-04-10
* SkRecordDraw: skip draw ops when the clip is emptyGravatar commit-bot@chromium.org2014-04-09